POST /merchant/provider/activate/new

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

post
Authorizations
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
POST /merchant/provider/activate/new HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 75

{
  "credentials": {},
  "provider": "KLARNA",
  "currency": "AUD",
  "channels": [
    "text"
  ]
}
201

The record has been successfully created.

{
  "message": "text"
}

Last updated