customer_id and token_id can be reused by recurring payments and other supported customer-initiated payment scenarios.
When to use this
Use Saved Payment Methods when you need to collect a cardholder’s payment details once, store the QFPay-issued token, and use that token in an approved future-payment flow.Payment token generation is currently supported for card payments made through the Element SDK. Wallet payment methods do not generate payment tokens.
How it works
- Create a customer record and store the returned
customer_id. - Collect card details through the Element SDK and provide the
customer_idwhen initiating the card payment. - After successful payment and authentication, QFPay creates a
token_id. - Confirm and persist the token from the Token Creation Notification.
- Use the saved
customer_idandtoken_idin a supported future-payment flow.

