PPylon Developers
ApiCheckout

Create Checkout

POST
/api/v1/checkout
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/checkout" \  -H "Content-Type: application/json" \  -d '{    "reservationId": "54c41ef9-5629-4a9c-bb0d-10f615966bd0",    "buyerEmail": "string"  }'
{
  "checkoutId": "a21b4d66-7585-4979-80ec-60ea35b35821",
  "status": "string"
}
{
  "code": "string",
  "message": "string"
}