Send payment method link

View as Markdown

Emails your customer’s primary billing contact a secure link to manage their saved payment methods — view, add, set a default, or remove a card or bank account. This is the same link the “Send link” button in your dashboard sends.

The link is time-limited, and each call sends a fresh one. The response tells you which address it went to and how long it stays valid.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Customer ID

Response

Link sent to the customer's billing contact
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error