PPylon Developers
ApiCheckout

Get Checkout By Reservation

GET
/api/v1/checkout/by-reservation/{reservationId}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

reservationId*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/v1/checkout/by-reservation/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "checkoutId": "a21b4d66-7585-4979-80ec-60ea35b35821",
  "state": "Started",
  "orderId": null,
  "orderNumber": null,
  "paymentSessionId": null,
  "clientSecret": null,
  "expiresAt": "2019-08-24T14:15:22Z",
  "totalAmount": 0.1,
  "currency": "string",
  "failureReason": null,
  "startedAt": "2019-08-24T14:15:22Z",
  "completedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}