equiphase Posted April 8, 2020 Share Posted April 8, 2020 This message appears when someone presses the "Submit Payment" on the Stripe Checkout ... Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. If the problem persists, please contact us. « Back to Homepage For additional assistance, please reference the WHMCS TroubleShooting Guide » Stripe\Error\InvalidRequest: You cannot cancel this PaymentIntent because it has a status of succeeded. Only a PaymentIntent with one of the following statuses may be canceled: requires_payment_method, requires_capture, requires_confirmation, requires_action. in /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php:210 from API request 'req_C17DABEAzJTVZl' Stack trace: #0 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(173): Stripe\ApiRequestor::_specificAPIError('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray), Array, Array) #1 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(473): Stripe\ApiRequestor->handleErrorResponse('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray), Array) #2 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(126): Stripe\ApiRequestor->_interpretResponse('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray)) #3 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiOperations/Request.php(57): Stripe\ApiRequestor->request('post', '/v1/payment_int...', Array, Array) #4 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiOperations/Request.php(39): Stripe\ApiResource::_staticRequest('post', '/v1/payment_int...', NULL, Object(Stripe\Util\RequestOptions)) #5 /home/clients/public_html/vendor/stripe/stripe-php/lib/PaymentIntent.php(74): Stripe\ApiResource->_request('post', '/v1/payment_int...', NULL, NULL) #6 /home/clients/public_html/modules/gateways/stripe.php(0): Stripe\PaymentIntent->cancel() #7 [internal function]: stripe_post_checkout(Array) #8 /home/clients/public_html/vendor/whmcs/whmcs-foundation/lib/Module/AbstractModule.php(0): call_user_func('stripe_post_che...', Array) #9 /home/clients/public_html/vendor/whmcs/whmcs-foundation/lib/Module/Gateway.php(0): WHMCS\Module\AbstractModule->call('post_checkout', Array) #10 /home/clients/public_html/cart.php(0): WHMCS\Module\Gateway->call('post_checkout', Array) #11 {main} 0 Quote Link to comment Share on other sites More sharing options...
isixhosting Posted April 11, 2020 Share Posted April 11, 2020 (edited) On 4/8/2020 at 2:37 PM, equiphase said: This message appears when someone presses the "Submit Payment" on the Stripe Checkout ... Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. If the problem persists, please contact us. « Back to Homepage For additional assistance, please reference the WHMCS TroubleShooting Guide » Stripe\Error\InvalidRequest: You cannot cancel this PaymentIntent because it has a status of succeeded. Only a PaymentIntent with one of the following statuses may be canceled: requires_payment_method, requires_capture, requires_confirmation, requires_action. in /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php:210 from API request 'req_C17DABEAzJTVZl' Stack trace: #0 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(173): Stripe\ApiRequestor::_specificAPIError('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray), Array, Array) #1 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(473): Stripe\ApiRequestor->handleErrorResponse('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray), Array) #2 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiRequestor.php(126): Stripe\ApiRequestor->_interpretResponse('{\n "error": {\n...', 400, Object(Stripe\Util\CaseInsensitiveArray)) #3 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiOperations/Request.php(57): Stripe\ApiRequestor->request('post', '/v1/payment_int...', Array, Array) #4 /home/clients/public_html/vendor/stripe/stripe-php/lib/ApiOperations/Request.php(39): Stripe\ApiResource::_staticRequest('post', '/v1/payment_int...', NULL, Object(Stripe\Util\RequestOptions)) #5 /home/clients/public_html/vendor/stripe/stripe-php/lib/PaymentIntent.php(74): Stripe\ApiResource->_request('post', '/v1/payment_int...', NULL, NULL) #6 /home/clients/public_html/modules/gateways/stripe.php(0): Stripe\PaymentIntent->cancel() #7 [internal function]: stripe_post_checkout(Array) #8 /home/clients/public_html/vendor/whmcs/whmcs-foundation/lib/Module/AbstractModule.php(0): call_user_func('stripe_post_che...', Array) #9 /home/clients/public_html/vendor/whmcs/whmcs-foundation/lib/Module/Gateway.php(0): WHMCS\Module\AbstractModule->call('post_checkout', Array) #10 /home/clients/public_html/cart.php(0): WHMCS\Module\Gateway->call('post_checkout', Array) #11 {main} Same problem here. Did you solve it? Edited April 11, 2020 by indy0077 0 Quote Link to comment Share on other sites More sharing options...
equiphase Posted April 11, 2020 Author Share Posted April 11, 2020 The issue seemed to fix itself, so probrably was a stripe issue. 0 Quote Link to comment Share on other sites More sharing options...
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.