POST /merchants/create

Create Merchant ---- [auth scope: admin, grandparent, parent]

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
redirectUrlstringRequired

The new merchant URL

merchantNamestringRequired

The new merchant name

statusobjectRequired

The new merchant status

parentIdstringRequired

The new merchant parent

preferredDisplayModestringRequired

The new merchant Preferred display mode for payment

paymentStatusFetchEnabledbooleanOptional

Whether to fetch payment status after processing

Responses
200

Merchant created successfully

application/json
post
/merchants/create
200

Merchant created successfully

Last updated