#sarishpaul_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1278144343944855653
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! gimme a while to take a look!
sure
so i think what you can use to test instead would be a payment method that does a full redirect, i think klarna might do that
ok
but do you know, once the payment is completed using klarna, the onComplete will be executed?
I asked chatgpt whether this can happen and the answer I got is below
you'll need to try it out
Yes, in Australia, this scenario can occur when you're trying to make an online payment using a debit card. Sometimes, the payment gateway or bank security systems may redirect you to the bank's NetBank (online banking) login page to complete the transaction for security reasons. This typically happens in the following scenarios:
3D Secure Authentication: Some Australian banks have implemented an extra security layer for online transactions known as 3D Secure, which might be branded as "Visa Secure" or "Mastercard Identity Check." During an online purchase, you might be redirected to your bank's NetBank or another secure page to verify your identity (e.g., entering a one-time password or logging into NetBank).
Suspicious Transactions: If the bank's fraud detection systems flag the transaction as suspicious, you may be redirected to NetBank to verify your identity or the transaction details.
Security Checks: If your debit card has not been used for online transactions before, or if the transaction amount is high, the bank may require additional verification through NetBank.
Saved Payment Preferences: Some customers may have preferences set to confirm certain online payments via NetBank for added security.
These steps are designed to protect against unauthorized transactions, ensuring that only the cardholder can complete the payment.
ok