#andrew.cai
1 messages · Page 1 of 1 (latest)
hello! are you a developer?
yep
you'd probably want to take a look at this quickstart guide then : https://stripe.com/docs/payments/quickstart
I have docked normal subscription products
But it seems that a single purchase of the product can not be directly subscribed
Please add at least one recurring price to create this subscription.
a Subscription is for recurring Prices (although you can also add a one time Price) and make payment for that together. If you want to make a one time payment, you need to create a one time Price
How to create a one-time payment for customer
are you asking how to create a one time Price?
i can't read chinese, but that looks like a customer page in the Dashboard
sorry, let's see how to change the language
it's alright
you need to navigate to the Product page
i assume you already have an existing Product, or if you prefer, create a new Product
when you create a new Price, you can select Recurring or One time
for Subscriptions you need to create a Recurring Price
to clarify, do you want to create a Subscription or a one time payment?
and you want to create this via the Dashboard?
Both api and dashboard
for the Dashboard, i'd suggest reaching out to Stripe Support, they'll better be able to guide you step by step. We mainly help with developers who want to integrate directly with the Stripe API here on this channel.
Via the API - you can follow these guides :
https://stripe.com/docs/payments/quickstart - this one has sample code
https://stripe.com/docs/payments/accept-a-payment - this one has a step by step explanation
alright, feel free to reach out again if you're having trouble while following the guides!