List Payment Links logo

Catalog action Integrations coinbase-business

List Coinbase Business payment links with optional filtering and pagination. Returns payment links with status, amount, and creation details. Supports cursor-based pagination. Ideal for: payment monitoring, reconciliation, dashboard views, status tracking.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
pageTokenstringNoCursor token for fetching the next page of results
pageSizenumberNoNumber of payment links to return per page (min 1, max 100)
statusstringNoFilter payment links by status
apiKeyNamestringNoCDP API Key Name (overrides connector)
apiKeySecretstringNoCDP API Key Secret (overrides connector)

Result Schema

FieldTypeRequiredDescription
paymentLinksarrayYesList of payment link objects
nextPageTokenstringNoCursor token for fetching the next page of results. Pass this as the 'pageToken' input to retrieve the next page. Absent when there are no more results.

Examples

json
{ "type": "coinbase-business-list-payment-links", "payload": { "pageToken": "ETH", "pageSize": 1, "status": "ACTIVE", "apiKeyName": "configured-in-b3os", "apiKeySecret": "configured-in-b3os" }, "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