Querying the status of a payment
To check the status of a payment, a request must be made with the payment ID received at the time of creation.
Payment Statuses (status):
Pending (pending): The payment is awaiting processing.
Completed (approved): The payment has been successfully completed.
Refunded (refunded): The payment has been refunded.
Canceled (canceled): The payment has been canceled.
Expired (expired): The payment has exceeded the time limit for completion.
Payment Status Details (status_detail):
Exact Payment (correct): The payment was received for the exact amount of the transaction.
Insufficient (underpaid): The payment received is less than the expected amount.
Exceeded (overpaid): The payment received is greater than the expected amount.
No Payments (not_paid): No payment has been received for this transaction.
Last updated