Get Order Transfer Groups
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.
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.
falseAPI token for authentication
Application secret key
Application ID
10000ok
Complete set of money movement attempts for a single order, organized by merchant and bag
ID of the order these transfers are associated with
Whether all expected transfers for this order have been successfully sent
Time at which the earliest transfer in this group was created. In ISO-8601 format
Time at which the latest transfer in this group was last modified. In ISO-8601 format
forbidden
internal server error
Last updated
Was this helpful?