Get Payment Link logo

Catalog action Integrations coinbase-business

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

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
paymentLinkIdstringYesThe unique identifier of the payment link to retrieve
apiKeyNamestringNoCDP API Key Name (overrides connector)
apiKeySecretstringNoCDP API Key Secret (overrides connector)

Result Schema

FieldTypeRequiredDescription
idstringYesPayment link ID
urlstringYesPayment link URL
statusstringYesPayment link status
amountstringYesPayment amount
currencystringYesCurrency code
descriptionstringNoPayment description
networkstringNoBlockchain network
addressstringNoPayment address
expiresAtstringNoExpiration timestamp
metadataobjectNoAttached metadata
successRedirectUrlstringNoSuccess redirect URL
failRedirectUrlstringNoFail redirect URL
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Examples

json
{ "type": "coinbase-business-get-payment-link", "payload": { "paymentLinkId": "example-paymentLinkId" }, "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