v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
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

merchant_idstring required
gateway_success_rate_based_decider_inputstring nullable

Example request

{
  "merchant_id": "my_merchant"
}

Response

Merchant created

messagestring
merchant_idstring
gateway_success_rate_based_decider_inputstring nullable

Example response

{
  "merchant_id": "my_merchant"
}