Update Card Contact

Update the contact details (email and mobile number) associated with a card. These details are used for cardholder notifications and verification. Both fields are optional — only the fields you include will be updated.


Request

Update a card's contact details with PATCH /api/cards/:cardId/contact. Send only the fields you want to change — any field you omit is left unchanged.

Update Card Contact

Path Parameters
1
cardIdstringRequired

The unique identifier of the card whose contact details are being updated.

Body Parameters
1
emailstring

The new email address to set on the card's contact details, replacing the current value.

2
mobilestring

The new mobile number to set on the card's contact details, replacing the current value.

Body Parameters

Response
1
successboolean

Indicates whether the contact update succeeded.

2
messagestring

Human-readable status message describing the result of the request.

3
dataobject

Result payload echoing the success flag and message for the contact update operation.

4
timestampstring

ISO 8601 timestamp of when the response was generated.

Response Body
Did you find this page useful?

Join our Discord