Pay Later Status
get
https://api.ratepay.com/order/paylater/v1
/transaction_id/status
Get Pay Later status for one order
Parameter | Type | Description |
transaction_id | string | The transaction id as specified in the URL |
pay_later_status | string | Pay Later status for the current order. Possible values:
|
booking | object | Contains Pay Later booking information. Is only available if pay_later_status is ALREADY_BOOKED or ALREADY_WITHDRAWN |
Parameter | Type | Description |
fee | number | The Pay Later fee for the given order for which Pay Later was booked |
currency | string | The currency of the Pay Later fee, e.g. "EUR" (ISO 4217 alphabetic currency code, 3 chars) |
delta_due_date | number | The number of days that the due date is moved with Pay Later |
original_due_date | string | The original due date before booking Pay Later (ISO 8601, YYYY-MM-DD ). This is the current due date if Pay Later has been withdrawn. |
updated_due_date | string | The due date after booking Pay Later (ISO 8601, YYYY-MM-DD ). This is the current due date if Pay Later has been booked and not withdrawn. |
booking_timestamp | string | The timestamp when Pay Later was booked (ISO 8601, YYYY-MM-DDThh:mm:ss.ffffff+hh:mm ). This is also set if Pay Later has been withdrawn. |
withdrawal_date | string | The date at which the Pay Later withdrawal request was received by Ratepay (ISO 8601, YYYY-MM-DD ). This field is only available if pay_later_status is ALREADY_WITHDRAWN . |
Last modified 2yr ago