- This topic has 2 replies, 3 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Stripe Payment Plug-in is failing with this error message.
System was not able to complete the payment. Invalid positive integer!
I installed it twice. Website is digitalengineeringconcepts.com
I went to stripe to see if transaction went through, it did with notices and then I turn on debug
mode. This is where I saw the error above.
I think the plugin or website has trash somewhere in one the memory locations. It worked last week taking payments. The SSL was updated.
Plug-in was uninstalled. and all pages.
This was the configuration:
[accept_stripe_payment name=”Enter dollars worked for the project” price=”0.0″ url=”http://www.digitalengineeringconcepts.com/cart/attachment/ticket-manchester-orchestra-phil/”
button_text=”Press Here to Submit Credit Card Payment” billing_address = “1” shipping_address = “1” item_logo=”http://www.digitalengineeringconcepts.com/wp-content/uploads/2017/08/DEC-logo-240-240.png” description= “Service and Design Dollars”]
Phil
The price amount in the shortcode looks to be “0.0”. That is not a valid amount for Stripe. Stripe has a minimum amount I believe. So try setting your product price correctly.
Hi Phil.
The problem is that your price is “0.0”, while it should be just “0”. Once you amend that, everything will be working just fine.