Create a secure payment for an outgoing payout
Creates a single-payment secure-payment link for an outgoing payout. The caller provides the raw recipient details (wallet, network, currency, amount); the API resolves or creates the wallet/network/currency destination tuple and links the payout to that tuple. Returns the same response shape as POST /v2/secure-payments/ so the resulting link loads on the secure payment page without a separate code path.
Headers
API key for authentication (optional if using Client ID, session, or orchestrator key)
Client ID for frontend authentication (required when paired with orchestrator key)
Orchestrator key for authentication (must be paired with Client ID)
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 / orchestrator auth, automatically set by browser)
Body
Recipient wallet address (EVM 0x... or TRON T...)
Wallet address that created the payout link. This is not necessarily the wallet that will execute the payment.
Blockchain network the payout targets (e.g., 'mainnet', 'sepolia', 'tron')
1Currency ID in the '-' format (e.g., 'USDC-mainnet', 'FAU-sepolia')
1The payout amount, in human readable format
Merchant reference for receipt tracking and identification
1 - 255Recipient identifier for tracking outgoing payout recipients
1 - 255DEPRECATED. Legacy fee percentage; ignored. Fees are now resolved server-side from the fee plan snapshot.
DEPRECATED. Legacy fee recipient; ignored. Fees are now resolved server-side from the fee plan snapshot.
URL the payer is redirected to after a successful payment
Optional label describing the redirect destination
1 - 255^[^<>&"'`]*$Optional per-payment access policy override.
Response
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).