Create Pricing Profile (Admin)
Creates a commercial pricing profile for a flow (onramp, offramp, p2p, b2b, b2b2c, remittance), asset (e.g. USDT), optional network/fiat scope, and fee model.
Profiles are resolved by flow_type, network, asset, fiat_currency, and (for remittance) source_country and destination_country from the active countries catalog.
B2B OTC: When flow_type is b2b, otc_type is required (deposit or withdrawal). Those rows are matched only by POST /pricing/resolve-otc, not by the generic POST /pricing/resolve (which only sees rows with otc_type unset).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
onramp, offramp, p2p, b2b, b2b2c, remittance "USDT"
none, fixed, percentage, hybrid customer, merchant, split tron or ethereum when scoped
"KES"
Optional role segment (e.g. Customer, vendor)
Required when flow_type=remittance. Prefer active ISO 3166-1 alpha-3 code from the countries catalog. Example KEN. Legacy alpha-2 input is accepted and normalized to alpha-3
Required when flow_type=remittance. Prefer active ISO 3166-1 alpha-3 code from the countries catalog. Example UGA. Legacy alpha-2 input is accepted and normalized to alpha-3
Required when flow_type=b2b. Omit for non-b2b flows.
deposit, withdrawal Response
Created