Markets
These parameters control the market in the API and are used for some of the methods.
Market controls the currency, and ship-to country.
Available markets are:
Get available marketS
Get available marketS
These parameters control the market in the API and are used for some of the methods.
GET https://t3-prod-api.tipser.com/v4/markets
Market model
{
id: "59dde7e3b8f3f67f24d6f6c9",
name: "CH_FR",
currencyName: "CHF",
currencySymbol: "CHF",
country: "CH",
locale: "fr-CH",
defaultVat: {
value: 8,
formatted: "8%"
},
availablePsp: [
"stripe"
]
}