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
{
"message": "Merchant account created successfully",
"merchant_id": "merchant_demo",
"api_key": "DE_..."
}