Retrieve payment details
GET {{koxa_payments_api_url}}/payments/{{payment_id_3}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Request-Id | string | ||
Content-Type | string |
RESPONSES
status: OK
{"message":"Payment approved, processing pending.","payment_id":"pay_cl7z1rekf003v01o919di3mi4","pay_friendly":"PAYAFG73NA33SSJ","account_id":"acc_cl7jb54yw000j01o42la21oe7","status":"pay_approved","details":{"date":"2022-09-13T00:00:00.000Z","type":"pay_ach","payee":{"payee_name":"Winter Drafts","account_number":"841465469866","routing_number":"021000021"},"payer":{"payer_name":"Radar Robotics"},"amount":2439.45,"currency":"USD","credit_debit":"credit","payment_memo":{"memo":"AcT - 1/2"},"app_reference":{"app_payment_id":"postman doc site collection - 1","other_reference":"327620"}},"_links":{"self":{"href":"/payments/pay_cl7z1rekf003v01o919di3mi4"}}}