@bigcommerce/checkout-sdk / ExecutePaymentMethodCheckoutOptions
A set of options that are required to pass the customer step of the current checkout flow.
Some payment methods have specific suggestion for customer to pass the customer step. For example, Bolt suggests the customer to use their custom checkout with prefilled form values. As a result, you may need to provide additional information, error handler or callback to execution method.
-
↳
ExecutePaymentMethodCheckoutOptions
• Optional
methodId: string
CustomerRequestOptions.methodId
• Optional
params: Object
The parameters of the request, if required.
• Optional
timeout: default
Provide this option if you want to cancel or time out the request. If the timeout object completes before the request, the request will be cancelled.
CustomerRequestOptions.timeout
▸ Optional
checkoutPaymentMethodExecuted(data?
): void
Name | Type |
---|---|
data? |
CheckoutPaymentMethodExecutedOptions |
void
▸ Optional
continueWithCheckoutCallback(): void
void