From 5b31e31eaa59cefe2d129ff0cbd842f129e8f1ee Mon Sep 17 00:00:00 2001 From: corepay <48992923+corepay@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:26:14 -0400 Subject: [PATCH] updated transaction types --- ...tions_types.AchTransactionQueryParams.html | 2 +- ...ons_types.AchTransactionQueryResponse.html | 2 +- ...ions_types.CardTransactionQueryParams.html | 2 +- ...types.PaymentTransactionFetchResponse.html | 2 +- ..._types.PaymentTransactionListResponse.html | 60 ++++--- ..._types.PaymentTransactionResultObject.html | 157 ++++++++++-------- 6 files changed, 123 insertions(+), 102 deletions(-) diff --git a/js-sdk/types/resources_transactions_types.AchTransactionQueryParams.html b/js-sdk/types/resources_transactions_types.AchTransactionQueryParams.html index 13b8bf6..bf26f51 100644 --- a/js-sdk/types/resources_transactions_types.AchTransactionQueryParams.html +++ b/js-sdk/types/resources_transactions_types.AchTransactionQueryParams.html @@ -94,7 +94,7 @@
trxn_status
+
  • Defined in resources/transactions/types.ts:117
  • +
  • Defined in resources/transactions/types.ts:152
  • +
  • Defined in resources/transactions/types.ts:81
  • +
  • Defined in resources/transactions/types.ts:44
  • -
    -

    Param

    Payment transactions list response.

    - -

    Param

    The status of the transaction. Possible response values are 'ok' and 'error'.

    - -

    Param

    The payment gateway response code. See Payment Response Codes for code descriptions.

    - -

    Param

    Message associated with the response code.

    - -

    Param

    Payment transaction results object.

    - -

    Param

    Total number of transactions matching the query.

    - -

    Param

    Total number of transactions returned.

    - -

    Param

    Total number of transactions skipped.

    - -

    Param

    Array of fetched payment transaction objects that match the query.

    -
    +
    +
  • Defined in resources/transactions/types.ts:58
  • -
    -

    Param

    Payment transaction result object.

    - -

    Param

    ID of the transaction.

    - -

    Param

    Status of the transaction. Values are 'approved' or 'declined'.

    - -

    Param

    Date and time transaction was processed. Example: '09-26-2023 06:31 PM'.

    - -

    Param

    Type of transaction processed. Values are 'sale', 'authorize', 'capture', 'void' and 'refund'.

    - -

    Param

    Cardholder name as it appears on the card.

    - -

    Param

    Type of payment. Values are 'cc' (Credit Card) and 'ach' (ACH/Bank).

    - -

    Param

    Card brand. Values are 'visa', 'mastercard', 'amex', 'discover', 'jcb', diners'.

    - -

    Param

    Amount processed.

    - -

    Param

    ID of the invoice (if provided in the payment request).

    - -

    Param

    ID of the order.

    - -

    Param

    Host processor authorization code.

    - -

    Param

    Address verification service code (if enabled).

    - -

    Param

    Card verification code (if enabled).

    - -

    Param

    Last 4 digits of the card number processed.

    - -

    Param

    '0' = transaction not settled. '1' = transaction has been settled.

    - -

    Param

    Transaction settlement date.

    - -

    Param

    Transaction settlement amount.

    -
    +
    +
  • Defined in resources/transactions/types.ts:4