📍 Bolt Help / Developer Resources / SDKs / iOS WebView SDK Setup / Bolt Checkout Button
Bolt Checkout Button
Customize your iOS checkout button.

Once you’ve successfully set up the Bolt iOS SDK, 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

Customize Checkout Button Styling

Click to expand.

Checkout Button Order

Click to expand.

Webview Checkout Button Options

Click to expand.

Passing Hints

Click to expand.

Next Steps

Be sure to thoroughly test your customizations before launching to your iOS application! Please reach out to your Bolt representative if you have any questions or feedback.

Filter by Section
Filter by Topic