---
title: "Get delivery methods"
method: GET
path: "/api/v1/cards/delivery/methods/{country}"
tags: ["Cards/Delivery"]
---

# Get delivery methods

`GET /api/v1/cards/delivery/methods/{country}`

Retrieves list of courier providers that can deliver the card to the specified country</br> > **Note:** This method is applicable only if your account manager has advised you to incorporate card fee handling as part of your integration process.

## Path parameters

- `country` string, required

## Response `200`

OK

- ResponseCardDeliveryMethod[]
  - `currency` string, required — Fiat currency in which the fees are processed
  - `estimated_payment_amounts` ResponseEstimatedAmountResponse[] — Estimations on how much fees should be paid in each token that is supported by the platform
    - `amount` number, required — Amount that would be transferred in token currency scaled to the precision of the token
    - `fee_amount` number — Fee amount charged for this estimate, scaled to the precision of the token. Empty when the upstream estimator does not report a per-token fee.
    - `fee_precise_amount` string — Fee amount charged for this estimate, in the smallest unit of the token. Empty when the upstream estimator does not report a per-token fee.
    - `precise_amount` string, required — Amount that would be transferred in token currency in the smallest unit of the token
    - `rate` number, required — Rate of the token to the account currency
    - `token_address` string, required — Address of the token that the amount is in
    - `token_symbol` string, required — Symbol of the token that the amount is in
  - `fee` number, required — Price in fiat currency that should be paid for the delivery
  - `provider` string, required — Courier provider that will deliver the card
  - `type` string — Shipping type offered by the courier provider (e.g. Express, Standard)

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
