Merchant accounts
Update merchant account
Update an existing 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.
PUT
This endpoint requires the merchant-accounts.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a merchant account.
Example:
"plantly-uk"
Body
application/json
A request to update a merchant account.
Response
200
application/json
Returns the updated merchant account.
The response is of type object
.