---
title: "Get a checkout by id"
method: GET
path: "/v2/checkout/{checkoutId}"
tags: ["Checkout"]
---

# Get a checkout by id

`GET /v2/checkout/{checkoutId}`

## Path parameters

- `checkoutId` string, required

## 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 OnlinePay 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
      - `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 OnlinePay 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. OnlinePay 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 customers 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 /> 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.
    - `google_pay` GooglePay — Google Pay 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` 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 OnlinePay 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
      - `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 OnlinePay employee. It is used to retrieve MID and other merchant configurations necessary for a card payment.
        - `token_preference` TokenPreference — unresolved $ref
  - `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
  - `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' | 'googlePay' | 'applePay' — 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. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
      - `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. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
      - `country_code` string — Customer's alpha 2 digit ISO 3166 country code. (e.g. United States = US) <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
      - `first_name` string — Customer's first name. **Required** in case that companyName is not provided. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
      - `middle_name` string — Customer's middle name. <br />
      - `last_name` string — Customer's last name. **Required** in case that companyName is not provided. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
      - `phone` string — Customer's phone number for billing address.
      - `postal_code` string — Customer's postal code of their billing address. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements. Required unless market or regional mandate restricts sending this information.
      - `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.
    - `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
      - `address_1` string — Consumer's primary shipping address information.</br> **Field required for**: Google Pay, Apple Pay
      - `address_2` string — Consumer's secondary shipping address information.
      - `address_3` string — Consumer's third shipping address information.
      - `city` string — Consumer's city on their shipping address.</br> **Field required for**: Google Pay, Apple Pay
      - `first_name` string — Consumer's first name.
      - `middle_name` string — Consumer's middle name.
      - `last_name` string — Consumer's last name.
      - `phone` string — Consumer's phone number.
      - `country_code` string — Consumer's alpha 2 digit ISO 3166 country code. (e.g. United States = US)</br> **Field required for**: Google Pay, Apple Pay
      - `postal_code` string — Consumer's postal code of their shipping address.</br> **Field required for**: Google Pay, Apple Pay
      - `state` string — Consumer's state or province of their shipping address. (e,g. Ohio = OH, Texas = TX)
    - `title` string — Title
    - `work_phone` string — Consumer's work phone number.
    - `tax` Tax
      - `identifier` string — An optional identifier of the document recipient:<br> Personal ID (for individuals) <br>Tax identification number (for business)
  - `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.
  - `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
  - `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.
  - `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.

## Other responses

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

---

[API](https://skmtc.dev/westpac/apis/checkout-api.md) · [All operations](https://skmtc.dev/westpac/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/westpac/checkout-api/revisions/97b34ca7df9a/schema)
