Headers
API key for authentication
Body
A list of payment requests to be created andprocessed in batch. All requests must be on the same network and contain payment/invoice currency information. Either requests
or requestIds
must be provided, but not both.
The request IDs of the existing requests to be paid. Requests must be on the same network. Either requests
or requestIds
must be provided, but not both.
The wallet address of the payer, user to check if approval is needed or not.
Response
Batch payment calldata retrieved successfully
Array of ERC20 approval transactions needed before the batch payment. Only present when token approval is required.
The batch payment transaction for ERC20 tokens. Only present when the batch contains ERC20 payments.
The batch payment transaction for native ETH. Only present when the batch contains ETH payments.