Path Parameters
The bank account ID
Body
application/json
Response
Accepted
curl --request POST \
--url http://localhost/api/payments/v3/bank-accounts/{bankAccountID}/forward \
--header 'Content-Type: application/json' \
--data '{
"connectorID": "aSDinaTvuI8gbWludGxpZnk="
}'
{
"data": {
"taskID": "<string>"
}
}
curl --request POST \
--url http://localhost/api/payments/v3/bank-accounts/{bankAccountID}/forward \
--header 'Content-Type: application/json' \
--data '{
"connectorID": "aSDinaTvuI8gbWludGxpZnk="
}'
{
"data": {
"taskID": "<string>"
}
}
The bank account ID
Accepted
Show child attributes