GET
/
transactions
/
{id}
/
contacts
Retrieve a particular transaction's contacts. Currently just phone numbers
curl --request GET \
  --url https://external.dev.onboardpay.co/transactions/{id}/contacts \
  --header 'x-auth-token: <api-key>'
{
  "customerPhoneNumber": "23408100000000",
  "merchantPhoneNumber": "23408100000001"
}
Retrieves the contact details (currently limited to phone numbers) associated with a specific transaction. This can be used to display or verify the counterpartyโ€™s contact info during a transaction.

Authorizations

x-auth-token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Success

The response is of type object.