#MEAT-redirect
1 messages · Page 1 of 1 (latest)
I have alternate site with wider radar permissions
but with bigger taxes
are you russian speaking?
sorry, i can't speak russian unfortunately
ok it's no problem
so what about redirect clients to different page if payment blocked by radar rules?
and I have 1 more question.
can I make somehow dynamic VAT due to card country without register of client?
you can redirect clients to a different page but you would need to implement this logic in your own app - for example, if you attempt a payment, but the payment failed due to a radar decline/block, then redirect the client
but I have no possibility to check online payment progress.
actually I have 2 variants of payment confirmation
payment is good and failed
ok. I'll think about it, how can I determine the reason of failed payment
you can retrieve a PaymentIntent : https://stripe.com/docs/api/payment_intents/retrieve so it should be possible for you to determine the reason it failed
actually, if payment is failed in any reason, would the client redirected to cancel_url?
how are you collecting payments? Are you using Payment Element or Checkout?
checkout
ah okay, sorry, then ignore what I said earlier about being able to redirect. if you're using Checkout, you cannot redirect the clients. The client will be shown the error on the Checkout page like this
Maybe I can set message ?
that message isn't configurable
If you really want to be able to redirect based on the error. You'll need to look into using Payment Element.
and I have 1 more question.
can I make somehow dynamic VAT due to card country without register of client?
what is "register of client"?
ok forget about register
is it possible?