Coinbase Commerce · Example Payload

Create Checkout Request

Order #12345 - 2x Widget Pro

Crypto PaymentsCryptocurrencyPayment GatewayCommerceBitcoinEthereumUSDCWebhooksChargesCheckouts

Create Checkout Request is an example object payload from Coinbase Commerce, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountcurrencydescriptionmetadatasuccessRedirectUrlfailRedirectUrlexpiresAt

Example Payload

Raw ↑
{
  "amount": "50.00",
  "currency": "USDC",
  "description": "Order #12345 - 2x Widget Pro",
  "metadata": {
    "customer_id": "cust_42",
    "order_id": "ord_99"
  },
  "successRedirectUrl": "https://yourstore.com/success",
  "failRedirectUrl": "https://yourstore.com/cancel",
  "expiresAt": "2026-06-14T10:30:00Z"
}