@bigcommerce/checkout-sdk › PaymentRequestOptions
The set of options for configuring any requests related to the payment step of the current checkout flow.
▪ TParams
-
↳ PaymentRequestOptions
• gatewayId? : undefined | string
The identifier of the payment provider providing the payment method. This option is only required if the provider offers multiple payment options. i.e.: Adyen and Klarna.
• methodId: string
The identifier of the payment method.
• params? : TParams
Inherited from CheckoutButtonInitializeOptions.params
The parameters of the request, if required.
• timeout? : Timeout
Inherited from CheckoutButtonInitializeOptions.timeout
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.