Pay Later API
Search
⌃K

Pay Later Status

get
https://api.ratepay.com/order/paylater/v1
/transaction_id/status
Get Pay Later status for one order

Overview of response parameters

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:
  • AVAILABLE = Pay Later can be booked for the current order
  • NOT_AVAILABLE = Pay Later cannot be booked for the current order
  • ALREADY_BOOKED = Pay Later has been booked for the current order and cannot be booked again
  • ALREADY_WITHDRAWN = Pay Later was booked and withdrawn for the current order and cannot be booked again
booking
object
Contains Pay Later booking information. Is only available if pay_later_status is ALREADY_BOOKED or ALREADY_WITHDRAWN

Overview of object "booking"

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.