POST
/
api
/
payments
/
v3
/
bank-accounts
/
{bankAccountID}
/
forward
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>"
  }
}

Path Parameters

bankAccountID
string
required

The bank account ID

Body

application/json

Response

202
application/json

Accepted

The response is of type object.