v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 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"
}