v4

latestOpenAPI 3.0.3UNLICENSED2026-08-0896235396.5 KB
transactions-transactions

Retrieve a particular transaction's contacts. Currently just phone numbers

get/transactions/{id}/contacts

Path parameters

idstring uuid required

Response

Success

customerPhoneNumberstring
merchantPhoneNumberstring

Example response

{
  "customerPhoneNumber": "23408100000000",
  "merchantPhoneNumber": "23408100000001"
}