Bolt Checkout Button
Once you’ve successfully set up the Bolt iOS SDK and payment provider, you can customize your webview checkout buttons, webview options, and by passing hints to pre-fill your fields with shopper/user information.
Requirements
To install the Bolt Checkout Button, include .withCheckoutButton()
in your boltVC
function as:
let boltVC = Bolt()
.withPublishableKey(publishableKey)
.withOrderToken(orderToken)
.withHints(merchantHints) // Optional.
.withCheckoutButton() // Bolt Checkout button.
.checkoutPanel()
Customization
Next Steps
Be sure to thoroughly test your customizations before launching to your iOS application! You can also choose to customize the Exit Checkout experience or enable Apple Pay Please reach out to your Bolt representative if you have any questions or feedback.