#frankfs

1 messages · Page 1 of 1 (latest)

rich bisonBOT
grizzled harbor
hasty mauve
#

But I need to display and let the user download the invoice from payment page

grizzled harbor
hasty mauve
#

Can we create a hosted page to edit the invoice page ?

grizzled harbor
hasty mauve
#

If i'm to create my own hosted invoice page, can you let me know what's the process ?

hasty mauve
#

@grizzled harbor Can you let me know please ?
We have a requirement to redirect the user to a different page once their payment is completed in the invoice page.

grizzled harbor
# hasty mauve If i'm to create my own hosted invoice page, can you let me know what's the proc...

You need to implement Stripe Elements in your new invoice page following this link:
https://stripe.com/docs/payments/quickstart
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
And set the invoice download pdf in it and/or the preview, once the payment completed you can redirect the user to any url you want using Stripe Element redirect:
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-return_url