#Sinduri-bolero-return
1 messages · Page 1 of 1 (latest)
First I used custom checkout form, creating payment intent and attaching payment method to it with param confirm = true
it returns intent object with a status of requires_action and a hosted_voucher_url
Got it. You need to use confirmBoleroPayment with Stripe.js to complete the payment: https://stripe.com/docs/payments/boleto/accept-a-payment?platform=web#web-submit-payment
let me check
Yes i got that but when closing that popup how to redirect to a specific url?
Well, there's no way to redirect when closing the popup. Instead you should rely on webhooks for post payment activity: https://stripe.com/docs/payments/boleto/accept-a-payment?platform=web#web-fulfillment
Okay thank you so much