Logo
Peach Payments Public API Documentation

Search Beneficiary by ID

GET {{beneficiaryUrl}}/api/beneficiaries/payments/:EntityKey

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "accountNumber": "123456789", "bankName": "", "branchCode": "632005", "debitDay": null, "debitMonth": null, "trackingDays": null, "accountType": 0, "amount": null, "clientCode": "PPPEA001", "clientName": "Peach Payments Test", "customerCode": "552", "endDate": null, "id": "186086208057099104099225095224043244050115043130", "installments": null, "isActive": true, "name": "Alice Gleason", "recurringPeriod": 0, "reference": "1664546924", "scheduleType": 0, "serviceCode": "DEBORD", "startDate": null, "tokenHash": "6FC98B7BC60B502A1A694F571E87DBB28E404B4E" }



Curl
curl -X GET 'beneficiaryUrl/api/beneficiaries/payments/:EntityKey'

ENDPOINTS