curl -X POST "{{base_url}}/v1/checkout/pay?order_id=order_123&transaction_hash=0xabc" \
-H "x-api-key: YOUR_CHECKOUT_KEY"
Checkout
Confirm checkout payment
Submit the on-chain hash that settles a checkout order.
POST
/
v1
/
checkout
/
pay
curl -X POST "{{base_url}}/v1/checkout/pay?order_id=order_123&transaction_hash=0xabc" \
-H "x-api-key: YOUR_CHECKOUT_KEY"
Auth: checkout key.
Verifies the transfer on-chain and may trigger auto-settlement (e.g. KES) plus a webhook.
string
required
Checkout order id.
string
required
Hash of the settlement transfer.
curl -X POST "{{base_url}}/v1/checkout/pay?order_id=order_123&transaction_hash=0xabc" \
-H "x-api-key: YOUR_CHECKOUT_KEY"
