#sina
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you clarify what you mean by NFC payment methods?
Do you mean contactless payments?
Yes
Yes you should be able to process contactless payments with JS SDK + terminal
Thanks for confirming. Another question regarding implementing the ACSS payment method.
I would like to test our current implementation on our staging environment.
I have client with email suffixes +skip_waiting+test_email to skip mandate delay and receive micro-deposits verification email as mentioned in https://stripe.com/docs/payments/acss-debit/accept-a-payment?platform=web#skip-mandate-delay .
After purchase Payment Intent (pi_3LrfNIE48Fm17Noq1eo7bz7H) status was processing. I received micro-deposits verification email and verified deposits.
After this Payment Intent (pi_3LrfNIE48Fm17Noq1eo7bz7H) status is succeeded.
Our system is set up to check for payment status via webhooks.
But I did not receive payment_intent.succeeded webhook though the status of transaction was changed to success and looks like webhooks are configured properly on Stripe dashboard.
Could you advise why webhook is not sent? Or what we did incorrectly
We assume that endpoint could be automatically disabled due to errors https://stripe.com/docs/webhooks#built-in-retries . But still want to double check.
As far as I know, You should've received a succeeded event for the PaymentIntent. I can double check
Yes, please
Yeah, I believe you should've received a payment_intent.succeeded event in this case
Can you try the test payment again and see if you're still seeing the same behavior?
Trying