Hosted checkout
Your backend creates checkout sessions and payment links. Ionic-hosted checkout handles buyer payment collection and confirmation without requiring you to send raw card data to the API. Create checkout resources on your server, redirect the buyer, and retrieve the completed session from your server before fulfilling the order.Retry behavior
Authentication identifies the caller. Idempotency identifies a retryable operation. For create and refund calls, send the sameIdempotency-Key when retrying the same operation. See Idempotency for the retry model.
