Skip to content

Commit e2531fe

Browse files
authored
Merge pull request #288 from swan-io/DOC-1034/shipping-provider
DOC-1034 Selecting shipping methods
2 parents 48ee3de + 6e0ebd4 commit e2531fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/topics/cards/physical/index.mdx

+15
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,21 @@ You have the option of **group** or **non-group delivery**.
198198

199199
*If you choose the Spain hub but ship using group delivery outside of Spain or Portugal, the shipping provider is DHL.*
200200

201+
### Shipping methods {#shipping-methods}
202+
203+
You can set the shipping method for your users' physical cards. To do so, select the `shippingProvider` option in the `physicalCardCustomOptions` input when you [add a card](https://api-reference.swan.io/mutations/add-cards/).
204+
Choose from the following options:
205+
206+
- `LaPosteTracked`
207+
- `LaPosteUntracked`
208+
- `CorreosTracked`
209+
- `CorreosUntracked`
210+
- `DHL`
211+
- `NACEX`
212+
213+
Make sure to select a shipping provider that's compatible with both the printing hub and the destination country that you chose.
214+
Selecting an incompatible provider will return an [`InvalidShippingProviderRejection`](https://api-reference.swan.io/objects/invalid-shipping-provider-rejection/) error.
215+
201216
## Netherlands Maestro fallback {#maestro}
202217

203218
In the 🇳🇱 Netherlands, some physical card terminals refuse transactions with Mastercard Business cards, but accept Maestro.

0 commit comments

Comments
 (0)