Customization
iOS Unified Checkout Customization
Fonts
var configuration = PaymentSheet.Configuration()
configuration.appearance?.font?.base? = UIFont(name: "Helvetica", size: UIFont.systemFontSize)!
configuration.allowsDelayedPaymentMethods = true
configuration.defaultBillingDetails =
[
"address":
[ "city": "San Fransico",
"country": "US",
"line1": "1467",
"line2": "Harrison Street",
"postalCode": "94122",
"state": "California"
],
"email": "[email protected]",
"name": "John",
"phone": "1234567890"
]Colors
Colour Category
Usage
Shapes
Shape Category
Usage
Last updated
Was this helpful?

