This allows the user to retrieve a payment using it's id.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
id | Int | Yes | N/A | The payment's ID found in your Checkissuing dashboard or in the payment's information returned from various API calls |
{"status":0,"errors":[],"error_message":"","payment":{"id":"1","payee_id":null,"account_id":null,"client_invoice_id":null,"file_id":null,
"batch_id":null,"status_id":"2","postage_id":null,"guid":"c4ca4238a0b923820dcc509a6f75849b","created_ts":"2019-09-22 05:46:05","updated_ts":null,"deleted_ts":null,
"issue_ts":null,"sent_ts":null,"cancelled_ts":null,"returned_ts":null,"cleared_ts":null,"claimed_ts":null,"payee_name":"A Payee","payee_address":"123 Some St. City, ST 33434",
"memo":null,"amount":"100.00","fees":"0.00","flagged":"0","confirmed":"1","claimed":"0","is_digital":"0","deleted":"0"}}