This is my checkout page URL where I enter the card detail.
Onsubmit() calls stripe.confirmPayment() with a redirect URL.
The redirect url to check the status is http://localhost:4200/#/marketplace/cart/status
ISSUE: "payment_intent" & "payment_intent_client_secret" are not properly set. The url params goes empty before redirection.
Current: http://localhost:4200/payment_intent="xxxxx"&payment_intent_client_secret="xxxxxx"
Expected: http://localhost:4200/#/marketplace/cart/status?payment_intent="xxxxx"&payment_intent_client_secret="xxxxxx"
I've followed the documentation: https://stripe.com/docs/payments/bancontact/accept-a-payment & https://stripe.com/docs/payments/quickstart