#00babs00
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- 00babs00, 2 hours ago, 18 messages
yes I understand this in the documentation, but when I want to setup card_present in my integration, I'm encountering an error. With a message telling me to use the card method and not card_present
I'm using a BBPOS WisePad 3 terminal and ReactNative
would you mind sharing the request that is failing?
Lgive me time to reproduce it
it's failing when i called collectPaymentMethod
and when I created the payment intent i used the option : automatic_payment_methods with enable=true
you shouln't
please follow exactly the steps mentioned in the quickstart doc I shared
I Yes, that's why I implemented payment_method_types=['card', 'card_present']
Should it work if I leave only card_present?
you said you were using automatic_payment_methods.enabled =true
Yes, I meant when I encountered the problem. I've since modified my integration to explicitly specify the payment method.
you should only use payment_method_types: ['card_present'] as per the quickstart
I just wanted to know why it wasn't working.
ok
OK, I'll test it, just give me a minute.
I'm not sure why it's not working, I don't have eyes on your code, nor have you given me any request IDs to be able to debug
Ok, I will run a test and give you the request ID
sure
I confirm that it works with only 'card_present'.
good ๐ let me know if you need any more help
Everything is fine. Thanks a lot.
Your support was much appreciated.
Have a nice day
thanks, same to you