cURL
curl --request POST \ --url https://www.postable.com/api/v1/cart/checkout/{projectUuid} \ --header 'Authorization: Bearer <token>'
{ "data": { "order_id": 123, "credit_charged": 123, "remaining_credit": 123 } }
Process an order for a project using account credit
credit_available
order_total
{ "data": { "order_id": 12345, "credit_charged": 25.50, "remaining_credit": 74.50 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the project to checkout
Checkout successful
Show child attributes