POST
/
api
/
payments
/
connectors
/
{connector}
/
{connectorId}
/
reset
curl --request POST \
  --url http://localhost:55001/api/payments/connectors/{connector}/{connectorId}/reset \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

connector
enum<string>
required

The name of the connector.

Available options:
STRIPE,
DUMMY-PAY,
WISE,
MODULR,
CURRENCY-CLOUD,
BANKING-CIRCLE,
MANGOPAY,
MONEYCORP,
ATLAR,
ADYEN,
GENERIC
connectorId
string
required

The connector ID.

Response

204

No content