POST
/
api
/
payments
/
v3
/
payment-service-users
/
{paymentServiceUserID}
/
bank-accounts
/
{bankAccountID}
/
forward
curl --request POST \
  --url http://localhost:55001/api/payments/v3/payment-service-users/{paymentServiceUserID}/bank-accounts/{bankAccountID}/forward \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connectorID": "aSDinaTvuI8gbWludGxpZnk="
}'
{
  "data": {
    "taskID": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

paymentServiceUserID
string
required

The payment service user ID

bankAccountID
string
required

The bank account ID

Body

application/json

Response

202
application/json

Accepted

The response is of type object.