For detailed flow diagrams and implementation guidance, see the Merchant Orders guide.
Flow
- Payment app sends order details to your endpoint
- You validate the request and create the order in your system
- You sign the order with your private key
- You return the signed order with callback URLs
Signing the Order
Canonicalize and sign the order object:Callback URLs
Include URLs in your response so payment apps know where to redirect users:| URL | Purpose |
|---|---|
urls.order | Where the order can be retrieved |
urls.completed | Redirect after successful payment |
urls.cancelled | Redirect if payment is cancelled |