Contacts
Update contact
Use this method to update a contact of a processing account.
To update a contact, you need its contactId. Our gateway returned the contactId in the response of the Create Processing Account method.
Note: If you don't have the contactId, use our List Contacts method to search for the contact.
You can update the following details about a contact:
- First name and last name.
- Contact details, including their phone number or mobile number.
- Identification details, including their identification type and number.
- Role within the business, for example, if they are a manager.
put/contacts/{contactId}
Path parameters
contactIdinteger required
Unique identifier for the contact.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
Successful request. We updated the contact.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.