TBBN.Merchant Platform docs
WORKING

Currency

get/v1/currency/supported

List supported currency codes

Response (200)

post/v1/currency/convert

Convert an amount between supported currencies using static reference rates. Estimate only — never authoritative for settlement (see TradeEngine, which rejects cross-currency trades outright rather than trusting these rates).

Request body

FieldTypeRequired
amountnumberyes
fromstringyes
tostringyes

Response (201)

FieldTypeRequired
amountnumber
currencystring
estimateOnlyboolean