X-CC-Api-Key
Example:
curl https://api.commerce.coinbase.com/checkouts \ -H "X-CC-Api-Key: YOUR_API_KEY"
401
hosted_url
curl -X POST https://api.commerce.coinbase.com/charges/ \ -H "Content-Type: application/json" \ -H "X-CC-Api-Key: YOUR_API_KEY" \ -d '{ "name": "The Human Fund", "description": "Money For People", "pricing_type": "fixed_price", "local_price": { "amount": "1.00", "currency": "USD" } }'
id
CHARGE_UUID
curl https://api.commerce.coinbase.com/charges/<CHARGE_UUID> \ -H "X-CC-Api-Key: YOUR_API_KEY"
Was this page helpful?