Skip to main content
GET
Child Address List Payment Orders

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string<uuid>
required

Wallet identifier.

addressId
string<uuid>
required

Child address identifier.

Query Parameters

status
enum<string>

Filter by payment-order status. Current payment-order lifecycle status.

Available options:
pending,
paid,
processing,
expired,
failed,
cancelled
rail
enum<string>

Payment collection rail. Supported fiat collection rail.

Available options:
one_time_virtual_account,
payment_link,
qr_code
currency
string

ISO 4217 fiat currency code.

Required string length: 3
assetId
string<uuid>

Stablecoin asset identifier returned by the supported-assets endpoint.

Search by reference, label, account name, or account number.

startDate
string<date-time>

Inclusive ISO 8601 start date. Required only when endDate is supplied.

endDate
string<date-time>

Inclusive ISO 8601 end date. Required only when startDate is supplied.

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Payment orders fetched successfully"

data
object[]
required
meta
object
required
analytics
object
required