wordpresser100
Forum Replies Created
-
Im not following the [stripe amount=”2000″] code you posted or where and how its to be included in the form code i need to create the button on the page. Is it possible that the plug in isn’t working because I didnt pay for the service on your website?
Hello Nick,
I really appreciate the time you’re giving me here and I appreciate your determination help me fix my problem.
I actually went to your company’s website and submitted my issue with a little more detail because I’m not too sure how much I should post here on this public site.
Hopefully you’ll be able to see that email that I sent to your company, I had another question though and I’m wondering if some of my problem is because I have not actually paid for the plug-in?
Could this be the issue?When I signed up for stripe I started looking around on the Internet and found some blogs and videos that told me to download your plug-in for my WordPress site and from that point it just seems like I’ve been getting further and further away from resolving this issue.
the short code that I’m using is the one I posted above which is this one below
<form action=”” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”pk_test_IcBVttRBYZPpb1DDz0xZctX7″
data-amount=”2000″
data-name=”Demo Site”
data-description=”2 widgets ($20.00)”
data-image=”/128×128.png”
data-locale=”auto”>
</script>
</form>I have looked in the payments tab for the test and the live purchase that I made on my website page and nothing seems to appear but in the email that I submitted to your company on your website I posted the response I got from a member at stripe after they looked at my account.
They really didn’t give me any information and told me that if I’m using a plug-in I should contact the company that provided the plug-in.Thanks again and looking forward to adding this resolved sometime soon
Hopefully this information that some one from stripe sent me will help with figuring out where i am going wrong (below is the message I received from Stripe)
The flow for making a payment with Stripe can be divided in two broad steps:
1. Your customer’s browser sends credit card details directly to Stripe’s server, and gets a token in return. This is done using your publishable API key.
2. Your customer’s browser forwards the token to your server, which in turn uses it to make a charge creation API call. API calls originating from your server are made using your secret API key.
Looking at your account’s logs (https://dashboard.stripe.com/test/logs/overview), I can see that there are successful token creation requests. For instance: https://dashboard.stripe.com/test/logs/req_6xEcsGPnn3KheP
This means that step 1 is going okay. However, these token creation requests are not followed by any API calls, so there’s a problem somewhere in step 2.
It might be that your secret API key isn’t properly configured, so double check this. Or it might be a problem with the plugin you’re using. While I hate to send you elsewhere for help, you should try to contact the plugin’s author or support, they might be able to better troubleshoot the problem.
—
any thoughts would be greatly appreciated, Ive been working on this for two days and cant sell on my website till I get it worked out.
I feel silly because I am sure it isn’t that complicated and most get this worked out right away
thanks
thank you Nick for your reply,
<form action=”” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”pk_test_IcBVttRBYZPpb1DDz0xZctX7″
data-amount=”2000″
data-name=”Demo Site”
data-description=”2 widgets ($20.00)”
data-image=”/128×128.png”
data-locale=”auto”>
</script>
</form>I tried using the form code I posted above and Im on test mode
it seems to work when I click the pay with card button, it opens the pop up box,
I enter a sample credit card number and then click pay and the box gives me a green check mark and then the page refreshes.But regardless if I try a test or live attempt, I dont see the transaction on my dashboard any where,
there seems to be a break down from the time I enter the credit card details to the Stripe dashboard.Im using a wordpress website and I have installed the plug in and enter the four keys
and set in some of the default settings like a page re-direct after the transaction (which isn’t working)so I am wondering if Im missing a step somewhere?
thank you
Hi,
Im using that simple “pay with card” button and I have it showing up just fine on my wordpress site, but when I go to complete a “test” I don’t see any test transaction in my Stripe dashboard.
Ive created the “plan” which I assume is the item or service I want to sell and I wonder if Im not entering the “data name” correctly.any thoughts and is this a common but simple installation problem?
thank you