Deactivate Payment Link logo

Catalog action Integrations coinbase-business

Deactivate an active Coinbase Business payment link to prevent further payments. The link status changes to DEACTIVATED and can no longer accept payments. Ideal for: expired offers, cancelled orders, subscription cancellations, fraud prevention.

At a Glance

FieldValue
Action IDcoinbase-business-deactivate-payment-link
CategoryIntegrations
Connectorcoinbase-business
Requires gasNo
Funds movementNone declared
Tagscoinbase, payment, crypto, finance, update, write

Payload Schema

FieldTypeRequiredDescription
paymentLinkIdstringYesThe unique identifier of the payment link to deactivate
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-deactivate-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