latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB

76329919f8a7

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"
}