Skip to main content
POST
Check payment status

Body

application/json
order_id
string
required

Internal ID of the payment to check

Example:

"MS-123456"

Response

Payment status retrieved successfully

status
enum<string>

Status code of the response

Available options:
pending,
success,
failed,
not_found,
forbidden
message
string

Human-readable status message

order_data
object