Create price for the price list
Last updated
Was this helpful?
Last updated
Was this helpful?
After creating a price list, we need to add prices. Prices are used to calculate the fee amount for different types of fees such as card opening fees, monthly fees, and transaction fees.
In this scenario, we will define a price for transaction fees. A fixed amount of 1.05€ will be charged for transactions in the range of 700€ - 1000€.
The path for the request is the price list code.
Fee type code
Currency code
Fee calculation rule
Fixed fee amount
Validity of the price
(Date format: YYYY-MM-DD)
Range of the transaction amount for which the fee is charged.
To create the price, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/price-list/PRICELIST-01/price
The sample request body is as follows:
Below you will find the response to the API request:
We have now created a price item for the price list. Similarly, you can create prices with different calculation rules with transaction amount ranges or count ranges.