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 · enumRequiredPossible values:
The APM provider to the credentials are associated with.
currencystring · enumRequiredPossible values:
The currency being supported
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/new201
The record has been successfully created.
Last updated