Update merchant status

Update merchant status using the merchant ID.

To find all available merchant status transitions, use List status transitions.

This endpoint generates a Merchant updated event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Merchant ID

Body Params

Request body

string
required
length between 1 and 128

Merchant status. This is a string, not an enum, so any string value is allowed, but the most commonly used values are: 'ACTIVE', 'ANALYSING', 'APPROVED', 'CANCELLED', 'PENDING', 'REJECTED'

string
deprecated

Notes about the operation.

Note: This field is deprecated and scheduled for removal.

Headers
string

Content type

string

Authorization token. This is a regular access token, which does not need to include an account ID.

Responses
200

OK

400

Bad Request

401

Access token is missing or invalid

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!