POST /merchant/provider/activate/new

Activates a new provider using credential schema returned in "GET /merchant/provider/new" ---- [auth scope: merchant]

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
credentialsobjectRequired

The credential for the APM provider.

providerstring · enumRequired

The APM provider to the credentials are associated with.

Possible values:
currencystring · enumRequired

The currency being supported

Possible values:
channelsstring[]Required

The channels associated with this merchant and payement provider

Responses
201

The record has been successfully created.

application/json
post
/merchant/provider/activate/new
201

The record has been successfully created.

Last updated