Skip to main content
POST
Check Payment Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

method
string
required
payment_id
integer
required

Response

Successful Response

Response after manual payment status check.

success
boolean
required
message
string
required
payment
PendingPaymentResponse · object | null

Pending payment details for manual verification.

status_changed
boolean
default:false
old_status
string | null
new_status
string | null