Skip to main content

Create a payment order for the cart

POST 

/api/v1/shared-cart/:token/payment/order

Creates an order for the cart's pay-now amount (server-computed) and returns the order id + public key for the gateway checkout. The BACKEND chooses the gateway account (by priority, with failover) — the client does not pick a gateway. The guest may opt to pay the whole payable now with payInFull; any other amount is not accepted — a guest can pay the agent's deposit or the full total, never less.

Request​

Responses​

OK