- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Payment amount as URL parameter?
Is it possible to pass values to the Stripe plugin as URL parameter, like this:
mypaymentsite/mypaymentpage?amount=12&invoicenumber=20180101
I tried using a php insert plugin:
[accept_stripe_payment name=”Cool Product” price=”[xyz-ips snippet=’GetPaymentAmount’]” button_text=”Pay Now”]
but is seems that nested shortcodes cannot be handled.
Thank you for your time!
No, this option is not preset at this stage. We do have plans to add a feature to handle it in the future.
Regarding using another shortcode inside the shortcode parameters, WordPress doesn’t permit the use of shortcodes that way (due to a security concern).