# Save cards for future use

You can save contact and contactless cards at the point of sale for future use online using the [Setup Intents API](https://stripe.com/docs/api/setup_intents) with Stripe Terminal.
`readReusableCard` usage is [no longer supported](https://docs.stripe.com/terminal/references/sdk-v3-migration-guide?terminal-sdk-platform=ios#update-your-readreusablecard-usage-to-setupintents) and should be migrated to `SetupIntents`.
The Setup Intents API is available in Australia, Canada, Ireland, Singapore, the UK, and the US and is compatible with all BBPOS readers and Stripe Reader M2.
Additional information:
* [Save cards directly without charging](https://stripe.com/docs/terminal/features/saving-cards/save-cards-directly)
* [Save card details after payment](https://stripe.com/docs/terminal/features/saving-cards/save-after-payment)