Get Payment Status
You can call payment status check API from your server/backend which will respond back with status of the payment. To call this API, you should have access to payment_id
which you would have got in checkout callbacks OR webhook OR payment/charge
API (in case of custom checkout)
/payments/:id/status
Sample Response