List contacts
Use this method to retrieve a list of contacts for a processing account.
Note: If you want to view a specific contact and you have their contactId, go to our Retrieve Contact method.
To retrieve a list of contacts for a processing account, you need the processingAccountId. Our gateway returned the processingAccountId in the response of the Create Merchant Platform method or the Create Processing Account method.
Our gateway returns the following information about each contact:
- Name and contact method, including their phone number or mobile number.
- Role within the business, for example, if they are a manager.
For each contact, we also return a contactId, which you can use to perform follow-on actions.
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.