Subscription Button Help
-
Hi Nicolas,
Great plugin and thank you for your time developing it!
I wondered if I ask for a little help? I have added the button and setup it seems correctly. On testing, I get the green tick mark but the page forever hangs on “Processing”. I have read through some other questions and done what you have said:
1. Created a product, within that created a pricing plan. The ID of that pricing plan I have entered into “amount”.
2. In Stripe, I am looking at the logs and a token is created but the payment itself is never processed.
3. I am in test mode on both Stripe and Direct Stripe.
4. I have checked test API keys and they are correct, I have also entered live API Keys.The log file in stripe reads:
“id”: “tok_1DICDjECQaWPNliio5zKLDxD”,
“object”: “token”,
“card”: {
“id”: “card_1DICDiECQaWPNliii5hP5SvB”,
“object”: “card”,
“address_city”: null,
“address_country”: null,
“address_line1”: null,
“address_line1_check”: null,
“address_line2”: null,
“address_state”: null,
“address_zip”: null,
“address_zip_check”: null,
“brand”: “Visa”,
“country”: “US”,
“cvc_check”: “pass”,
“dynamic_last4”: null,
“exp_month”: 10,
“exp_year”: 2020,
“funding”: “credit”,
“last4”: “4242”,
“metadata”: {
},
“name”: “i have removed”,
“tokenization_method”: null
},
“client_ip”: “185.171.106.135”,
“created”: 1538818631,
“email”: “i have removed “,
“livemode”: false,
“type”: “card”,
“used”: falseWould you have any idea what I might be able to do to push the actual payment after token has been created?
Thank you again for your time.
The page I need help with: [log in to see the link]
The topic ‘Subscription Button Help’ is closed to new replies.