#danielft0007_api

1 messages ยท Page 1 of 1 (latest)

umbral cometBOT
#

๐Ÿ‘‹ 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.

pearl rampart
#

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.

buoyant furnace
#

hi there!

pearl rampart
#

hi ๐Ÿ˜„

buoyant furnace
#

why don't you create a single Subscription object with multiple recurring prices?

pearl rampart
#

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.

buoyant furnace
#

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.

pearl rampart
#

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

buoyant furnace
#

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?

pearl rampart
#

yes

buoyant furnace
#

how do you create the Subscriptions? with the Subscription endpoint? and do you already have a PaymentMethod saved for the customer?

pearl rampart
#

they dont have saved Payment methot - is first time when they buy

#

in most cases

buoyant furnace
#

got it. and can you answer my other question?

pearl rampart
#

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

buoyant furnace
#

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.