Skip to main content
GET
Fetch a Payment

Payment Status Values

  • PAY_INIT — Payment initialized
  • PAY_PROCESS — Payment is being processed
  • PAY_SUCCESS — Payment completed successfully
  • PAY_FAILED — Payment failed
  • PAY_TIMEOUT — Payment timed out
  • PAY_CANCEL — Payment was cancelled
  • SETTLEMENT_INIT — Settlement process started
  • SETTLEMENT_SUCCESS — Settlement completed successfully
  • SETTLEMENT_HOLD — Transaction on hold due to insufficient rebalancing funds
  • SETTLEMENT_FAILED — Settlement failed after 3 retry attempts
The settlement_info field will be null until PAY_SUCCESS. The payment_time will be 0 until PAY_SUCCESS.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Path Parameters

payment_id
string<uuid>
required

The unique payment identifier returned from Create Payment

Response

Payment details retrieved successfully

data
object