Capture Context
The capture context request is a signed JSON Web Token (JWT) that includes all of the
merchant-specific parameters. This request tells the front-end JavaScript library how to
behave within your payment experience. The request provides authentication, one-time
keys, the target origin to the
Microform Integration
, in addition to allowed
card networks and payment types (card or check). These fields are available for requesting the capture context for accepting eCheck
information:
- Required fields:
- allowedPaymentTypes
- clientVersion
- targetOrigins
- Optional fields:
- allowedCardNetworks
- transientTokenResponseOptions
For more information on requesting the capture context, see Capture Context API.