Get Checkout logo

Catalog action Integrations coinbase-business

Retrieve details of a specific Coinbase Business checkout by ID. Returns full checkout information including status, settlement, refunds, and transaction details. Ideal for: payment status checks, order verification, webhook follow-up, receipt generation.

At a Glance

FieldValue
Action IDcoinbase-business-get-checkout
CategoryIntegrations
Connectorcoinbase-business
Requires gasNo
Funds movementNone declared
Tagscoinbase, checkout, payment, crypto, finance, read

Payload Schema

FieldTypeRequiredDescription
checkoutIdstringYesCheckout ID (24-char hex string)
apiKeyNamestringNoCDP API Key Name (overrides connector)
apiKeySecretstringNoCDP API Key Secret (overrides connector)

Result Schema

FieldTypeRequiredDescription
idstringYesCheckout ID
urlstringYesHosted payment page URL
statusstringYesCheckout status
amountstringYesPayment amount
currencystringYesCurrency code
networkstringYesBlockchain network
addressstringYesBlockchain payment address
tokenAddressstringNoERC-20 token contract address
descriptionstringNoPayment description
expiresAtstringNoExpiration timestamp
metadataobjectNoAttached metadata
successRedirectUrlstringNoSuccess redirect URL
failRedirectUrlstringNoFail redirect URL
settlementobjectNoSettlement breakdown
fiatAmountstringNoOriginal fiat amount
fiatCurrencystringNoOriginal fiat currency code
transactionHashstringNoBlockchain transaction hash
refundedAmountstringNoTotal refunded amount
refundsarrayNoRefund details
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Examples

json
{ "type": "coinbase-business-get-checkout", "payload": { "checkoutId": "example-checkoutId" }, "children": [], "connector": { "type": "coinbase-business", "id": "conn_coinbase_business" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I