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

***

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

# Class: PaymentHumanVerificationHandler

## Constructors

### Constructor

> **new PaymentHumanVerificationHandler**(`_googleRecaptcha`): `PaymentHumanVerificationHandler`

#### Parameters

##### \_googleRecaptcha

[`GoogleRecaptcha`](GoogleRecaptcha.md)

#### Returns

`PaymentHumanVerificationHandler`

## Methods

### handle()

#### Call Signature

> **handle**(`error`): `Promise`\<[`PaymentAdditionalAction`](../interfaces/PaymentAdditionalAction.md)\>

##### Parameters

###### error

`any`

##### Returns

`Promise`\<[`PaymentAdditionalAction`](../interfaces/PaymentAdditionalAction.md)\>

#### Call Signature

> **handle**(`id`, `key`): `Promise`\<[`PaymentAdditionalAction`](../interfaces/PaymentAdditionalAction.md)\>

##### Parameters

###### id

`string`

###### key

`string`

##### Returns

`Promise`\<[`PaymentAdditionalAction`](../interfaces/PaymentAdditionalAction.md)\>
