Querying For Payments
Every payment has order reference. This could be added from
Checkout link order reference added through:
Added directly to payment through api integration type (Collection API)
This endpoint allows querying payments using a unique order reference.
GET
/third-parties/payments/[YOUR_UNIQUE_ORDER_REFERENCE]
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Response
There are different payment status such as SUCCESS
, SETTLED
, PROCESSING
, PENDING
, FAILED
. Payments with SUCCESS
or SETTLED
status are the one that were made successfully, the difference is SUCCESS
represents successfully made payment that has not been settled to merchant account yet while SETTLED
means the funds are already settled.
Last updated