Get Order Transfer Groups

Get Order Transfer Groups

get

Retrieves transfer groups for all orders, optionally filtered by completion status. When is_complete is false, returns orders with FAILED transfers. When is_complete is true, returns orders with SENT transfers. When is_complete is omitted, returns all orders with any transfers. Dashboard and admin users must specify a target app_id query parameter; channel users can only access transfer groups for their own application. Each order transfer group contains the order ID and nested bag transfer groups organized by bag and merchant.

Query parameters
is_completebooleanOptional

Filter by transfer completion status. When false, returns orders with FAILED transfers. When true, returns orders with SENT transfers. Omit to return all orders with transfers.

Example: false
Header parameters
X-Violet-TokenstringRequired

API token for authentication

X-Violet-App-SecretstringRequired

Application secret key

X-Violet-App-Idinteger · int32Required

Application ID

Example: 10000
Responses
chevron-right
200

ok

application/json

Complete set of money movement attempts for a single order, organized by merchant and bag

order_idinteger · int64Optional

ID of the order these transfers are associated with

is_completebooleanOptional

Whether all expected transfers for this order have been successfully sent

date_createdstring · date-timeOptional

Time at which the earliest transfer in this group was created. In ISO-8601 format

date_last_modifiedstring · date-timeOptional

Time at which the latest transfer in this group was last modified. In ISO-8601 format

get
/orders/transfer_groups

Last updated

Was this helpful?