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). The capture context request includes these elements:- allowedPaymentTypes
- clientVersion
- targetOrigins
- Target Origin
- The target origin is defined by the scheme (protocol), host name (domain), and port number (if used).You must use the https:// protocol. Sub-domains must also be included in the target origin.Any valid top-level domain is supported, such as .com, .co.uk, and.gov.br. Wildcards are not supported.For example, if you are launchingUnified Checkouton example.com, the target origin could be any of these values:You can define the payment cards and digital payments that you want to accept in the capture context.
- Allowed Payment Types
- You can specify the type ofMicroform Integrationyou want to accept in the capture context. You can accept card andeCheckinformation.
- Use theallowedPaymentTypesfield to define the payment type. Possible values:
- CARD
- CHECK
allowedPaymentTypesfield is optional. When this field is provided in the capture context, theMicroform Integrationdefaults the field value toCARDand is returned in the response.