Thank you. I installed the Stripe plugin and entered both test and live API keys.
Testing a regular charge seems to work, but I am having two specific issues when testing a subscription charge:
- The test credit card is not being charged, and I’m not seeing the test charge submitted in the Stripe Admin under “Payments”.
Here’s the notification I’m getting on the front end from Chrome:

^ I would expect Stripe to immediately charge my test subscription transaction, then repeat on a monthly basis but it is not initially charging the card.
Here’s the workflow I have setup:
Collect Credit Card information

Subscriber user to a plan:
- After I submit the test payment and click out of the Chrome notification above, the Stripe payment popup automatically re-displays without me trigging it to display.
Thank you in advance for any insight here.