#iyyappan
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Are you setting the config.merchantDisplayName when you initialize the Payment Sheet?
you mean initial payment sheet?
No, initialize. When you instantiate it with a specific configuration
We have an example of this in the code snippet you can find here: https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-collect-payment-details
Okay Let me check
Specifically I think this little bit of code may be what you need:
var configuration = PaymentSheet.Configuration()
configuration.merchantDisplayName = "Example, Inc."
That sets what merchant name gets displayed to the customer on the Payment Sheet
It's working good. I got it. Thanks
๐ great to hear ๐