API example
POST /v1/checkout-sessions
{
"orderId": "ord_1048",
"amount": "249.00",
"currency": "USD",
"settlementAsset": "USDC",
"customerEmail": "[email protected]",
"successUrl": "https://merchant.example/paid",
"cancelUrl": "https://merchant.example/cancelled"
}