Skip to main content
GET
Payout Status
Retrieve the current status and details of a payout.

Path Parameters

string
required
The payout_id returned from the Execute Payout endpoint (e.g. POAB1C2D3E).

Example Request

Success Response 200

Payout Object Fields

string
Unique payout identifier (format: PO + 8 alphanumeric characters).
string
Your internal reference for this payout.
number
The amount sent (before fees), in currency.
string
The sender currency code.
number
Total fee charged.
number
Total debited from your merchant wallet (amount + fee).
number
Applied exchange rate from sender to receiver currency.
number
Amount credited to the recipient’s wallet.
string
The recipient’s currency code.
string
Current payout status: completed, pending, or failed.
string
Description provided when creating the payout. May be null.
string
Quickei internal transaction ID. May be null if the payout failed before a transaction was created.
string
ISO 8601 timestamp when the payout was created.
string
ISO 8601 timestamp when the payout was processed. null if still pending or failed.

Payout Statuses

Error Responses