GET
/
checkouts
/
{checkout_id}
curl --request GET \
  --url https://api.commerce.coinbase.com/checkouts/{checkout_id} \
  --header 'X-CC-Api-Key: <api-key>'
[
  {
    "brand_color": "<string>",
    "brand_logo_url": "<string>",
    "coinbase_managed_merchant": true,
    "description": "<string>",
    "extended_description": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "local_price": {
      "amount": "<string>",
      "currency": "<string>"
    },
    "logo_url": "<string>",
    "max_contribution_amount": {
      "amount": "<string>",
      "currency": "<string>"
    },
    "name": "<string>",
    "organization_name": "<string>",
    "pricing_type": "fixed_price",
    "requested_info": [
      "<string>"
    ],
    "resource": "<string>",
    "suggested_amounts": [
      {
        "amount": "<string>",
        "currency": "<string>"
      }
    ]
  }
]

Authorizations

X-CC-Api-Key
string
header
required

Path Parameters

checkout_id
string
required

Response

200
application/json

Checkout session details

The response is of type object[].