-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http 403 error #13
Comments
Hello @Napster2210, sounds like your backend responds with 403 so you might want to check on the backend side. I presume you have replaced this with an actual API url |
Thanx @jesperjohansson for quick response. I want to ask one thing: |
@Napster2210 If you mean the JS implementation it was added back by @mortend in #6. Looks like you should add |
I have tried that one as well but no luck! |
Hello @jesperjohansson @mortend
After selecting the "Credit Card" payment method, I am filling the card details and when I press on "Pay" button it got failed and stopped the process with just this message: "Http 403 error". I have debug the code and it goes in
rejectCallback
:My implementation:
import AdyenDropIn, { isCancelledError, isSuccessResult, PaymentResult, } from '@ancon/react-native-adyen-dropin';
Can you please help me with this issue?
The text was updated successfully, but these errors were encountered: