transactions-transactions
Retrieve a particular transaction's contacts. Currently just phone numbers
get/transactions/{id}/contacts
Path parameters
idstring uuid required
Response
Success
Example response
{
"customerPhoneNumber": "23408100000000",
"merchantPhoneNumber": "23408100000001"
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○