Create a batch secure payment for multiple outgoing payouts
Creates a single batch payout link from multiple existing pending single payout tokens. The individual tokens are invalidated and a new batch payment URL is returned. All payouts must target the same network.
Headers
API key for authentication (optional if using Client ID or session)
Client ID for frontend authentication (optional if using API key or session)
Bearer token for session authentication (or use the session_token cookie). Only consulted when no x-orchestrator-key, x-api-key, or x-client-id header is present.
Origin header (required for Client ID auth, automatically set by browser)
Body
Tokens of existing pending single payout secure payments to combine into one batch payment link
21URL the payer is redirected to after a successful payment
Optional label describing the redirect destination
1 - 255^[^<>&"'`]*$Response
Batch payout secure payment created successfully
Array of request IDs created for this secure payment
URL to the secure payment page
Secure payment token
Resolved fee plan snapshot. Null when fees don't apply — e.g. non-stablecoin currency, or a batch that spans multiple currencies (not yet supported).