Skip to main content

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

MethodEndpointWhat it does
GET/fees/delivery-methodsList available delivery methods per country.

Fee calculation

MethodEndpointWhat it does
POST/fees/issuing-feeCalculate the issuing fee for a card.
POST/fees/delivery-feeCalculate the delivery fee for a card.
Typical flow
  1. Call GET /fees/delivery-methods to populate the delivery-method picker.
  2. Call POST /fees/issuing-fee to display the card-issuance price.
  3. Call POST /fees/delivery-fee with the chosen delivery method to display the shipping price.
  4. Confirm both prices with the customer before issuing the card.