You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is certainly a great example. I love the two tabs with the two different payment methods. So easy to use!
I assume this example is aimed at the Australian market only?
I carefully rebuilt it replacing all the au_becs_debit stuff with sepa_debit (since I'm based in Europe).
But for some reason, I can't get 3D Secure test credit cards to work with this code. I would have assumed that it would be handled by the confirmCardPayment() Javascript function but apparently it's not. No matter how often I hit Confirm in the VISA popup. The subscription status never switches from incomplete to active. Why is that?
Or am I missing something really fundamental here?
The text was updated successfully, but these errors were encountered:
This is certainly a great example. I love the two tabs with the two different payment methods. So easy to use!
I assume this example is aimed at the Australian market only?
I carefully rebuilt it replacing all the
au_becs_debit
stuff withsepa_debit
(since I'm based in Europe).But for some reason, I can't get 3D Secure test credit cards to work with this code. I would have assumed that it would be handled by the
confirmCardPayment()
Javascript function but apparently it's not. No matter how often I hit Confirm in the VISA popup. The subscription status never switches fromincomplete
toactive
. Why is that?Or am I missing something really fundamental here?
The text was updated successfully, but these errors were encountered: