Skip to main content

Update contact details

PATCH 

/api/accounts/:accountId/contact-details

This endpoint sets or updates the contact details (email and phone) for the account. The contact details are used to send notifications to the cardholder, such as for 3DSecure and one time passwords.

Request

Path Parameters

    accountId stringrequired

    AccountId for the contact details

Body

required

    email

    object

    emailAddress stringrequired

    Email address

    phone

    object

    phoneNumber stringrequired

    Phone number

Responses

Schema

    email

    object

    accountId stringrequired
    createdAt date-timerequired
    modifiedAt date-timerequired
    emailAddress stringrequired

    phone

    object

    accountId stringrequired
    createdAt date-timerequired
    modifiedAt date-timerequired
    phoneNumber stringrequired
Loading...