Fatal error! Payment with ref_id can’t be found
-
I’ve set up my Products in Stripe and my Stripe SCA Subscription buttons in wordpress but I’m getting a fatal error when I click on the button.
Fatal error! Payment with ref_id xxxxxxxxxxxxx can’t be foundI’ve followed the instructions in the documentation, set up the webhooks, etc.
However I don’t see a plan_ id in Stripe, only a prod_ and price_
I have put the price_ id in the plan field on the button creator.The screenshots in your documentation appear to be out of date as they do not match the Stripe website interface.
When I do a request through the dashboard I get this data:
Request
POST /v1/prices
200
Time
14/08/2020, 17:11:13
IP address
xx.xx.xx.xx (from server at xx.xx.xx.xx)
Version
2020-03-02 (latest)
Source
Dashboard – [email protected]
Related
product – prod_Hpl01gz7bXA1Qq
plan – price_1HG5UrJuXO2ijtaCYqscMQPa
Origin
https://dashboard.stripe.com/As you can see from the request the “plan” is now price_
How can I find the plan id?
- The topic ‘Fatal error! Payment with ref_id can’t be found’ is closed to new replies.