CorebanqCorebanq Developer Docs
FXv1

Create a new FX tariff

Create a new FX tariff with the provided details

POST/v1/fx/tariffs

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/fx/tariffs" \  -H "Content-Type: application/json" \  -d '{    "name": "Premium FX Tariff"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "Standard FX Tariff",
  "description": "Standard foreign exchange tariff for retail customers",
  "active": true,
  "fallback_tariff_id": "uuid"
}