Hi all, i'm testing the Stripe Payment process flow on my blesta 502 setup. Currently setup using Stripe test API. client Test payment using Stripe test Credit Cards info.
The problem is when i tested as client to create order and arrived at this credit card input step, insert card info then click the green button "Pay & Complete order", this error came up:
An error occured when processing the request with the gateway. The payment gateway returned an error when processing the request.
in the gateway logs - this error mention:
https://api.stripe.com/v1/payment_intent - capture
a:1:{s:5:"error";s:181:"This PaymentIntent could not be captured because it has a status of requires_confirmation. Only a PaymentIntent with one of the following statuses may be captured: requires_capture.";}
but...when i make payment for the same item using stripe from within client dashboard using the same info, payment succeeded w/o error.
Its just that for this one after i input the card info, then click "Review & Confirm", it will open Confirm Payment page with does not available during the above situation.
client area payment page: https://myblesta.com/client/pay/confirm/
Question
Haris
Hi all, i'm testing the Stripe Payment process flow on my blesta 502 setup. Currently setup using Stripe test API. client Test payment using Stripe test Credit Cards info.
The problem is when i tested as client to create order and arrived at this credit card input step, insert card info then click the green button "Pay & Complete order", this error came up:
An error occured when processing the request with the gateway.
The payment gateway returned an error when processing the request.
in the gateway logs - this error mention:
https://api.stripe.com/v1/payment_intent - capture
a:1:{s:5:"error";s:181:"This PaymentIntent could not be captured because it has a status of requires_confirmation. Only a PaymentIntent with one of the following statuses may be captured: requires_capture.";}
checkout page: https://domain.com/order/checkout/index/domain
but...when i make payment for the same item using stripe from within client dashboard using the same info, payment succeeded w/o error.
Its just that for this one after i input the card info, then click "Review & Confirm", it will open Confirm Payment page with does not available during the above situation.
client area payment page: https://myblesta.com/client/pay/confirm/
Is there any settings that i've missed?
4 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.