I have recently changed over to the "Stripe Payments" gateway, and I am not able to manually process payments from the admin portal. Payments taken via cron are working as normal.
Is this expected behaviour?
What I am experiencing:
In the admin portal
After clicking "review & confirm" I receive an error message "the transaction could not be found for that client"
In the customer account
There is now a "pending" transaction
In the Stripe dashboard
There is an "incomplete" payment entry. The detail says "The customer has not completed the payment."
In the Blesta gateway logs
I notice that there are 3 transactions:
setup_intents
payment_intents - retrieve
payment_intents - create
As background - it appears that "setup_intents" is fired every time a page is loaded where a new credit card could potentially be added. I am guessing this is being fired because the manual payment page allows for new card details.
Question
breeze
Hi guys,
I have recently changed over to the "Stripe Payments" gateway, and I am not able to manually process payments from the admin portal. Payments taken via cron are working as normal.
Is this expected behaviour?
What I am experiencing:
In the admin portal
After clicking "review & confirm" I receive an error message "the transaction could not be found for that client"
In the customer account
There is now a "pending" transaction
In the Stripe dashboard
There is an "incomplete" payment entry. The detail says "The customer has not completed the payment."
In the Blesta gateway logs
I notice that there are 3 transactions:
setup_intents
payment_intents - retrieve
payment_intents - create
As background - it appears that "setup_intents" is fired every time a page is loaded where a new credit card could potentially be added. I am guessing this is being fired because the manual payment page allows for new card details.
Is there something I need to do get this working?
Thanks
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.