get https://api.payline.co/api/payments/
Retrieves the status of a payment transaction using its reference ID.
Payment Status Response
| key | type | description |
|---|---|---|
| id | string | Unique identifier for the payment. |
| reference | string | Reference identifier for the payment. |
| status | string | Current status of the payment (pending, success, failed). |
| amount | number | Total amount of the payment. |
| currency | string | Currency used for the payment. |
| fee | number | Transaction fee applied to the payment. |
| payment_timestamp | string | Timestamp when the payment was processed. |
| Source | object | Payment source object |
| settle_status | string | Payment settlement status (initiated, pending, released) |