#gytis0872
1 messages · Page 1 of 1 (latest)
they just get saved as type:"card" PaymentMethods and are used/work the same way for initaiting off-session or recurrring payments
Thank you, karllekko. Could I come back to this thread if I have any more questions after looking into it more?
sure, but we will close it eventually
Is there a recommended method of setting up these wallets for off-session payments? As in, a 1 euro charge/refund, or a SetupIntent through the mobile SDKs?
Apple pay and Google pay are tried like card payment_methods:
https://stripe.com/docs/payments/save-during-payment?platform=web#apple-pay-and-google-pay
Is there a recommended method of setting up these wallets for off-session payments?
You want to set them during a payment or without charging the customer
Understood, thanks guys, appreciate it!