Batch
Generate batch link
Returns a URL to which the batch file must be uploaded.
For more information, see the documentation.
post/api/channels/{entityId}/payments/batches
Path parameters
entityIdstring required
Example:8ac7a4ca694cec2601694cf5f9360026
The entity for the request.
Request body
Example request
{
"filename": "test.csv",
"notificationUrl": "https://example.com/example-webhook/"
}Response
Batch ID and URL.
Example response
{
"id": "421e1e63-ddd5-46ec-8812-74eda861259b"
}