#m0uka_code

1 messages · Page 1 of 1 (latest)

tall pilotBOT
#

👋 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/1278064780636196887

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

pearl spade
#

Hello
I don't believe you can pass multiple items under regularBilling

can you link the docs you're referring for the official API?

pearl spade
#

sorry I meant Apple

#

developer docs

keen egret
#
Apple Developer Documentation

A set of line items that explain recurring payments and additional charges and discounts.

Apple Developer Documentation

The regular billing cycle for the recurring payment, including start and end dates, an interval, and an interval count.

pearl spade
#

Lines is different

keen egret
#

yeah, my bad - would there be any way to define multiple of these?

pearl spade
keen egret
#

say a customer wants to checkout 2 subscriptions at once, we handle the payments using setupintents/paymentintnents

keen egret
#

but is this for recurring payments too?

pearl spade
#

I don't think mode of payment matters.. My understanding is that line items can be used to show details on the modal regardless of it being one-time payment versus recurring

keen egret
#

gotcha, guessing there's no way how to define multiple merchant tokens with the express checkout element then?

pearl spade
#

Correct

keen egret
#

okay, thanks for the help, guess i will have to use a different approach