Pay Later Status

Get Pay Later status 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 Pay Later status 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.

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}/status
Request samples
Response samples
application/json;charset=UTF-8
{
  • "transaction_id": "12-34567890123456789",
  • "pay_later_status": "ALREADY_WITHDRAWN",
  • "booking": {
    }
}