curl --request POST \
--url http://localhost:55001/api/payments/v3/bank-accounts/{bankAccountID}/forward \
--header 'Content-Type: application/json' \
--data '{
"connectorID": "aSDinaTvuI8gbWludGxpZnk="
}'
{
"data": {
"taskID": "<string>"
}
}
curl --request POST \
--url http://localhost:55001/api/payments/v3/bank-accounts/{bankAccountID}/forward \
--header 'Content-Type: application/json' \
--data '{
"connectorID": "aSDinaTvuI8gbWludGxpZnk="
}'
{
"data": {
"taskID": "<string>"
}
}
The bank account ID
Accepted
The response is of type object
.