Skip to main content

Update 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.

Path Parameters
  • accountId string required

    AccountId for the contact details

Request Body required
  • email object
  • emailAddress string required

    Email address

  • phone object
  • phoneNumber string required

    Phone number

Responses


Schema
  • email object
  • accountId string required
  • createdAt date-time required
  • modifiedAt date-time required
  • emailAddress string required
  • phone object
  • accountId string required
  • createdAt date-time required
  • modifiedAt date-time required
  • phoneNumber string required
Loading...