# Take repeat payments Take a payment using a stored credential ## Authorize using card on file with verification - [POST /payments/authorizations/cardOnFile/{linkData}](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/cardonfileauthorize.md): Use our card on file authorize resource when your customer is initiating a payment using stored card details verifying their account first ## Authorize using card on file, no verification - [POST /payments/authorizations/migrateCardOnFile](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/migratecardonfileauthorize.md): Use our card on file authorize resource when your customer is initiating a payment using stored card details (without verifying their account first) ## Card on file sale - [POST /payments/sales/migrateCardOnFile](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/migratecardonfilesale.md): Use our card on file sale resource when your customer is initiating a payment using stored card details, and you want to instantly trigger the settlement process ## Authorize recurring payment, no verification - [POST /payments/authorizations/migrateRecurring](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/migraterecurringauthorize.md): Use our migrate recurring authorize resource when you are initiating a payment using your customer's stored card details, without verifying their account first ## Authorize recurring payment with verification - [POST /payments/authorizations/recurring/{linkData}](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/recurringauthorize.md): Use our recurring authorize resources when you are initiating a payment using your customer's stored card details, verifying your customer's account first. ## Recurring sale - [POST /payments/sales/recurring/{linkData}](https://developer.worldpay-bsh.securedataplatform.com/products/card-payments/v6/openapi/take-repeat-payments/recurringsale.md): Use our recurring sale resource to authorize and settle merchant initiated transactions where you have stored the card details. You must verify your customer's account before submitting your first recurring payment for authorization.