Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.27 KB

chasepayinitializeoptions.md

File metadata and controls

58 lines (32 loc) · 1.27 KB

@bigcommerce/checkout-sdkChasePayInitializeOptions

Interface: ChasePayInitializeOptions

Hierarchy

  • ChasePayInitializeOptions

Index

Properties

Methods

Properties

Optional logoContainer

logoContainer? : undefined | string

This container is used to host the chasepay branding logo. It should be an HTML element.


Optional walletButton

walletButton? : undefined | string

This walletButton is used to set an event listener, provide an element ID if you want users to be able to launch the ChasePay wallet modal by clicking on a button. It should be an HTML element.

Methods

Optional onCancel

onCancel(): void

A callback that gets called when the customer cancels their payment selection.

Returns: void


Optional onPaymentSelect

onPaymentSelect(): void

A callback that gets called when the customer selects a payment option.

Returns: void