v5
latestOpenAPI 3.1.02026-07-262421791.5 MBFund a batch group
Funds all transfers in a batch group from a multi-currency account balance. Transfers are paid out immediately.
The batch group must first be completed, and there must be enough funds in the account for the whole batch. Otherwise, an insufficient funds error will be returned.
{% admonition type="warning" %} This endpoint is SCA protected when it applies. If your profile is registered within the UK and/or EEA, SCA most likely applies to you. For more information, please read implementing SCA. {% /admonition %}
Path parameters
The ID of the profile that the batch group is associated with.
The batch group ID.
Headers
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"type": "BALANCE"
}Response
Batch group funded successfully.
Example response
{
"id": "54a6bc09-cef9-49a8-9041-f1f0c654cd88",
"name": "My batch group",
"alreadyPaid": true,
"shortId": 12345,
"userId": 33333333,
"profileId": 44444444,
"sourceCurrency": "GBP",
"status": "COMPLETED",
"groupType": "API",
"transferIds": [
100001,
100002,
100003
]
}