Pay Later Offers

Get available Pay Later offers for one order

SecurityBearer Authentication
Request
path Parameters
transaction_id
required
string
Example: 12-34567890123456789
header Parameters
Content-Type
required
string
Example: application/json
Authorization
required
string

For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token.

Responses
200

Returns a list of the available Pay Later options for the given transaction_id.

404

Is returned if the transaction_id is unknown.

405

Is returned if this endpoint is called with a request method other than GET.

406

Is returned if the request accept header does not specify JSON as an accepted content type for the response.

409

Is returned if Pay Later is not available, has already been booked or has been withdrawn for the given transaction_id. To avoid this error, check with the Pay Later status endpoint whether Pay Later is available for the order before calling this endpoint.

415

Is returned if the request does not contain content type headers or if the request content type is anything other than JSON.

500

Is returned in case of a technical server error at Ratepay. Try again later.

get/order/paylater/v1/{transaction_id}/offers
Request samples
Response samples
application/json;charset=UTF-8
{
  • "transaction_id": "12-34567890123456789",
  • "current_due_date": "2020-03-14",
  • "pay_Later_offers": [
    ]
}