On This Page
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 card information:
- Required fields:
- allowedCardNetworks
- clientVersion
- targetOrigins
- Optional fields:
- allowedPaymentTypes
- transientTokenResponseOptions
For information about JWTs, see JSON Web Tokens.
For more information on requesting the capture context, see Capture Context API.