cURL
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>" } }
The access token received from the authorization server in the OAuth 2.0 flow.
The payment service user ID
The bank account ID
Accepted
The response is of type object.
object