#gogo-lam_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/1376982471354220614
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! looking into this now. can you help me understand what specifically you're looking at when you refer to the title? i'm looking at my own test IOS integration now and i don't see that text anywhere in the payment sheet
actually 1 second, i think i know what you're talking about
I mean the Pay Apple text here
i need to boot up my test device to check something
yep i misread the original question, i was just looking at the payment sheet
booting up my test device now, let me see if i can dig up an answer in the docs in the meantime...
also just double checking to make sure i understand the desired end state - Pay {seller} via {my app} i am assuming seller is the connected account, and my app is your platform account right?
so in the current state you're at least seeing the connected account info in the apple pay prompt
yes, it is showing the connected account Statement descriptor correctly now
and yes my app means our account
ok, my IOS apple pay integration is misbehaving so i'm trying to piece this together from the docs. in our apple pay guides this is where we define the merchant info:
https://docs.stripe.com/apple-pay?platform=ios#create-payment-request
and then our docs specifically point to apple's docs on how to customize the payment request:
https://developer.apple.com/documentation/passkit/pkpaymentrequest
i am not super familiar with it from this point onward though.... want to see if you can figure it out from the docs? if not i might need to pull in someone with a little more IOS experience to see if they know
We are using Stripe-hosted Checkout page so I think the docs here are not suitable, and our implementation is
- [nodejs backend]: calling sdk's
stripe.checkout.sessions.createwith optionstripeAccount: xxxx - [react native]: opening the url using
expo-web-browser
i apologize, i jumped to some incorrect assumptions here
i am fairly confident that there isn't currently a way to customize this via checkout but let me do some digging there
ok yeah, i just double checked with a colleague on that and we are both pretty certain that there is not a way to customize that string currently
i think in this case the best course of action might be to pass this along to our product team with info on your use case, and i think i have enough info here to put together an argument for why this is needed