#Muhammad Awais
1 messages · Page 1 of 1 (latest)
Hi @brittle ember card is a non-redirect based payment method, you can set redirect to if_required (https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect) so that calling stripe.confirmPayment won't redirect to return_url after a successful confirmation.
if it's a non-redirect payment method, what's the purpose of setting return_url in that case?