Fees & Delivery — list of endpoints
Every endpoint in the Fees & Delivery section of the API Reference →. Click any row to open the full reference page with payload, examples, and the Try it widget.
Delivery methods
| Method | Endpoint | What it does |
|---|---|---|
| GET | /fees/delivery-methods | List available delivery methods per country. |
Fee calculation
| Method | Endpoint | What it does |
|---|---|---|
| POST | /fees/issuing-fee | Calculate the issuing fee for a card. |
| POST | /fees/delivery-fee | Calculate the delivery fee for a card. |
Typical flow
- Call
GET /fees/delivery-methodsto populate the delivery-method picker. - Call
POST /fees/issuing-feeto display the card-issuance price. - Call
POST /fees/delivery-feewith the chosen delivery method to display the shipping price. - Confirm both prices with the customer before issuing the card.