POST /merchants/create
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/create200
Merchant created successfully
Last updated