Booking Pay Later
post
https://api.ratepay.com/order/paylater/v1
/transaction_id
Book a Pay Later offer for one order
{
"offer_id": "payl-1"
}
Parameter | Type | Description |
delta_due_date | number | The amount of days that the due date of the current order is postponed, i.e. the delta that comes on top of original_due_date (e.g. 14 days). Unit: days. |
fee | number | The Pay Later fee for the booked Pay Later offer. |
currency | string | The currency of the Pay Later fee, e.g. "EUR" (ISO 4217 alphabetic currency code, 3 chars). |
original_due_date | string | The original due date before Pay Later had been booked for the current order (ISO 8601, YYYY-MM-DD ). |
new_due_date | string | The new due date after booking Pay Later (ISO 8601, YYYY-MM-DD ). This is original_due_date + delta_due_date. |
booking_timestamp | string | The timestamp when Pay Later was booked for the current order (ISO 8601, YYYY-MM-DDThh:mm:ss.ffffff+hh:mm ). |
Last modified 2yr ago