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 your account credit. The project must have recipients and you must have sufficient credit to cover the order total.
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