#marc_68119
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I don't know how Wordpress plugin works, for that I recommend you to contact Support: https://support.stripe.com/?contact=true
However, it's easiest for you to use Stripe Checkout: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
Do you want the installments to be paid on schedule, or just allow them to pay whenever they want?
two options
for a one time payment you pay when you register.
for the installment you pay first deposit when you register the others monthly
For the second case you can create a Subscription with cancel_at set to after 3 months: https://stripe.com/docs/api/subscriptions/create#create_subscription-cancel_at
what i got from the subscription is you will need to fill the customer details in before.
i want this to happen on my website and just be able to have strip handle the payment options based on what the customer chooses
You asked for the easiest solution and that's Stripe Checkout. You can of course collect Payment Method on your website, and then create a Subscription via API: https://stripe.com/docs/api/subscriptions/create
But that's more complicated.
Yes i can see very complicated
👋
Stepping in as vanya needs to step away
I definitely recommend Checkout here as they stated
But let me know if I can help
yes so if u follow the conversation. i want to have one time and subscription payment options for clients to pay for items
Yep and vanya already described the simplest way to do this. You have the customer select which of those they want then you create a Checkout Session with a corresponding one-time or recurring Price
how to do this is the challenge.
both of the links sent didnt provide clear guide into doing this
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout discusses the steps, yes.
You are a developer and you need to try integrating this. If you run into specific issues we are happy to help but we can't do this for you.
ok will go ahead with the integration and get back if i run into any challenges