POST
/
api
/
payments
/
v3
/
connectors
/
{connectorID}
/
reset
curl --request POST \
  --url http://localhost:55001/api/payments/v3/connectors/{connectorID}/reset \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

connectorID
string
required

The connector ID

Response

202
application/json

Accepted

The response is of type object.