#danielft0007_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1285940011555881043
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
full history:
Last year, customers purchased multipack subscription packages from us, typically containing 4-8 subscriptions. The issue is that our system now tries to process 8 identical transactions (since each subscription costs the same), and banks block the card after 2 or 3 transactions. This is hurting our sales. We need a way to charge for all 8 subscriptions in a single payment.
hi there!
hi ๐
why don't you create a single Subscription object with multiple recurring prices?
The issue is that our system now tries to process 8 identical transactions (since each subscription costs the same), and banks block the card after 2 or 3 transactions. This is hurting our sales. We need a way to charge for all 8 subscriptions in a single payment.
I already saw this message. but can you answer my question above? it would be much simpler to have a single Subscrpition with multiple recurring prices. This way there would be a single Charge every month.
We are a marketplace. We have dozens of subscriptions from all over the world. The rules are the same for everyone. they always cost $39 and payment is monthly. On Black Friday, we have thousands of people packing many subs into the baskets available in the store
customers are rewarded. the more subscriptions they buy at one time, the greater the discount they will receive
okay, so one customer might create 8 subscriptions at the same time, and you want the first charge of all Subscription grouped into a single payment?
yes
how do you create the Subscriptions? with the Subscription endpoint? and do you already have a PaymentMethod saved for the customer?
got it. and can you answer my other question?
please repeat it ... i use chat gtp tranlator ๐ i wil try answer for your all queastion
ah
how do you create the Subscriptions? with the Subscription endpoint? and do you already have a PaymentMethod saved for the customer?
ok
need ask IT
but to summarize, you'll need t add coupons to the Subscriptions, so that you don't charge the user for the first month. and separately create a PaymentIntent for the full amount.