Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.39 KB

GenerateCaptureContextRequest.md

File metadata and controls

14 lines (10 loc) · 2.39 KB

GenerateCaptureContextRequest

Properties

Name Type Description Notes
clientVersion string Specify the version of Microform that you want to use. [optional]
targetOrigins string[] The target origin of the website on which you will be launching Microform is defined by the scheme (protocol), hostname (domain) and port number (if used). You must use https://hostname (unless you use http://localhost) Wildcards are NOT supported. Ensure that subdomains are included. Any valid top-level domain is supported (e.g. .com, .co.uk, .gov.br etc) Examples: - https://example.com - https://subdomain.example.com - https://example.com:8080<br><br> If you are embedding within multiple nested iframes you need to specify the origins of all the browser contexts used, for example: targetOrigins: [ "https://example.com", "https://basket.example.com", "https://ecom.example.com" ] [optional]
allowedCardNetworks string[] The list of card networks you want to use for this Microform transaction. Microform currently supports the following card networks: - VISA - MASTERCARD - AMEX - CARNET - CARTESBANCAIRES - CUP - DINERSCLUB - DISCOVER - EFTPOS - ELO - JCB - JCREW - MADA - MAESTRO - MEEZA Important: - When integrating Microform (Card) at least one card network should be specified in the allowedCardNetworks field in the capture context request. - When integrating Microform (ACH/Echeck) the allowedCardNetworks field is not required in the capture context request. - When integrating both Microform (Card) and Microform (ACH/Echeck) at least one card network should be specified in the allowedCardNetworks field in the capture context request. [optional]
allowedPaymentTypes string[] The payment types that are allowed for the merchant. Possible values when launching Microform: - CARD - CHECK <br><br> [optional]
transientTokenResponseOptions \CyberSource\Model\Microformv2sessionsTransientTokenResponseOptions [optional]

[Back to Model list] [Back to API list] [Back to README]