Pay Later Offers
get
https://api.ratepay.com/order/paylater/v1
/transaction_id/offers
Get available Pay Later offers for one order
Parameter | Type | Description |
transaction_id | string | The transaction id as specified in the URI |
current_due_date | string | The current due date of the order before booking Pay Later (ISO 8601, YYYY-MM-DD ). |
pay_later_offers | list of objects | A list containing all Pay Later offers for the order. |
Parameter | Type | Description |
offer_id | string | Identifies one Pay Later offer. |
price | number | The price to book this Pay Later offer. |
currency | string | The currency of the Pay Later price, e.g. "EUR" (ISO 4217 alphabetic currency code, 3 chars). |
delta_due_date | number | The amount of days that the current due date will be postponed if this Pay Later offer is booked, i.e. the delta that comes on top of the current due date (e.g. 14 days). Unit: days. |
new_due_date | string | The new due date for this order if this Pay Later offer is booked (ISO 8601, YYYY-MM-DD ). This is current_due_date + delta_due_date. |
available | string | Availability of offer Possible values: AVAILABLE , NOT_AVAILABLE |
Last modified 2yr ago