POST
/
api
/
payments
/
v3
/
payment-service-users
/
{paymentServiceUserID}
/
bank-accounts
/
{bankAccountID}
/
forward
Forward a payment service user's bank account to a connector
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
connectorID
string<byte>
required

Response

Accepted

data
object
required