[@bigcommerce/checkout-sdk](../README.md) / PaymentRequestOptions

# Interface: PaymentRequestOptions

The set of options for configuring any requests related to the payment step of
the current checkout flow.

## Hierarchy

- [`RequestOptions`](RequestOptions.md)

  ↳ **`PaymentRequestOptions`**

  ↳↳ [`BasePaymentInitializeOptions`](BasePaymentInitializeOptions.md)

## Table of contents

### Properties

- [gatewayId](PaymentRequestOptions.md#gatewayid)
- [methodId](PaymentRequestOptions.md#methodid)
- [params](PaymentRequestOptions.md#params)
- [timeout](PaymentRequestOptions.md#timeout)
- [version](PaymentRequestOptions.md#version)

## Properties

### gatewayId

• `Optional` **gatewayId**: `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

• **methodId**: `string`

The identifier of the payment method.

___

### params

• `Optional` **params**: `object`

The parameters of the request, if required.

#### Inherited from

[RequestOptions](RequestOptions.md).[params](RequestOptions.md#params)

___

### timeout

• `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.

#### Inherited from

[RequestOptions](RequestOptions.md).[timeout](RequestOptions.md#timeout)

___

### version

• `Optional` **version**: `number`

The version of the checkout, used for optimistic concurrency control.

#### Inherited from

[RequestOptions](RequestOptions.md).[version](RequestOptions.md#version)
