Merchant accounts
New merchant account
Create a merchant account. Optionally, provide an outbound_webhook_url
, and
if HTTP Basic Authentication is required, provide the
outbound_webhook_username
and outbound_webhook_password
. When retrieving
a Merchant Account the outbound_webhook_password
will be omitted.
Optionally provide Network Tokens configuration per scheme. If done, all parameters for the same scheme must be provided.
POST
This endpoint requires the merchant-accounts.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A request to create a merchant account.
Response
201
application/json
Returns the created merchant account.
The response is of type object
.