Merchant Account
Create merchant
Register a new merchant account. The merchant ID is the primary identifier used in all subsequent routing and scoring calls.
post/merchant-account/create
Request body
Example request
{
"merchant_id": "my_merchant"
}Response
Merchant created
Example response
{
"merchant_id": "my_merchant"
}