Skip to main content
GET
Check a payment's status with the operator

Authorizations

Authorization
string
header
required

Scoped Bearer token from POST /merchant/api/auth.

Path Parameters

reference
string
required

The reference from the pay response, e.g. PL_2_1790206361991_03437213.

Response

The current state. pending means the operator has not confirmed yet — it is not a failure, and the payment may still complete.

message
string
Example:

"SUCCESS"

state
enum<string>

success = paid and settled; failed = refused; pending = not yet confirmed.

Available options:
success,
failed,
pending
status
boolean

Convenience flag, true only when state is success.