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.
Path Parameters
The unique identifier of the card whose contact details are being updated.
Body Parameters
The new email address to set on the card's contact details, replacing the current value.
The new mobile number to set on the card's contact details, replacing the current value.
Response
Indicates whether the contact update succeeded.
Human-readable status message describing the result of the request.
Result payload echoing the success flag and message for the contact update operation.
ISO 8601 timestamp of when the response was generated.