---
title: "List Checkouts"
method: GET
path: "/v2/checkout"
tags: ["Checkout"]
---

# List Checkouts

`GET /v2/checkout`

## Query parameters

- `search` string, required
- `order_criteria` string
- `order_by` 'ASC' | 'DESC'
- `page_number` number
- `page_size` number
- `populate_customer_details` boolean

## Response `200`

Successful

- Checkout[]
  - `id` string, required — Checkout ID
  - `amount` integer, required — Transaction amount - Transaction with zero amount value will be considered as account verification and by default implicitly capture will be set to false for AV transaction
  - `entity_id` string, required — Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)
  - `currency_code` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'USS' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XTS' | 'XXX' | 'YER' | 'ZAR' | 'ZMK' | 'ZMW' | 'BTC', required — Currency code
  - `customer` string — Customer UUID
  - `expiry_time` string, date — Expiry time of the Checkout page. Defaults to 15 min from creation time. If a user tries to visit or use an expired Checkout, an error will be shown. Maximum value is 30 days.
  - `merchant_reference` string — Reference provided by Merchant to identify the Checkout and the transaction initiated from it
  - `return_url` string — URL belonging to the Merchant website, where the Customer would be redirected after the Checkout has been completed. If this parameter is used, the customer will be redirected after spending 10 seconds on the payment confirmation page provided by Verifone in case of HPP and PAYMENT LINK transactions. For IFRAME transaction the redirect is performed right after the checkout page without passing through the payment confirmation page. <br /> <b>Note 1:</b> The return_url accepts only securely connected URLs i.e., via https protocol. <br /> <b>Note 2:</b> The time after which redirection happens can be customized using redirect_method.
  - `configurations` PaymentConfigurationsResponse
    - `card` CardPaymentConfigResponse — Card payment configuration
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `account_validation` boolean — Indicates whether the card transaction should be processed as Account Validation request instead. If set to true, the amount provided for the Checkout would be ignored and the transaction be processed with amount: 0
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `cvv_required` boolean — Indicates whether cvv is required
      - `authorization_type` 'PRE_AUTH' | 'FINAL_AUTH' — Card Authorization Type.
      - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
      - `payment_contract_id` union, required
        - string — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - PaymentContractIdDef — unresolved $ref
      - `token_preference` CardTokenPreference — unresolved $ref
      - `threed_secure` ThreedSecure — Used for <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments">3D-Secure payments</a>
        - `account_age_indicator` '01' | '02' | '03' | '04' | '05' — Length of time cardholder has had account. <br /> Possible Values: <br /> * 01 - No account <br /> * 02 - Created during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
        - `account_create_date` string, date — Date the cardholder opened the account. `Format: YYYYMMDD`
        - `account_change_indicator` '01' | '02' | '03' | '04' — Length of time since the last change to the cardholder account. This includes shipping address, <br /> new payment account or new user added. Possible Values: <br /> * 01 - Changed during transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
        - `account_change_date` string, date — Date the cardholder's account was last changed. This includes changes to the billing or shipping address, new payment accounts or new users added.` Format: YYYYMMDD` <br />
        - `account_pwd_change_indicator` '01' | '02' | '03' | '04' | '05' — Length of time since the cardholder changed or reset the password on the account. <br /> Possible Values: <br /> * 01 - No change <br /> * 02 - Changed during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
        - `account_pwd_change_date` string, date — Date the cardholder last changed or reset password on account. `Format: YYYYMMDD`
        - `account_id` string — Additional cardholder account information.
        - `account_purchases` integer — Number of purchases with this cardholder account during the previous six months.
        - `acs_window_size` '01' | '02' | '03' | '04' | '05' — An override field that a merchant can pass in to set the challenge window size to display to the end <br /> cardholder.The ACS will reply with content that is formatted appropriately to this window size to allow <br /> for the best user experience. The sizes are width x height in pixels of the window displayed in <br /> the cardholder browser window. Possible values: <br /> * 01 - 250x400 <br /> * 02 - 390x400 <br /> * 03 - 500x600 <br /> * 04 - 600x400 <br /> * 05 - Full page <br />
        - `add_card_attempts` integer — Number of add card attempts in the last 24 hours.
        - `address_match` 'Y' | 'N' — Indicates whether cardholder billing and shipping addresses match. <br /> Possible Values: <br /> * Y - Shipping address matches billing address <br /> * N - Shipping address does not match billing address <br />
        - `alternate_authentication_method` '01' | '02' | '03' | '04' | '05' | '06' — Mechanism used by the cardholder to authenticate to the 3DS requester. <br /> Possible Values: <br /> * 01 - No authentication occurred (e.g. Guest Checkout) <br /> * 02 - Login to the cardholder account at the Merchant system using Merchant system credentials <br /> * 03 - Login to the cardholder account at the Merchant system using a Federated ID <br /> * 04 - Login to the cardholder account at the Merchant system using Issuer credentials <br /> * 05 - Login to the cardholder account at the Merchant system using third-party authentication <br /> * 06 - Login to the cardholder account at the Merchant system using FIDO Authenticator <br />
        - `alternate_authentication_date` string, date — Date and time in UTC of the cardholder authentication. ` Format: YYYYMMDDHHMM`
        - `alternate_authentication_data` string — Data that documents and supports a specific authentication <br /> process that was sent in the AlternateAuthenticationMethod field. <br />
        - `threeds_contract_id` string, required — The ID of the threeDSContract used.
        - `authentication_indicator` '01' | '02' | '03' | '04' | '05' | '06' — Indicates the type of Authentication request. 01 - Payment transaction <br /> 02 - Recurring transaction <br /> 03 - Installment transaction <br /> 04 - Add card <br /> 05 - Maintain card <br /> 06 - Cardholder verification as part of EMV token ID&V <br />
        - `category_code` integer — Merchant category code (MCC) <br /> <b>Note:</b> This value is always taken from 3-D Secure Contract. If 3-D Secure Contract is not configured with MCC, Cardinal will use the default value configured. <br />
        - `challenge_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '90' — NOTE: This is a 2.0 required field, Cardinal will default to 01 on Merchant Configuration <br /> - can be overridden by the merchant. Possible Values: <br /> * 01 - No preference <br /> * 02 - No challenge requested <br /> * 03 - Challenge requested (3DS Requestor Preference) <br /> * 04 - Challenge requested (Mandate) <br /> * 05 - No challenge requested (transactional risk analysis is already performed) <br /> * 06 - No challenge requested (Data share only) <br /> * 07 - No challenge requested (strong consumer authentication is already performed) <br /> * 08 - No challenge requested (utilise whitelist exemption if no challenge required) <br /> * 09 - Challenge requested (whitelist prompt requested if challenge required) <br /> * 90 - CB specific value <br />
        - `delivery_email` string — For electronic delivery, email address to which the merchandise was delivered.
        - `delivery_time_frame` '01' | '02' | '03' | '04' — Indicates the delivery timeframe. <br /> Possible Values: <br /> * 01 - Electronic delivery <br /> * 02 - Same day shipping <br /> * 03 - Overnight shipping <br /> * 04 - Two or more day shipping <br />
        - `enabled` boolean, required — Whether 3DS should be used.
        - `fraud_activity` '01' | '02' — Indicates whether the merchant experienced suspicious activity (including previous fraud) on the account. <br /> Possible Values: <br /> * 01 - No suspicious activity <br /> * 02 - Suspicious activity observed <br />
        - `gift_card_amount` integer — The purchase amount total for prepaid gift cards in major units. <br /> Example: $123.45 USD = 12345 <br />
        - `gift_card_currency_code` string — ISO 4217 currency code for the gift card purchased.
        - `gift_card_count` integer — Total count of individual prepaid gift cards purchased.
        - `installment` number — Indicates the maximum number of authorizations for installment payments. An integer value greater than 1 indicating the maximum number of permitted authorizations for installment payments. ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
        - `message_category` '01' | '02' — Category of the message for a specific use case. <br /> Possible Values: <br /> * 01 - PA (payment) <br /> * 02 - NPA (non payment) <br /> NOTE: Default is payment (01). Configured on Merchant account, or can be overridden on transaction. <br />
        - `payment_use_case` '01' | '02' | '03' | '04' | '05' — Indicates the type of payment.The value from this field will be mapped to the data field on the CB-USECASE extension <br /> Possible Values: <br /> * 01 - Single Payment <br /> * 02 - Fixed Amount and Term Subscription <br /> * 03 - Payment By Instalments <br /> * 04 - Payment By Shipment <br /> * 05 - Other Recurring Payments <br /> NOTE: Required for CB transactions (Required if message_category = 01, or message_category = 02 and authentication_indicator = 02 or 03 <br />
        - `payment_account_indicator` '01' | '02' | '03' | '04' | '05' — Indicates the length of time that the payment account was enrolled in the merchant account. <br /> Possible Values: <br /> * 01 - No account (guest checkout) <br /> * 02 - During the transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
        - `payment_account_age` string, date — Date the payment account was added to the cardholder account. ` Format: YYYYMMDD`
        - `pre_order_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
        - `pre_order_date` string, date — Expected date that a pre-ordered purchase will be available. `Format: YYYYMMDD`
        - `prior_authentication_data` string — This field carry data that the ACS can use to verify the authentication process
        - `prior_authentication_method` '01' | '02' | '03' | '04' — Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. <br /> * 01 - Frictionless authentication occurred by ACS <br /> * 02 - Cardholder challenge occurred by ACS <br /> * 03 - AVS verified <br /> * 04 - Other issuer methods <br />
        - `prior_authentication_time` string, date — Date and time in UTC of the prior cardholder authentication. ` Format: YYYYMMDDHHMM`
        - `prior_authentication_ref` string — This data element contains a ACS Transaction ID for a prior authenticated transaction. <br /> For example, the first recurring transaction that was authenticated with the cardholder <br />
        - `product_code` 'PHY' | 'CHA' | 'ACF' | 'QCT' | 'PAL' — Merchant product code. <br /> Possible Values: <br /> * PHY - Goods/Service Purchase <br /> * CHA - Check Acceptance <br /> * ACF - Account Funding <br /> * QCT - Quasi-Cash Transaction <br /> * PAL - Prepaid Activation and Load <br /> NOTE: This value defaults to PHY. This field can be used to override that value if applicable. <br />
        - `recurring_end` string, date — The date after which no further recurring authorizations should be performed. `Format: YYYYMMDD` ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
        - `recurring_frequency` number — Conditional: Integer value indicating the minimum number of days between recurring authorizations. A frequency of monthly is indicated by the value 28. Multiple of 28 days will be used to indicate months. Example: 6 months = 168 ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
        - `reorder_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
        - `requestor_id` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is, <br /> configured on the Merchant's profile.
        - `requestor_name` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is configured <br /> on the Merchant's profile.
        - `shipping_address_usage_indicator` '01' | '02' | '03' | '04' — Indicates when the shipping address used for transaction was first used. <br /> Possible Values: <br /> * 01 - This transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
        - `shipping_address_usage_date` string, date — Date when the shipping address used for this transaction was first used. <br /> `Format: YYYYMMDD` <br />
        - `shipping_method_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' — Indicates shipping method chosen for the transaction. <br /> Possible Values: <br /> * 01 - Ship to cardholder billing address <br /> * 02 - Ship to another verified address on file with merchant <br /> * 03 - Ship to address that is different than billing address <br /> * 04 - Ship to store (store address should be populated on request) <br /> * 05 - Digital goods <br /> * 06 - Travel and event tickets, not shipped <br /> * 07 - Other <br />
        - `shipping_name_indicator` '01' | '02' — Indicates if the cardholder name on the account is identical to the <br /> shipping name used for the transaction. Possible Values: <br /> * 01 - Account and shipping name identical <br /> * 02 - Account and shipping name differ <br />
        - `total_items` string — Total items in the shopping cart of the shopper
        - `merchant_score` string — Merchant score
        - `transaction_count_day` integer — Number of transactions (successful or abandoned) for this cardholder account within the last 24 hours. <br />
        - `transaction_count_year` integer — Number of transactions (successful or abandoned) for this cardholder account within the last year. <br />
        - `transaction_mode` 'M' | 'P' | 'R' | 'S' | 'T' — Transaction mode identifier. Identifies the channel the transaction originates from. Available Options: <br /> M - Moto (Mail Order Telephone Order) <br /> P - Mobile Device <br /> R - Retail (Physical Store) <br /> S - Computer Device <br /> T - Tablet Device <br />
        - `version` '1.0.2' | '2.1.0' | '2.2.0' — This field contains the 3DS version that can be leveraged to force a transaction down the 1.0 rails.
        - `white_list_status` 'Y' | 'N' | 'E' | 'P' | 'R' | 'U' — Enables the communication of trusted beneficiary between the ACS, the DS and the 3DS Requestor. <br> Possible Values: <br> * `Y` - 3DS Requestor is trustlisted by cardholder <br> * `N` - 3DS Requestor is not trustlisted by cardholder <br> * `E` - Not eligible as determined by issuer <br> * `P` - Pending confirmation by cardholder <br> * `R` - Cardholder rejected <br> * `U` - Trustlist status unknown, unavailable, or does not apply <br> Note: This field may be returned for 2.1.0 if the MasterCard PSD2 extensions are passed and issuer supports them.
        - `white_list_status_source` '01' | '02' | '03' — This data element will be populated by the system setting Whitelist Status.
      - `mode` 'PAYMENT' | '3DS_PAYMENT' | 'CARD_CAPTURE' | '3DS' — - `PAYMENT` - A checkout is created with the intent to perform a card payment. Verifone takes care of the full payment process and returns the final transaction response to the merchant, alongside any related details to it. Requires providing payment provider contract details. <br> - `3DS_PAYMENT` - Same as `PAYMENT` but with performing 3DS verification. <br> - `CARD_CAPTURE` - A checkout is created with intent to retrieve customer's card data. The checkout captures the card data of the shopper, encrypts it and returns it to the Merchant. The Merchant then uses the encrypted card data to perform 3DS and/or payments with it.<br /> The following fields are not required: <br /> * amount <br /> * currency_code <br /> * receipt_type <br /> Note: This option only returns an encrypted card in the end of the checkout process, no transaction is performed. You must perform the read checkout to get the encrypted card. - `3DS` - A checkout is created with intent to perform 3DS verification for the cardholder. The checkout captures the card data and performs 3DS verification with it and returns both card data and 3DS results to the Merchant. The merchant then can then use the encrypted card data to perform a payment with it. Requires providing 3DS contract details.
      - `card_capture_mode` 'v2' | 'v1' — Method of capturing card data. v2 is used by default as the recommended method. v1 is considered deprecated and is not supported for new integrations.
      - `card_token` string — *Only applicable for Tokenisation v1* Card token representing the card used by a customer to fill in the form. In case that Customer retries the payment with different card(s), only the last one
      - `card_last_four` string — *Only applicable for Tokenisation v1* Last four digits of the card number used by the customer. In case that Customer retries the payment with different card(s), its always the last one
      - `card_expiry_year` string — *Only applicable for Tokenisation v1* Card expiry year
      - `card_expiry_month` string — *Only applicable for Tokenisation v1* Card expiry month
      - `card_brand` string[]
      - `card_encryption_key_alias` string — *Only applicable for Tokenisation v2* Public Key alias used for card encryption
      - `threeds_authentication_id` string — 3DS Authentication ID. Only available if 3DS was configured and performed via the Checkout.
      - `token_details` TokenDetails
        - `reuse_token` string — The identifier used to represent the Cardholder data.
        - `analytics_token` string — A token that cannot be reversed to Card Holder data. This is included in a Payment for auditing and tracking purposes.
      - `credit_term` 'DEBIT' | 'STANDARD' | 'PREFERRED' | 'INSTALMENT_CREDIT' | 'INSTALMENT_STANDARD' — Determines whether the transaction type for ABS. Available Options: <br /> STANDARD- Sale <br /> PREFERRED - Sale - Preferred Isracard <br /> DEBIT - Sale - Direct Debit <br /> INSTALMENT_STANDARD- Instalment standard<br /> INSTALMENT_CREDIT- Instalment credit<br />
      - `credit_term_used` 'DEBIT' | 'STANDARD' | 'PREFERRED' | 'INSTALMENT_CREDIT' | 'INSTALMENT_STANDARD' — Determines whether the transaction type for ABS. Available Options: <br /> STANDARD- Sale <br /> PREFERRED - Sale - Preferred Isracard <br /> DEBIT - Sale - Direct Debit <br /> INSTALMENT_STANDARD- Instalment standard<br /> INSTALMENT_CREDIT- Instalment credit<br />
      - `instalment` InstalmentConfiguration — The details on the instalment scheme that should be enacted by the issuer. Only applicable for ABS Acquirer.
        - `max_number_of_instalments` integer, required — The number of individual parts that the total amount should be paid in
        - `down_payment_amount` integer — An integer value for down payment amount
      - `input_overrides` FieldValidationRules
        - `CVV` CVV
          - `validation_rule` 'NONE' | 'LUHN'
          - `usage` 'REQUIRED' | 'PROHIBITED'
        - `CREDIT_TERM` CVV
          - `validation_rule` 'NONE' | 'LUHN'
          - `usage` 'REQUIRED' | 'PROHIBITED'
        - `IDENTITY_CARD_NUMBER` CVV
          - `validation_rule` 'NONE' | 'LUHN'
          - `usage` 'REQUIRED' | 'PROHIBITED'
      - `instalment_used` InstalmentUsed — The details on the instalment scheme that should be enacted by the issuer. Only applicable for ABS Acquirer.
        - `instalment_amount` integer — An integer value for instalment amount
        - `down_payment_amount` integer — An integer value for down payment amount
        - `number_of_instalments` integer — The number of individual parts that the total amount should be paid in
      - `stored_credential` StoredCredential — Used for transactions with <a target="_blank" href="https://docs.verifone.com/online-payments/stored-credentials">Stored Credentials</a>
        - `stored_credential_type` 'SIGNUP' | 'CHARGE', required — must be one of SIGNUP CHARGE
        - `first_payment` boolean — Set to true if this signup request also is the first payment. Most relevant for signup using a minor amount, to indicate if that minor amount is just a signup account verification amount or an actual first payment amount as well. Default on this endpoint is that zero amount is not a payment, but any amount provided is a payment. Use this indicator to explicitly tell the intention.
        - `consent_text` string — Optional merchant provided text to display to the shopper as a checkbox, requiring their consent for the given sign up, detailing the terms at which the shopper agrees to be charged in the future. If not provided, there will be no consent checkbox.
        - `consent_text_dynamic_values` string[] — Optional merchant provided links to be inserted in consent text as a link for the text in brackets.
        - `processing_model_details` ProcessingModelDetails, required
          - `processing_model` 'RECURRING' | 'NONE', required — <br /> * RECURRING - allows only for RECURRING subsequent charges to be done. <br /> * NONE - does not specify what is the type of subsequent charges. Only allows CREDENTIAL_ON_FILE and UNSCHEDULED_CREDENTIAL_ON_FILE charges. <br /> * If it is RECURRING for SIGNUP should be RECURRING FOR CHARGE TOO. <br /> * If it is NONE for SIGNUP should be CREDENTIAL_ON_FILE or UNSCHEDULED_CREDENTIAL_ON_FILE FOR CHARGE.
          - `total_payment_number` integer — Total number of payments for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
          - `total_payment_amount` integer — Total amount for all the payments in the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
          - `first_payment_amount` integer — Amount of first payment for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=RECURRING
          - `payment_frequency` PaymentFrequency — Payment frequencies. Used only for processing_model=RECURRING
            - `time_unit` 'DAY' | 'WEEK' | 'MONTH' | 'YEAR' — must be one of DAY WEEK MONTH YEAR
            - `value` number
          - `merchant_signup_code` string — Merchant signup code for the stored credential series. Usage applies to specific acquirers. Used only for processing_model=NONE
        - `reference` string
        - `scheme_reference` string
      - `reuse_token` string — The identifier used to represent the Cardholder data.
      - `encrypted_card` string — Encrypted card details
      - `additional_business_data` AdditionalBusinessData — Merchant defined additional data fields for ABS Acquirer.
        - `addendum1` string — Additional field 1 for processor data.
        - `addendum2` string — Additional field 2 for processor data.
    - `gpp2` GPP2PaymentConfigResponse — GPP2 payment configuration
      - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
      - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
      - `card_encryption_key_alias` string — Public Key alias used for card/code encryption
    - `gift_card` GiftCard — Gift Card payment configuration
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `card` GiftCardCardConfig — Card object configuration
        - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
        - `authorization_type` string — Card Authorization Type.
        - `pin_required` boolean — Indicates whether security code for gift card is required or no.
        - `token_preference` object — Read <a target="_blank" href="https://docs.verifone.com/online-payments/tokenization">Tokenization</a> for additional information
          - `token_scope` string, required — The token scope under which a token gets created
          - `token_expiry_date` string, date — Token expiry date
          - `token_type` string — Token type
    - `paypal` PaypalPaymentConfig — Paypal payment configuration
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
      - `description` string — paypal request description
      - `application_context` ApplicationContext — Application context details
        - `brandName` string — The label that overrides the business name in the PayPal account on the PayPal site.
        - `locale` string — The BCP 47-formatted locale of pages that the PayPal payment experience shows. PayPal supports a five-character code. For example, da-DK, he-IL, id-ID, ja-JP, no-NO, pt-BR, ru-RU, sv-SE, th-TH, zh-CN, zh-HK, or zh-TW.
        - `landingPage` 'BILLING' | 'LOGIN' | 'NO_PREFERENCE' — The type of landing page to show on the PayPal site for customer checkout. default will be NO_PREFERENCE Possible Values: <br /> * BILLING - When the customer clicks PayPal Checkout, the customer is redirected to a page to log in to PayPal and approve the payment. <br /> * LOGIN - When the customer clicks PayPal Checkout, the customer is redirected to a page to enter credit or debit card and other relevant billing information required to complete the purchase. <br /> * NO_PREFERENCE - When the customer clicks PayPal Checkout, the customer is redirected to either a page to log in to PayPal and approve the payment or to a page to enter credit or debit card and other relevant billing information required to complete the purchase, depending on their previous interaction with PayPal. <br />
        - `shippingPreference` 'NoShipping' | 'CustomerProvided' | 'MerchantProvided' — The shipping preference: * Redact the shipping address from the PayPal site. Recommended for digital goods. * Use the customer-provided shipping address on the PayPal site. * Use the merchant-provided address. The customer cannot change this address on the PayPal site.
        - `paymentPreference` 'Any' | 'Immediate' — The merchant-preferred payment methods: * Accepts any type of payment from the customer. * Accepts only immediate payment from the customer. For example, credit card, PayPal balance, or instant ACH.
        - `shopperAuthorization` 'TEL' | 'WEB' | 'CCD' | 'PPD' — NACHA (the regulatory body governing the ACH network) requires that API callers (merchants, partners) obtain the consumer’s explicit authorization before initiating a transaction. ACH transactions are categorized (using SEC codes) by how you capture authorization from the Receiver (the person whose bank account is being debited or credited). PayPal supports the following SEC codes. * <b>TEL.</b> The API caller (merchant/partner) accepts authorization and payment information from a consumer over the telephone. * <b>WEB.</b> The API caller (merchant/partner) accepts Debit transactions from a consumer on their website. * <b>CCD.</b> Cash concentration and disbursement for corporate debit transaction. Used to disburse or consolidate funds. Entries are usually Optional high-dollar, low-volume, and time-critical. (e.g. intra-company transfers or invoice payments to suppliers). * <b>PPD.</b> Prearranged payment and deposit entries. Used for debit payments authorized by a consumer account holder, and usually initiated by a company. These are usually recurring debits (such as insurance premiums).
        - `returnUrl` string — The URL where the customer is redirected after the customer approves the payment
        - `cancelUrl` string — The URL where the customer is redirected after the customer cancels the payment
    - `google_pay` GooglePay — Google Pay payment configuration
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `card` GooglePayCardConfig
        - `sca_compliance_level` 'NONE' | 'WALLET' | 'FORCE_3DS', required — Strong Customer Authentication (SCA) compliance level, possible values </br> * NONE: No SCA required. </br> * WALLET: Depend on the wallet SCA mechanism. For Google Pay this means that MasterCard will shift liability, Visa will not. </br> * FORCE_3DS: Do an additional 3DS step regardless of whether the wallet indicates the token is SCA-compliant.
        - `threed_secure` ThreeDSData — Used for <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments">3D-Secure payments</a>
          - `account_age_indicator` '01' | '02' | '03' | '04' | '05' — Length of time cardholder has had account. <br /> Possible Values: <br /> * 01 - No account <br /> * 02 - Created during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_create_date` string, date — Date the cardholder opened the account. `Format: YYYYMMDD`
          - `account_change_indicator` '01' | '02' | '03' | '04' — Length of time since the last change to the cardholder account. This includes shipping address, <br /> new payment account or new user added. Possible Values: <br /> * 01 - Changed during transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `account_change_date` string, date — Date the cardholder's account was last changed. This includes changes to the billing or shipping address, new payment accounts or new users added.` Format: YYYYMMDD` <br />
          - `account_pwd_change_indicator` '01' | '02' | '03' | '04' | '05' — Length of time since the cardholder changed or reset the password on the account. <br /> Possible Values: <br /> * 01 - No change <br /> * 02 - Changed during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_pwd_change_date` string, date — Date the cardholder last changed or reset password on account. `Format: YYYYMMDD`
          - `account_id` string — Additional cardholder account information.
          - `account_purchases` integer — Number of purchases with this cardholder account during the previous six months.
          - `acs_window_size` '01' | '02' | '03' | '04' | '05' — An override field that a merchant can pass in to set the challenge window size to display to the end <br /> cardholder.The ACS will reply with content that is formatted appropriately to this window size to allow <br /> for the best user experience. The sizes are width x height in pixels of the window displayed in <br /> the cardholder browser window. Possible values: <br /> * 01 - 250x400 <br /> * 02 - 390x400 <br /> * 03 - 500x600 <br /> * 04 - 600x400 <br /> * 05 - Full page <br />
          - `add_card_attempts` integer — Number of add card attempts in the last 24 hours.
          - `address_match` 'Y' | 'N' — Indicates whether cardholder billing and shipping addresses match. <br /> Possible Values: <br /> * Y - Shipping address matches billing address <br /> * N - Shipping address does not match billing address <br />
          - `alternate_authentication_method` '01' | '02' | '03' | '04' | '05' | '06' — Mechanism used by the cardholder to authenticate to the 3DS requester. <br /> Possible Values: <br /> * 01 - No authentication occurred (e.g. Guest Checkout) <br /> * 02 - Login to the cardholder account at the Merchant system using Merchant system credentials <br /> * 03 - Login to the cardholder account at the Merchant system using a Federated ID <br /> * 04 - Login to the cardholder account at the Merchant system using Issuer credentials <br /> * 05 - Login to the cardholder account at the Merchant system using third-party authentication <br /> * 06 - Login to the cardholder account at the Merchant system using FIDO Authenticator <br />
          - `alternate_authentication_date` string, date — Date and time in UTC of the cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `alternate_authentication_data` string — Data that documents and supports a specific authentication <br /> process that was sent in the AlternateAuthenticationMethod field. <br />
          - `threeds_contract_id` string, required — The ID of the threeDSContract used.
          - `authentication_indicator` '01' | '02' | '03' | '04' | '05' | '06' — Indicates the type of Authentication request. 01 - Payment transaction <br /> 02 - Recurring transaction <br /> 03 - Installment transaction <br /> 04 - Add card <br /> 05 - Maintain card <br /> 06 - Cardholder verification as part of EMV token ID&V <br />
          - `category_code` integer — Merchant category code (MCC) NOTE: This field is required by Mastercard and VISA Brazil extensions. <br />
          - `challenge_indicator` '01' | '02' | '03' | '04' | '90' — NOTE: This is a 2.0 required field, Cardinal will default to 01 on Merchant Configuration <br /> - can be overridden by the merchant. Possible Values: <br /> * 01 - No preference <br /> * 02 - No challenge requested <br /> * 03 - Challenge requested (3DS Requestor Preference) <br /> * 04 - Challenge requested (Mandate) <br /> * 90 - CB specific value <br />
          - `delivery_email` string — For electronic delivery, email address to which the merchandise was delivered.
          - `delivery_time_frame` '01' | '02' | '03' | '04' — Indicates the delivery timeframe. <br /> Possible Values: <br /> * 01 - Electronic delivery <br /> * 02 - Same day shipping <br /> * 03 - Overnight shipping <br /> * 04 - Two or more day shipping <br />
          - `enabled` boolean — Whether 3DS should be used.
          - `fraud_activity` '01' | '02' — Indicates whether the merchant experienced suspicious activity (including previous fraud) on the account. <br /> Possible Values: <br /> * 01 - No suspicious activity <br /> * 02 - Suspicious activity observed <br />
          - `gift_card_amount` integer — The purchase amount total for prepaid gift cards in major units. <br /> Example: $123.45 USD = 12345 <br />
          - `gift_card_currency_code` string — ISO 4217 currency code for the gift card purchased.
          - `gift_card_count` integer — Total count of individual prepaid gift cards purchased.
          - `installment` number — Indicates the maximum number of authorizations for installment payments. An integer value greater than 1 indicating the maximum number of permitted authorizations for installment payments. ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `message_category` '01' | '02' — Category of the message for a specific use case. <br /> Possible Values: <br /> * 01 - PA (payment) <br /> * 02 - NPA (non payment) <br /> NOTE: Default is payment (01). Configured on Merchant account, or can be overridden on transaction. <br />
          - `payment_use_case` '01' | '02' | '03' | '04' | '05' — Indicates the type of payment.The value from this field will be mapped to the data field on the CB-USECASE extension <br /> Possible Values: <br /> * 01 - Single Payment <br /> * 02 - Fixed Amount and Term Subscription <br /> * 03 - Payment By Instalments <br /> * 04 - Payment By Shipment <br /> * 05 - Other Recurring Payments <br /> NOTE: Required for CB transactions (Required if message_category = 01, or message_category = 02 and authentication_indicator = 02 or 03 <br />
          - `payment_account_indicator` '01' | '02' | '03' | '04' | '05' — Indicates the length of time that the payment account was enrolled in the merchant account. <br /> Possible Values: <br /> * 01 - No account (guest checkout) <br /> * 02 - During the transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `payment_account_age` string, date — Date the payment account was added to the cardholder account. ` Format: YYYYMMDD`
          - `pre_order_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `pre_order_date` string, date — Expected date that a pre-ordered purchase will be available. `Format: YYYYMMDD`
          - `prior_authentication_data` string — This field carry data that the ACS can use to verify the authentication process
          - `prior_authentication_method` '01' | '02' | '03' | '04' — Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. <br /> * 01 - Frictionless authentication occurred by ACS <br /> * 02 - Cardholder challenge occurred by ACS <br /> * 03 - AVS verified <br /> * 04 - Other issuer methods <br />
          - `prior_authentication_time` string, date — Date and time in UTC of the prior cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `prior_authentication_ref` string — This data element contains a ACS Transaction ID for a prior authenticated transaction. <br /> For example, the first recurring transaction that was authenticated with the cardholder <br />
          - `product_code` 'PHY' | 'CHA' | 'ACF' | 'QCT' | 'PAL' — Merchant product code. <br /> Possible Values: <br /> * PHY - Goods/Service Purchase <br /> * CHA - Check Acceptance <br /> * ACF - Account Funding <br /> * QCT - Quasi-Cash Transaction <br /> * PAL - Prepaid Activation and Load <br /> NOTE: This value defaults to PHY. This field can be used to override that value if applicable. <br />
          - `recurring_end` string, date — The date after which no further recurring authorizations should be performed. `Format: YYYYMMDD` ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `recurring_frequency` number — Conditional: Integer value indicating the minimum number of days between recurring authorizations. A frequency of monthly is indicated by the value 28. Multiple of 28 days will be used to indicate months. Example: 6 months = 168 ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `reorder_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `requestor_id` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is, <br /> configured on the Merchant's profile.
          - `requestor_name` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is configured <br /> on the Merchant's profile.
          - `shipping_address_usage_indicator` '01' | '02' | '03' | '04' — Indicates when the shipping address used for transaction was first used. <br /> Possible Values: <br /> * 01 - This transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `shipping_address_usage_date` string, date — Date when the shipping address used for this transaction was first used. <br /> `Format: YYYYMMDD` <br />
          - `shipping_method_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' — Indicates shipping method chosen for the transaction. <br /> Possible Values: <br /> * 01 - Ship to cardholder billing address <br /> * 02 - Ship to another verified address on file with merchant <br /> * 03 - Ship to address that is different than billing address <br /> * 04 - Ship to store (store address should be populated on request) <br /> * 05 - Digital goods <br /> * 06 - Travel and event tickets, not shipped <br /> * 07 - Other <br />
          - `shipping_name_indicator` '01' | '02' — Indicates if the cardholder name on the account is identical to the <br /> shipping name used for the transaction. Possible Values: <br /> * 01 - Account and shipping name identical <br /> * 02 - Account and shipping name differ <br />
          - `total_items` string — Total items in the shopping cart of the shopper
          - `merchant_score` string — Merchant score
          - `transaction_count_day` integer — Number of transactions (successful or abandoned) for this cardholder account within the last 24 hours. <br />
          - `transaction_count_year` integer — Number of transactions (successful or abandoned) for this cardholder account within the last year. <br />
          - `transaction_mode` 'M' | 'P' | 'R' | 'S' | 'T', required — Transaction mode identifier. Identifies the channel the transaction originates from. Available Options: <br /> M - Moto (Mail Order Telephone Order) <br /> P - Mobile Device <br /> R - Retail (Physical Store) <br /> S - Computer Device <br /> T - Tablet Device <br />
          - `version` '1.0.2' | '2.1.0' | '2.2.0' — This field contains the 3DS version that can be leveraged to force a transaction down the 1.0 rails.
        - `authorization_type` string — Card Authorization Type (PRE_AUTH, FINAL_AUTH). When capture now is set to true pre-authorization transactions cannot be done.
        - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
        - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `token_preference` TokenPreference — unresolved $ref
        - `card_encryption_key_alias` string — *Only applicable for Tokenisation v2* Public Key alias used for card encryption
        - `threeds_authentication_id` string — 3DS Authentication ID. Only available if 3DS was configured and performed via the Checkout.
        - `token_details` TokenDetails
          - `reuse_token` string — The identifier used to represent the Cardholder data.
          - `analytics_token` string — A token that cannot be reversed to Card Holder data. This is included in a Payment for auditing and tracking purposes.
    - `apple_pay` ApplePay — Apple Pay payment configuration
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `account_validation` boolean — Indicates whether the card transaction should be processed as Account Validation request instead. If set to true, the amount provided for the Checkout would be ignored and the transaction be processed with amount: 0
      - `card` ApplePayCardConfig
        - `sca_compliance_level` 'NONE' | 'WALLET' | 'FORCE_3DS', required — Strong Customer Authentication (SCA) compliance level, possible values </br> * NONE: No SCA required. </br> *<b>Deprecated</b> WALLET: Apple Pay will indicate the PSP to trigger 3DS which in this case will be required. Details [here](https://developers.google.com/pay/api/web/reference/response-objects#assurance-details-specifications)</br> *<b>Deprecated</b> FORCE_3DS: SCA will be triggered. Regarding the liability shift, please check [this page](https://developers.googleblog.com/en/google-pay-enabling-liability-shift-for-eligible-visa-device-token-transactions-globally/)</br></br> *<b>Note: </b> Apple Pay is SCA compliant by design and 3DS check is not a mandatory function for processing transactions with this wallet. As a result, the previously supported WALLET and FORCE_3DS parameters are no longer relevant for Apple Pay transactions and have been deprecated. Supports only NONE. Any other values (WALLET or FORCE_3DS) are sanitized and ignored.
        - `threed_secure` object, required — Used for <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments">3D-Secure payments</a>
        - `authorization_type` string — Default: "FINAL_AUTH" <br /> Other Possible Values: "PRE_AUTH" <br /> Text: PRE_AUTH is used when a merchant wants to ensure shopper's funds availability at a later time. <br /> Attention: If you are using PRE_AUTH function make sure capture_now is set as FALSE. Otherwise the PRE_AUTH will not work. <br />
        - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
        - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `token_preference` TokenPreference — unresolved $ref
    - `vipps` VippsPaymentConfig — Vipps payment configuration
      - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `is_app` boolean — Flag to identify the transaction originated from APP or Browser
      - `app_phone_number` string — Indicates the phone number registered with Vipps Mobile APP.
      - `card` VippsCardConfig
        - `sca_compliance_level` 'NONE' | 'WALLET' | 'FORCE_3DS', required — Strong Customer Authentication (SCA) compliance level, possible values </br> * NONE: No SCA required. </br> * WALLET: Depend on the wallet SCA mechanism. For Google Pay this means that MasterCard will shift liability, Visa will not. </br> * FORCE_3DS: Do an additional 3DS step regardless of whether the wallet indicates the token is SCA-compliant.
        - `threed_secure` ThreeDSData, required — Used for <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments">3D-Secure payments</a>
          - `account_age_indicator` '01' | '02' | '03' | '04' | '05' — Length of time cardholder has had account. <br /> Possible Values: <br /> * 01 - No account <br /> * 02 - Created during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_create_date` string, date — Date the cardholder opened the account. `Format: YYYYMMDD`
          - `account_change_indicator` '01' | '02' | '03' | '04' — Length of time since the last change to the cardholder account. This includes shipping address, <br /> new payment account or new user added. Possible Values: <br /> * 01 - Changed during transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `account_change_date` string, date — Date the cardholder's account was last changed. This includes changes to the billing or shipping address, new payment accounts or new users added.` Format: YYYYMMDD` <br />
          - `account_pwd_change_indicator` '01' | '02' | '03' | '04' | '05' — Length of time since the cardholder changed or reset the password on the account. <br /> Possible Values: <br /> * 01 - No change <br /> * 02 - Changed during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_pwd_change_date` string, date — Date the cardholder last changed or reset password on account. `Format: YYYYMMDD`
          - `account_id` string — Additional cardholder account information.
          - `account_purchases` integer — Number of purchases with this cardholder account during the previous six months.
          - `acs_window_size` '01' | '02' | '03' | '04' | '05' — An override field that a merchant can pass in to set the challenge window size to display to the end <br /> cardholder.The ACS will reply with content that is formatted appropriately to this window size to allow <br /> for the best user experience. The sizes are width x height in pixels of the window displayed in <br /> the cardholder browser window. Possible values: <br /> * 01 - 250x400 <br /> * 02 - 390x400 <br /> * 03 - 500x600 <br /> * 04 - 600x400 <br /> * 05 - Full page <br />
          - `add_card_attempts` integer — Number of add card attempts in the last 24 hours.
          - `address_match` 'Y' | 'N' — Indicates whether cardholder billing and shipping addresses match. <br /> Possible Values: <br /> * Y - Shipping address matches billing address <br /> * N - Shipping address does not match billing address <br />
          - `alternate_authentication_method` '01' | '02' | '03' | '04' | '05' | '06' — Mechanism used by the cardholder to authenticate to the 3DS requester. <br /> Possible Values: <br /> * 01 - No authentication occurred (e.g. Guest Checkout) <br /> * 02 - Login to the cardholder account at the Merchant system using Merchant system credentials <br /> * 03 - Login to the cardholder account at the Merchant system using a Federated ID <br /> * 04 - Login to the cardholder account at the Merchant system using Issuer credentials <br /> * 05 - Login to the cardholder account at the Merchant system using third-party authentication <br /> * 06 - Login to the cardholder account at the Merchant system using FIDO Authenticator <br />
          - `alternate_authentication_date` string, date — Date and time in UTC of the cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `alternate_authentication_data` string — Data that documents and supports a specific authentication <br /> process that was sent in the AlternateAuthenticationMethod field. <br />
          - `threeds_contract_id` string, required — The ID of the threeDSContract used.
          - `authentication_indicator` '01' | '02' | '03' | '04' | '05' | '06' — Indicates the type of Authentication request. 01 - Payment transaction <br /> 02 - Recurring transaction <br /> 03 - Installment transaction <br /> 04 - Add card <br /> 05 - Maintain card <br /> 06 - Cardholder verification as part of EMV token ID&V <br />
          - `category_code` integer — Merchant category code (MCC) NOTE: This field is required by Mastercard and VISA Brazil extensions. <br />
          - `challenge_indicator` '01' | '02' | '03' | '04' | '90' — NOTE: This is a 2.0 required field, Cardinal will default to 01 on Merchant Configuration <br /> - can be overridden by the merchant. Possible Values: <br /> * 01 - No preference <br /> * 02 - No challenge requested <br /> * 03 - Challenge requested (3DS Requestor Preference) <br /> * 04 - Challenge requested (Mandate) <br /> * 90 - CB specific value <br />
          - `delivery_email` string — For electronic delivery, email address to which the merchandise was delivered.
          - `delivery_time_frame` '01' | '02' | '03' | '04' — Indicates the delivery timeframe. <br /> Possible Values: <br /> * 01 - Electronic delivery <br /> * 02 - Same day shipping <br /> * 03 - Overnight shipping <br /> * 04 - Two or more day shipping <br />
          - `enabled` boolean — Whether 3DS should be used.
          - `fraud_activity` '01' | '02' — Indicates whether the merchant experienced suspicious activity (including previous fraud) on the account. <br /> Possible Values: <br /> * 01 - No suspicious activity <br /> * 02 - Suspicious activity observed <br />
          - `gift_card_amount` integer — The purchase amount total for prepaid gift cards in major units. <br /> Example: $123.45 USD = 12345 <br />
          - `gift_card_currency_code` string — ISO 4217 currency code for the gift card purchased.
          - `gift_card_count` integer — Total count of individual prepaid gift cards purchased.
          - `installment` number — Indicates the maximum number of authorizations for installment payments. An integer value greater than 1 indicating the maximum number of permitted authorizations for installment payments. ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `message_category` '01' | '02' — Category of the message for a specific use case. <br /> Possible Values: <br /> * 01 - PA (payment) <br /> * 02 - NPA (non payment) <br /> NOTE: Default is payment (01). Configured on Merchant account, or can be overridden on transaction. <br />
          - `payment_use_case` '01' | '02' | '03' | '04' | '05' — Indicates the type of payment.The value from this field will be mapped to the data field on the CB-USECASE extension <br /> Possible Values: <br /> * 01 - Single Payment <br /> * 02 - Fixed Amount and Term Subscription <br /> * 03 - Payment By Instalments <br /> * 04 - Payment By Shipment <br /> * 05 - Other Recurring Payments <br /> NOTE: Required for CB transactions (Required if message_category = 01, or message_category = 02 and authentication_indicator = 02 or 03 <br />
          - `payment_account_indicator` '01' | '02' | '03' | '04' | '05' — Indicates the length of time that the payment account was enrolled in the merchant account. <br /> Possible Values: <br /> * 01 - No account (guest checkout) <br /> * 02 - During the transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `payment_account_age` string, date — Date the payment account was added to the cardholder account. ` Format: YYYYMMDD`
          - `pre_order_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `pre_order_date` string, date — Expected date that a pre-ordered purchase will be available. `Format: YYYYMMDD`
          - `prior_authentication_data` string — This field carry data that the ACS can use to verify the authentication process
          - `prior_authentication_method` '01' | '02' | '03' | '04' — Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. <br /> * 01 - Frictionless authentication occurred by ACS <br /> * 02 - Cardholder challenge occurred by ACS <br /> * 03 - AVS verified <br /> * 04 - Other issuer methods <br />
          - `prior_authentication_time` string, date — Date and time in UTC of the prior cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `prior_authentication_ref` string — This data element contains a ACS Transaction ID for a prior authenticated transaction. <br /> For example, the first recurring transaction that was authenticated with the cardholder <br />
          - `product_code` 'PHY' | 'CHA' | 'ACF' | 'QCT' | 'PAL' — Merchant product code. <br /> Possible Values: <br /> * PHY - Goods/Service Purchase <br /> * CHA - Check Acceptance <br /> * ACF - Account Funding <br /> * QCT - Quasi-Cash Transaction <br /> * PAL - Prepaid Activation and Load <br /> NOTE: This value defaults to PHY. This field can be used to override that value if applicable. <br />
          - `recurring_end` string, date — The date after which no further recurring authorizations should be performed. `Format: YYYYMMDD` ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `recurring_frequency` number — Conditional: Integer value indicating the minimum number of days between recurring authorizations. A frequency of monthly is indicated by the value 28. Multiple of 28 days will be used to indicate months. Example: 6 months = 168 ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `reorder_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `requestor_id` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is, <br /> configured on the Merchant's profile.
          - `requestor_name` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is configured <br /> on the Merchant's profile.
          - `shipping_address_usage_indicator` '01' | '02' | '03' | '04' — Indicates when the shipping address used for transaction was first used. <br /> Possible Values: <br /> * 01 - This transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `shipping_address_usage_date` string, date — Date when the shipping address used for this transaction was first used. <br /> `Format: YYYYMMDD` <br />
          - `shipping_method_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' — Indicates shipping method chosen for the transaction. <br /> Possible Values: <br /> * 01 - Ship to cardholder billing address <br /> * 02 - Ship to another verified address on file with merchant <br /> * 03 - Ship to address that is different than billing address <br /> * 04 - Ship to store (store address should be populated on request) <br /> * 05 - Digital goods <br /> * 06 - Travel and event tickets, not shipped <br /> * 07 - Other <br />
          - `shipping_name_indicator` '01' | '02' — Indicates if the cardholder name on the account is identical to the <br /> shipping name used for the transaction. Possible Values: <br /> * 01 - Account and shipping name identical <br /> * 02 - Account and shipping name differ <br />
          - `total_items` string — Total items in the shopping cart of the shopper
          - `merchant_score` string — Merchant score
          - `transaction_count_day` integer — Number of transactions (successful or abandoned) for this cardholder account within the last 24 hours. <br />
          - `transaction_count_year` integer — Number of transactions (successful or abandoned) for this cardholder account within the last year. <br />
          - `transaction_mode` 'M' | 'P' | 'R' | 'S' | 'T', required — Transaction mode identifier. Identifies the channel the transaction originates from. Available Options: <br /> M - Moto (Mail Order Telephone Order) <br /> P - Mobile Device <br /> R - Retail (Physical Store) <br /> S - Computer Device <br /> T - Tablet Device <br />
          - `version` '1.0.2' | '2.1.0' | '2.2.0' — This field contains the 3DS version that can be leveraged to force a transaction down the 1.0 rails.
        - `authorization_type` string — Card Authorization Type (PRE_AUTH, FINAL_AUTH). When capture now is set to true pre-authorization transactions cannot be done.
        - `encrypted_card` string — Encrypted card details
        - `card_encryption_key_alias` string — Public key alias
        - `return_url` string — URL belonging to the Merchant website, where the Customer would be redirected after the Checkout has been completed. If this parameter is used, the customer will be redirected after spending 10 seconds on the payment confirmation page provided by Verifone in case of HPP and PAYMENT LINK transactions. For IFRAME transaction the redirect is performed right after the checkout page without passing through the payment confirmation page. <br /> <b>Note 1:</b> The return_url accepts only securely connected URLs i.e., via https protocol. <br /> <b>Note 2:</b> The time after which redirection happens can be customized using redirect_method.
    - `klarna` KlarnaPaymentConfig — Klarna payment configuration
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
    - `swish` SwishRes — Swish payment configuration
      - `app_phone_number` string — Indicates the phone number registered with Swish Mobile APP.
      - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
    - `mobile_pay` MobilePayRes
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
      - `card` CardRes
        - `sca_compliance_level` 'NONE' | 'WALLET' | 'FORCE_3DS', required — Strong Customer Authentication (SCA) compliance level, possible values </br> * NONE: No SCA required. </br> * WALLET: Depend on the wallet SCA mechanism. For Google Pay this means that MasterCard will shift liability, Visa will not. </br> * FORCE_3DS: Do an additional 3DS step regardless of whether the wallet indicates the token is SCA-compliant.
        - `threed_secure` ThreedSecure — Used for <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments">3D-Secure payments</a>
          - `account_age_indicator` '01' | '02' | '03' | '04' | '05' — Length of time cardholder has had account. <br /> Possible Values: <br /> * 01 - No account <br /> * 02 - Created during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_create_date` string, date — Date the cardholder opened the account. `Format: YYYYMMDD`
          - `account_change_indicator` '01' | '02' | '03' | '04' — Length of time since the last change to the cardholder account. This includes shipping address, <br /> new payment account or new user added. Possible Values: <br /> * 01 - Changed during transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `account_change_date` string, date — Date the cardholder's account was last changed. This includes changes to the billing or shipping address, new payment accounts or new users added.` Format: YYYYMMDD` <br />
          - `account_pwd_change_indicator` '01' | '02' | '03' | '04' | '05' — Length of time since the cardholder changed or reset the password on the account. <br /> Possible Values: <br /> * 01 - No change <br /> * 02 - Changed during transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `account_pwd_change_date` string, date — Date the cardholder last changed or reset password on account. `Format: YYYYMMDD`
          - `account_id` string — Additional cardholder account information.
          - `account_purchases` integer — Number of purchases with this cardholder account during the previous six months.
          - `acs_window_size` '01' | '02' | '03' | '04' | '05' — An override field that a merchant can pass in to set the challenge window size to display to the end <br /> cardholder.The ACS will reply with content that is formatted appropriately to this window size to allow <br /> for the best user experience. The sizes are width x height in pixels of the window displayed in <br /> the cardholder browser window. Possible values: <br /> * 01 - 250x400 <br /> * 02 - 390x400 <br /> * 03 - 500x600 <br /> * 04 - 600x400 <br /> * 05 - Full page <br />
          - `add_card_attempts` integer — Number of add card attempts in the last 24 hours.
          - `address_match` 'Y' | 'N' — Indicates whether cardholder billing and shipping addresses match. <br /> Possible Values: <br /> * Y - Shipping address matches billing address <br /> * N - Shipping address does not match billing address <br />
          - `alternate_authentication_method` '01' | '02' | '03' | '04' | '05' | '06' — Mechanism used by the cardholder to authenticate to the 3DS requester. <br /> Possible Values: <br /> * 01 - No authentication occurred (e.g. Guest Checkout) <br /> * 02 - Login to the cardholder account at the Merchant system using Merchant system credentials <br /> * 03 - Login to the cardholder account at the Merchant system using a Federated ID <br /> * 04 - Login to the cardholder account at the Merchant system using Issuer credentials <br /> * 05 - Login to the cardholder account at the Merchant system using third-party authentication <br /> * 06 - Login to the cardholder account at the Merchant system using FIDO Authenticator <br />
          - `alternate_authentication_date` string, date — Date and time in UTC of the cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `alternate_authentication_data` string — Data that documents and supports a specific authentication <br /> process that was sent in the AlternateAuthenticationMethod field. <br />
          - `threeds_contract_id` string, required — The ID of the threeDSContract used.
          - `authentication_indicator` '01' | '02' | '03' | '04' | '05' | '06' — Indicates the type of Authentication request. 01 - Payment transaction <br /> 02 - Recurring transaction <br /> 03 - Installment transaction <br /> 04 - Add card <br /> 05 - Maintain card <br /> 06 - Cardholder verification as part of EMV token ID&V <br />
          - `category_code` integer — Merchant category code (MCC) <br /> <b>Note:</b> This value is always taken from 3-D Secure Contract. If 3-D Secure Contract is not configured with MCC, Cardinal will use the default value configured. <br />
          - `challenge_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '90' — NOTE: This is a 2.0 required field, Cardinal will default to 01 on Merchant Configuration <br /> - can be overridden by the merchant. Possible Values: <br /> * 01 - No preference <br /> * 02 - No challenge requested <br /> * 03 - Challenge requested (3DS Requestor Preference) <br /> * 04 - Challenge requested (Mandate) <br /> * 05 - No challenge requested (transactional risk analysis is already performed) <br /> * 06 - No challenge requested (Data share only) <br /> * 07 - No challenge requested (strong consumer authentication is already performed) <br /> * 08 - No challenge requested (utilise whitelist exemption if no challenge required) <br /> * 09 - Challenge requested (whitelist prompt requested if challenge required) <br /> * 90 - CB specific value <br />
          - `delivery_email` string — For electronic delivery, email address to which the merchandise was delivered.
          - `delivery_time_frame` '01' | '02' | '03' | '04' — Indicates the delivery timeframe. <br /> Possible Values: <br /> * 01 - Electronic delivery <br /> * 02 - Same day shipping <br /> * 03 - Overnight shipping <br /> * 04 - Two or more day shipping <br />
          - `enabled` boolean, required — Whether 3DS should be used.
          - `fraud_activity` '01' | '02' — Indicates whether the merchant experienced suspicious activity (including previous fraud) on the account. <br /> Possible Values: <br /> * 01 - No suspicious activity <br /> * 02 - Suspicious activity observed <br />
          - `gift_card_amount` integer — The purchase amount total for prepaid gift cards in major units. <br /> Example: $123.45 USD = 12345 <br />
          - `gift_card_currency_code` string — ISO 4217 currency code for the gift card purchased.
          - `gift_card_count` integer — Total count of individual prepaid gift cards purchased.
          - `installment` number — Indicates the maximum number of authorizations for installment payments. An integer value greater than 1 indicating the maximum number of permitted authorizations for installment payments. ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `message_category` '01' | '02' — Category of the message for a specific use case. <br /> Possible Values: <br /> * 01 - PA (payment) <br /> * 02 - NPA (non payment) <br /> NOTE: Default is payment (01). Configured on Merchant account, or can be overridden on transaction. <br />
          - `payment_use_case` '01' | '02' | '03' | '04' | '05' — Indicates the type of payment.The value from this field will be mapped to the data field on the CB-USECASE extension <br /> Possible Values: <br /> * 01 - Single Payment <br /> * 02 - Fixed Amount and Term Subscription <br /> * 03 - Payment By Instalments <br /> * 04 - Payment By Shipment <br /> * 05 - Other Recurring Payments <br /> NOTE: Required for CB transactions (Required if message_category = 01, or message_category = 02 and authentication_indicator = 02 or 03 <br />
          - `payment_account_indicator` '01' | '02' | '03' | '04' | '05' — Indicates the length of time that the payment account was enrolled in the merchant account. <br /> Possible Values: <br /> * 01 - No account (guest checkout) <br /> * 02 - During the transaction <br /> * 03 - Less than 30 days <br /> * 04 - 30-60 days <br /> * 05 - More than 60 days <br />
          - `payment_account_age` string, date — Date the payment account was added to the cardholder account. ` Format: YYYYMMDD`
          - `pre_order_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `pre_order_date` string, date — Expected date that a pre-ordered purchase will be available. `Format: YYYYMMDD`
          - `prior_authentication_data` string — This field carry data that the ACS can use to verify the authentication process
          - `prior_authentication_method` '01' | '02' | '03' | '04' — Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. <br /> * 01 - Frictionless authentication occurred by ACS <br /> * 02 - Cardholder challenge occurred by ACS <br /> * 03 - AVS verified <br /> * 04 - Other issuer methods <br />
          - `prior_authentication_time` string, date — Date and time in UTC of the prior cardholder authentication. ` Format: YYYYMMDDHHMM`
          - `prior_authentication_ref` string — This data element contains a ACS Transaction ID for a prior authenticated transaction. <br /> For example, the first recurring transaction that was authenticated with the cardholder <br />
          - `product_code` 'PHY' | 'CHA' | 'ACF' | 'QCT' | 'PAL' — Merchant product code. <br /> Possible Values: <br /> * PHY - Goods/Service Purchase <br /> * CHA - Check Acceptance <br /> * ACF - Account Funding <br /> * QCT - Quasi-Cash Transaction <br /> * PAL - Prepaid Activation and Load <br /> NOTE: This value defaults to PHY. This field can be used to override that value if applicable. <br />
          - `recurring_end` string, date — The date after which no further recurring authorizations should be performed. `Format: YYYYMMDD` ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `recurring_frequency` number — Conditional: Integer value indicating the minimum number of days between recurring authorizations. A frequency of monthly is indicated by the value 28. Multiple of 28 days will be used to indicate months. Example: 6 months = 168 ** Required for Recurring and Installment transactions, when authenticationIndicator="02" & "03" **
          - `reorder_indicator` '01' | '02' — Indicates whether cardholder is placing an order with a future availability or release date. <br /> Possible Values: <br /> * 01 - Merchandise available <br /> * 02 - Future availability <br />
          - `requestor_id` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is, <br /> configured on the Merchant's profile.
          - `requestor_name` string — This value is a Directory Server assigned 3DS Requestor Name value, each DS may provide a unique ID. <br /> NOTE: This is a 2.0 value only and if passed will override the Requestor Name value that is configured <br /> on the Merchant's profile.
          - `shipping_address_usage_indicator` '01' | '02' | '03' | '04' — Indicates when the shipping address used for transaction was first used. <br /> Possible Values: <br /> * 01 - This transaction <br /> * 02 - Less than 30 days <br /> * 03 - 30-60 days <br /> * 04 - More than 60 days <br />
          - `shipping_address_usage_date` string, date — Date when the shipping address used for this transaction was first used. <br /> `Format: YYYYMMDD` <br />
          - `shipping_method_indicator` '01' | '02' | '03' | '04' | '05' | '06' | '07' — Indicates shipping method chosen for the transaction. <br /> Possible Values: <br /> * 01 - Ship to cardholder billing address <br /> * 02 - Ship to another verified address on file with merchant <br /> * 03 - Ship to address that is different than billing address <br /> * 04 - Ship to store (store address should be populated on request) <br /> * 05 - Digital goods <br /> * 06 - Travel and event tickets, not shipped <br /> * 07 - Other <br />
          - `shipping_name_indicator` '01' | '02' — Indicates if the cardholder name on the account is identical to the <br /> shipping name used for the transaction. Possible Values: <br /> * 01 - Account and shipping name identical <br /> * 02 - Account and shipping name differ <br />
          - `total_items` string — Total items in the shopping cart of the shopper
          - `merchant_score` string — Merchant score
          - `transaction_count_day` integer — Number of transactions (successful or abandoned) for this cardholder account within the last 24 hours. <br />
          - `transaction_count_year` integer — Number of transactions (successful or abandoned) for this cardholder account within the last year. <br />
          - `transaction_mode` 'M' | 'P' | 'R' | 'S' | 'T' — Transaction mode identifier. Identifies the channel the transaction originates from. Available Options: <br /> M - Moto (Mail Order Telephone Order) <br /> P - Mobile Device <br /> R - Retail (Physical Store) <br /> S - Computer Device <br /> T - Tablet Device <br />
          - `version` '1.0.2' | '2.1.0' | '2.2.0' — This field contains the 3DS version that can be leveraged to force a transaction down the 1.0 rails.
          - `white_list_status` 'Y' | 'N' | 'E' | 'P' | 'R' | 'U' — Enables the communication of trusted beneficiary between the ACS, the DS and the 3DS Requestor. <br> Possible Values: <br> * `Y` - 3DS Requestor is trustlisted by cardholder <br> * `N` - 3DS Requestor is not trustlisted by cardholder <br> * `E` - Not eligible as determined by issuer <br> * `P` - Pending confirmation by cardholder <br> * `R` - Cardholder rejected <br> * `U` - Trustlist status unknown, unavailable, or does not apply <br> Note: This field may be returned for 2.1.0 if the MasterCard PSD2 extensions are passed and issuer supports them.
          - `white_list_status_source` '01' | '02' | '03' — This data element will be populated by the system setting Whitelist Status.
        - `authorization_type` 'PRE_AUTH' | 'FINAL_AUTH'
        - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
        - `payment_contract_id` string — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `token_preference` TokenPreference — unresolved $ref
        - `card_encryption_key_alias` string — *Only applicable for Tokenisation v2* Public Key alias used for card encryption
        - `threeds_authentication_id` string — 3DS Authentication ID. Only available if 3DS was configured and performed via the Checkout.
        - `token_details` TokenDetails
          - `reuse_token` string — The identifier used to represent the Cardholder data.
          - `analytics_token` string — A token that cannot be reversed to Card Holder data. This is included in a Payment for auditing and tracking purposes.
        - `encrypted_card` string — Encrypted card details
        - `return_url` string — URL belonging to the Merchant website, where the Customer would be redirected after the Checkout has been completed. <br /> <b>Note:</b> The time after which redirection happens can be customized using redirect_method.
    - `bank` Bank — Bank payment configuration
      - `dynamic_descriptor` string — Value is displayed as short text on the bank statement of the cardholder
      - `authorization_type` string — Card Authorization Type (PRE_AUTH, FINAL_AUTH). When capture now is set to true pre-authorization transactions cannot be done.
      - `shopper_interaction` 'ECOMMERCE' | 'MAIL' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL
      - `message_to_customer` string — Message to customer
      - `op` Op, required
        - `payment_contract_id` string, required — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `multi_bank_payment_option` boolean — Indicator for using multi bank payment
    - `plcc` PlccResponse
      - `mode` 'CARD_CAPTURE' | 'PAYMENT' — - `CARD_CAPTURE` - A checkout is created with intent to retrieve customer's card data. The checkout captures the card data of the shopper, encrypts it and returns it to the Merchant. The Merchant then uses the encrypted card data to perform 3DS and/or payments with it.<br /> Following fields are not required: <br /> * amount <br /> * currency_code <br /> * receipt_type - `PAYMENT` - A checkout is created with the intent to perform a card payment. Verifone takes care of the full payment process and returns the final transaction response to the merchant, alongside any related details to it. Requires providing payment provider contract details. <br>
      - `payment_contract_id` string — This parameter can be found in the portal on the Payment Provider Contract attached to your organization or given to you by a Verifone employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
      - `shopper_interaction` 'ECOMMERCE' | 'MAIL' | 'TELEPHONE' — Used to indicate the channel used by to send they checkout link <br /> * ECOMMERCE <br /> * MAIL - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br /> * TELEPHONE - value is used only in Virtual terminal transactions and cannot be used in createCheckout API call <br />
      - `authorization_type` string — Card Authorization Type (PRE_AUTH, FINAL_AUTH). When capture now is set to true pre-authorization transactions cannot be done.
      - `capture_now` boolean — True - transaction will be sent as authCapture and automatically captured. <br /> False - transaction will be sent as auth and only authorized. NOT CAPTURED. <br /> If you don't have any value in the capture_now parameter, at the moment of the call the value will be set as TRUE.
      - `card_encryption_key_alias` string — Public key alias
  - `created_at` string, date-time, required — Checkout created time
  - `updated_at` string, date-time, required — Checkout updated time
  - `transaction_id` string — Id of a successfully processed transaction with the Checkout
  - `customer_ip` string — Customer IP address from the last viewing of the Checkout page
  - `user_agent` string — User agent of the browser of the Customer from the last time the Checkout was viewed
  - `i18n` I18nResponse
    - `default_language` string — Default language is used for displaying the page. Any customer language choice would override this option
    - `fallback_language` string — Fallback language is used when DEFAULT_LANGUAGE is invalid. Any customer language choice would override this option
    - `show_language_options` boolean — Indicates whether a language selection option should be shown to the customer on the Checkout page or not
  - `events` Event[]
    - `type` string, required — Type of event which occurred
    - `id` string, required — Id of the event
    - `timestamp` string, date-time, required — Time at which the event occurred
    - `details` Details
  - `status` string — Checkout Status
  - `notification_methods` NotificationMethods — Parameter is used for the PAYMENT_LINK interaction type in order to specify the payment link delivery method ( Email or SMS )
    - `email` EmailNotification
      - `email_address` string — Email address to which notification will be sent. This field can only be used for Pay By Link feature.
    - `sms` SMSNotification
      - `phone_number` string — Phone number to which notification will be sent. This field can only be used for Pay By Link feature.
  - `display_line_items` boolean — Indicates whether line items should be displayed on the page. Defaults to true
  - `line_items` LineItemResponse[] — List of shopping cart items, to be displayed on the page. Read <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/line-items">Line items</a> for details.
    - `image_url` string — Image URL for the line item
    - `item_url` string — Item URL for the line item
    - `image_id` string — Image ID for the line item
    - `name` string, required — Descriptive name of the order line item
    - `quantity` integer — Quantity of the order line item
    - `unit_price` number, required — Unit Price
    - `unit_price_tax` number — Unit Price Tax
    - `tax_rate` number — Additional details specific to this type of event
    - `total_tax_amount` number — Total tax amount
    - `total_amount` number, required — Total Amount
    - `sku` string — The stock keeping unit (SKU) for the item.
    - `description` string — The detailed item description.
    - `category` 'DIGITAL_GOODS' | 'PHYSICAL_GOODS' — The item category type. <br /> The possible values are: <br /> * DIGITAL_GOODS - Goods that are stored, delivered, and used in their electronic format. This value is not currently supported for API callers that leverage the [PayPal for Commerce Platform](https://www.paypal.com/us/webapps/mpp/commerce-platform) product. <br /> * DIGITAL_GOODS - A tangible item that can be shipped with proof of delivery. <br />
  - `interaction_type` 'HPP' | 'IFRAME' | 'PAYMENT_LINK' — Type of checkout. Allows for distinguishing payments accepted via different channels. <br /> Possible Values: <br /> * HPP - For payments done as Hosted Payments Page integration.<br /> * IFRAME - For payments done as an Iframe integration.<br /> * PAYMENT_LINK - For payments done through the Payment link feature in the merchant portal.
  - `payment_method_used` 'card' | 'paypal' | 'googlePay' | 'applePay' | 'vipps' | 'mobilePay' | 'gpp2' | 'giftCard' | 'swish' | 'klarna' | 'giftCard' | 'plcc' — Payment method used on the checkout
  - `url` string — URL of the Checkout
  - `theme_id` string — Parameter that was created within the create theme API call that applies the customizations upon the checkout interface. Read <a target="_blank" href="https://docs.verifone.com/online-payments/checkout/theming">Theming</a> for details.
  - `receipt_type` 'INVOICE' | 'FULL_RECEIPT' | 'SIMPLE_RECEIPT' | 'INVOICE_RECEIPT' — Can be used to send different invoices to the customer. <br /> Possible Values: <br /> * INVOICE <br /> * FULL_RECEIPT <br /> * SIMPLE_RECEIPT <br /> * INVOICE_RECEIPT <br />
  - `sales_description` string — General description of the document
  - `customer_details` CustomerDetails
    - `billing` Billing
      - `address_1` string — Customer's primary billing address information.
      - `address_2` string — Customer's secondary billing address information.
      - `address_3` string — Customer's third billing address information.
      - `city` string — Customer's city on their billing address.
      - `country_code` string — Customer's alpha 2 digit ISO 3166 country code. (e.g. United States = US)
      - `first_name` string — Customer's first name. <br /> **Required** in case that companyName is not provided.
      - `middle_name` string — Customer's middle name.
      - `last_name` string — Customer's last name. <br /> **Required** in case that companyName is not provided.
      - `phone` string — Customer's phone number for billing address.
      - `postal_code` string — Customer's postal code of their billing address. <br /> **Required** if the payment method is PayPal.
      - `state` string — Customer's state or province of their billing address. (e,g. Ohio = OH, Texas = TX)
    - `company_name` string — Company of the customer. . **Required** in case that billing.firstName & billing.lastName are not provided.
    - `company_registration_number` string — Unique identifier of the company, recognised by the government. Known as CoC (Chamber of Commerce) number in some countries
    - `email_address` string — Consumer's email address.<br> **Field required for**: Klarna, Paypal
    - `entity_id` string, required — Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)
    - `phone_number` string — Cardholder's phone number
    - `shipping` Shipping — Shipping details
      - `address` BillingAddress — Shipping Address details
        - `country` string, required — The two-character ISO 3166-1 code that identifies the country or region.
        - `postalCode` string, required — The postal code, which is the zip code or equivalent. Typically required for countries with a postal code or an equivalent.
        - `countrySubdivision` string — The highest level sub-division in a country, which is usually a province, state, or ISO-3166-2 subdivision.
        - `city` string — A city, town, or village. Smaller than admin_area_level_1
        - `addressLine2` string — The second line of the address. For example, suite or apartment number.
        - `addressLine1` string — The first line of the address. For example, number or street. For example, 173 Drury Lane. Required for data entry and compliance and risk checks. Must contain the full address.
      - `fullName` string — Full Name
    - `title` string — Title
    - `work_phone` string — Consumer's work phone number.
    - `tax` Tax — Tax amount
      - `currencyCode` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency code (ISO-4217)
      - `value` integer, required — Integer amount value (100 is 1.00)
  - `promo_code` string — A code defined by the merchant that affects the calculation of the total amount.
  - `invoice_number` string — The invoice number to track this payment. <br /> <b>Note:</b> Valid for card payments only.
  - `transaction_type` string — this field is only applicable for virtual terminal. Supported value for this field is UNMATCHED_REFUND.
  - `created_by` string — User id who created the checkout.
  - `fraud_protection_data` FraudProtectionData
    - `fraud_protection_token` string
    - `client_side_parameters` object
      - `org_id` string
      - `web_session_id` string
  - `unmatched_refund_transaction_id` string — Id of a successfully refunded transaction with the Checkout
  - `allow_customer_inputs` boolean — Allows customer to enter or update their billing/shipping information on the hosted payments page.Only applicable for HPP and PAYMENT_LINK interaction types.
  - `checkout_template_id` string — Checkout template UUID **WARNING**: Only active template allowed.
  - `surcharge_amount` number — An optional additional amount representing the surcharge associated with a payment.
  - `redirect_method` 'DEFAULT' | 'HEADER_REDIRECT' — Configures the redirect behaviour for return_url on successful payment when interaction type is either HPP or PAYMENT_LINK </br> * DEFAULT: The customer will be redirected after spending 10 seconds on the payment confirmation page provided by Verifone. </br> * HEADER_REDIRECT: The payment confirmation page is skipped and the customer is redirected immediately. <br /> <b>Note:</b> This parameter does not have any effect when interaction type is IFRAME.
  - `handle_order_confirmation` boolean — This change will remove the payment confirmation page from the user interface. Payment actions will now be managed through postMessage events.<br /> Checkout Events: <br /> * CHECKOUT_RENDERED: Indicates successful iFrame loading. <br /> * CHECKOUT_RENDERED_FAILED: Signals iFrame loading failure. <br /> * CARD_DETAILS_ENTERED: Triggered after the cardholder inputs card details. <br /> * CHECKOUT_FAILED: Occurs when the checkout process encounters an error. <br /> Payment Action listerer events: <br /> * CONTINUE: Initiates the payment process. <br /> **Note:** This parameter has no effect when the interaction type is HPP or PAYMENT_LINK.
  - `show_confirmation_page` boolean — This change will remove the payment confirmation page from the user interface. Payment actions will now be managed through postMessage events.<br /> Checkout Events: <br /> * CARD_CAPTURE_SUCCESS: Indicates successful card capture. <br /> * CHECKOUT_COMPLETED: Signals successful completion of the checkout process. <br /> * CHECKOUT_FAILED: Occurs when the checkout process encounters an error. <br /> **Note:** This parameter has no effect when the interaction type is HPP or PAYMENT_LINK.
  - `promo_financing_details` PromoFinancingDetails
    - `promo_financing_type` 'PROMO_APR' | 'PROMO_AND_AFTER_APR' — Type of special financing information requested. Promotional information may be requested for duration of the promo only (`PROMO_APR`) or for during and after promo period (`PROMO_AND_AFTER_APR`).
    - `promo_plan` string — The code or name of a promotional financing plan as set up between merchant and issuer.
    - `promo_plan_expiry` string, date — Expiry date for the requested promo plan. The format for the date is Mongo DB ISO 8601. <br /> <b>Example:</b> 2026-03-20T10:48:00.000Z <br />

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/verifone/apis/checkout-api.md) · [All operations](https://skmtc.net/verifone/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifone/checkout-api/revisions/ed8dc1f12a5a/schema)
