@payabli/sdk-node 0.0.117 → 0.0.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -13
- package/dist/cjs/BaseClient.d.ts +7 -7
- package/dist/cjs/BaseClient.js +3 -1
- package/dist/cjs/Client.d.ts +1 -2
- package/dist/cjs/api/errors/BadRequestError.js +5 -1
- package/dist/cjs/api/errors/ConflictError.js +5 -1
- package/dist/cjs/api/errors/ForbiddenError.js +5 -1
- package/dist/cjs/api/errors/InternalServerError.js +5 -1
- package/dist/cjs/api/errors/ServiceUnavailableError.js +5 -1
- package/dist/cjs/api/errors/UnauthorizedError.js +5 -1
- package/dist/cjs/api/resources/bill/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +2 -1
- package/dist/cjs/api/resources/boarding/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/chargeBacks/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/checkCapture/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/cloud/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/customer/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/export/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/export/client/Client.js +5 -21
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/import/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/import/client/Client.js +5 -21
- package/dist/cjs/api/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/index.js +4 -1
- package/dist/cjs/api/resources/invoice/client/Client.d.ts +6 -5
- package/dist/cjs/api/resources/invoice/client/Client.js +5 -3
- package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.d.ts +5 -3
- package/dist/cjs/api/resources/lineItem/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/lineItem/client/Client.js +5 -21
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +248 -4
- package/dist/cjs/api/resources/moneyIn/client/Client.js +518 -2
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.ts +31 -0
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentV2.d.ts +99 -0
- package/dist/cjs/api/resources/moneyIn/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/moneyIn/errors/CaptureError.js +5 -1
- package/dist/cjs/api/resources/moneyIn/errors/InvalidTransStatusError.js +5 -1
- package/dist/cjs/api/resources/moneyIn/types/AuthResponseResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/CaptureResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/GetPaidResponseData.d.ts +3 -3
- package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +7 -3
- package/dist/cjs/api/resources/moneyIn/types/ValidateResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/VoidResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +1 -2
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.d.ts +2 -2
- package/dist/cjs/api/resources/notification/client/Client.d.ts +14 -7
- package/dist/cjs/api/resources/notification/client/Client.js +18 -21
- package/dist/cjs/api/resources/notificationlogs/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/notificationlogs/client/Client.js +5 -21
- package/dist/cjs/api/resources/ocr/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/ocr/client/Client.js +5 -21
- package/dist/cjs/api/resources/organization/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/organization/client/Client.js +5 -21
- package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +4 -10
- package/dist/cjs/api/resources/paymentLink/client/Client.js +8 -24
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataInvoice.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +2 -2
- package/dist/cjs/api/resources/paymentMethodDomain/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/paymentMethodDomain/client/Client.js +5 -21
- package/dist/cjs/api/resources/paypoint/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/paypoint/client/Client.js +5 -21
- package/dist/cjs/api/resources/query/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/query/client/Client.js +5 -21
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +158 -0
- package/dist/cjs/api/resources/statistic/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/statistic/client/Client.js +5 -21
- package/dist/cjs/api/resources/subscription/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/subscription/client/Client.js +5 -21
- package/dist/cjs/api/resources/templates/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/templates/client/Client.js +5 -21
- package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +52 -7
- package/dist/cjs/api/resources/tokenStorage/client/Client.js +56 -21
- package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.d.ts +23 -0
- package/dist/cjs/api/resources/tokenStorage/client/requests/GetMethodRequest.d.ts +6 -0
- package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.ts +22 -0
- package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +101 -1
- package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStorage.d.ts +1 -0
- package/dist/cjs/api/resources/tokenStorage/types/VendorDataRequest.d.ts +9 -0
- package/dist/cjs/api/resources/tokenStorage/types/VendorDataRequest.js +3 -0
- package/dist/cjs/api/resources/tokenStorage/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/tokenStorage/types/index.js +1 -0
- package/dist/cjs/api/resources/user/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/user/client/Client.js +5 -21
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestAuthResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestAuthResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestCaptureResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestCaptureResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestRefundResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestRefundResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestVoidResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/BadRequestVoidResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedAuthResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedAuthResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedCaptureResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedCaptureResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedRefundResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedRefundResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedVoidResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/DeclinedVoidResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/InternalServerResponseErrorV2.d.ts +6 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/InternalServerResponseErrorV2.js +54 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/index.d.ts +9 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/errors/index.js +25 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/index.d.ts +2 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/index.js +18 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.ts +22 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestError.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestErrorDetail.d.ts +9 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestErrorDetail.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.ts +761 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2InternalServerError.d.ts +21 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2InternalServerError.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseAction.d.ts +4 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseAction.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.ts +4 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseCode.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseExplanation.d.ts +4 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseExplanation.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseReason.d.ts +4 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseReason.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetailResponseData.d.ts +65 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetailResponseData.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +1003 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionResponseWrapper.d.ts +13 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionResponseWrapper.js +3 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/index.d.ts +11 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/index.js +27 -0
- package/dist/cjs/api/resources/vendor/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/vendor/client/Client.js +5 -21
- package/dist/cjs/api/resources/wallet/client/Client.d.ts +1 -7
- package/dist/cjs/api/resources/wallet/client/Client.js +5 -21
- package/dist/cjs/api/types/ApplicationData.d.ts +1 -0
- package/dist/cjs/api/types/ApplicationDataManaged.d.ts +1 -0
- package/dist/cjs/api/types/ApplicationDataOdp.d.ts +1 -0
- package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +1 -0
- package/dist/cjs/api/types/{Avsresponsetext.d.ts → AvsResponse.d.ts} +1 -1
- package/dist/cjs/api/types/AvsResponse.js +3 -0
- package/dist/{esm/api/types/Avsresponsetext.d.mts → cjs/api/types/AvsResponseText.d.ts} +1 -1
- package/dist/cjs/api/types/AvsResponseText.js +3 -0
- package/dist/cjs/api/types/CustomerVaultId.d.ts +1 -0
- package/dist/cjs/api/types/CustomerVaultId.js +3 -0
- package/dist/cjs/api/types/{Cvvresponsetext.d.ts → CvvResponse.d.ts} +1 -1
- package/dist/cjs/api/types/CvvResponse.js +3 -0
- package/dist/{esm/api/types/Cvvresponsetext.d.mts → cjs/api/types/CvvResponseText.d.ts} +1 -1
- package/dist/cjs/api/types/CvvResponseText.js +3 -0
- package/dist/cjs/api/types/EmvAuthResponseData.d.ts +4 -0
- package/dist/cjs/api/types/EmvAuthResponseData.js +3 -0
- package/dist/cjs/api/types/Frequency.d.ts +1 -1
- package/dist/cjs/api/types/Frequency.js +1 -1
- package/dist/cjs/api/types/FrequencyList.d.ts +1 -1
- package/dist/cjs/api/types/MaxTicket.d.ts +4 -0
- package/dist/cjs/api/types/MaxTicket.js +3 -0
- package/dist/cjs/api/types/MinTicket.d.ts +4 -0
- package/dist/cjs/api/types/MinTicket.js +3 -0
- package/dist/cjs/api/types/OnCreate.d.ts +4 -0
- package/dist/cjs/api/types/OnCreate.js +3 -0
- package/dist/cjs/api/types/PayabliApiResponse0.d.ts +2 -2
- package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +2 -2
- package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +3 -2
- package/dist/cjs/api/types/PayorDataResponse.d.ts +1 -1
- package/dist/cjs/api/types/QueryResponseData.d.ts +41 -10
- package/dist/cjs/api/types/QueryResponseSettlements.d.ts +134 -0
- package/dist/cjs/api/types/QuerySubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/types/QueryTransactionPayorData.d.ts +1 -1
- package/dist/cjs/api/types/ResultCodeText.d.ts +4 -0
- package/dist/cjs/api/types/ResultCodeText.js +3 -0
- package/dist/cjs/api/types/ResultCodev2.d.ts +4 -0
- package/dist/cjs/api/types/ResultCodev2.js +3 -0
- package/dist/cjs/api/types/index.d.ts +11 -2
- package/dist/cjs/api/types/index.js +11 -2
- package/dist/cjs/auth/HeaderAuthProvider.d.ts +4 -2
- package/dist/cjs/errors/PayabliError.js +5 -1
- package/dist/cjs/errors/PayabliTimeoutError.js +5 -1
- package/dist/cjs/version.d.ts +1 -0
- package/dist/cjs/version.js +4 -0
- package/dist/esm/BaseClient.d.mts +7 -7
- package/dist/esm/BaseClient.mjs +3 -1
- package/dist/esm/Client.d.mts +1 -2
- package/dist/esm/api/errors/BadRequestError.mjs +5 -1
- package/dist/esm/api/errors/ConflictError.mjs +5 -1
- package/dist/esm/api/errors/ForbiddenError.mjs +5 -1
- package/dist/esm/api/errors/InternalServerError.mjs +5 -1
- package/dist/esm/api/errors/ServiceUnavailableError.mjs +5 -1
- package/dist/esm/api/errors/UnauthorizedError.mjs +5 -1
- package/dist/esm/api/resources/bill/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +2 -1
- package/dist/esm/api/resources/boarding/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/chargeBacks/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/checkCapture/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/cloud/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/customer/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/export/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/export/client/Client.mjs +5 -21
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/import/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/import/client/Client.mjs +5 -21
- package/dist/esm/api/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/index.mjs +3 -0
- package/dist/esm/api/resources/invoice/client/Client.d.mts +6 -5
- package/dist/esm/api/resources/invoice/client/Client.mjs +5 -3
- package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.d.mts +5 -3
- package/dist/esm/api/resources/lineItem/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/lineItem/client/Client.mjs +5 -21
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +248 -4
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +518 -2
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.mts +31 -0
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentV2.d.mts +99 -0
- package/dist/esm/api/resources/moneyIn/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/moneyIn/errors/CaptureError.mjs +5 -1
- package/dist/esm/api/resources/moneyIn/errors/InvalidTransStatusError.mjs +5 -1
- package/dist/esm/api/resources/moneyIn/types/AuthResponseResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/CaptureResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/GetPaidResponseData.d.mts +3 -3
- package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +7 -3
- package/dist/esm/api/resources/moneyIn/types/ValidateResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/VoidResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +1 -2
- package/dist/esm/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.d.mts +2 -2
- package/dist/esm/api/resources/notification/client/Client.d.mts +14 -7
- package/dist/esm/api/resources/notification/client/Client.mjs +18 -21
- package/dist/esm/api/resources/notificationlogs/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/notificationlogs/client/Client.mjs +5 -21
- package/dist/esm/api/resources/ocr/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/ocr/client/Client.mjs +5 -21
- package/dist/esm/api/resources/organization/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/organization/client/Client.mjs +5 -21
- package/dist/esm/api/resources/paymentLink/client/Client.d.mts +4 -10
- package/dist/esm/api/resources/paymentLink/client/Client.mjs +8 -24
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataInvoice.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +2 -2
- package/dist/esm/api/resources/paymentMethodDomain/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/paymentMethodDomain/client/Client.mjs +5 -21
- package/dist/esm/api/resources/paypoint/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/paypoint/client/Client.mjs +5 -21
- package/dist/esm/api/resources/query/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/query/client/Client.mjs +5 -21
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +158 -0
- package/dist/esm/api/resources/statistic/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/statistic/client/Client.mjs +5 -21
- package/dist/esm/api/resources/subscription/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/subscription/client/Client.mjs +5 -21
- package/dist/esm/api/resources/templates/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/templates/client/Client.mjs +5 -21
- package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +52 -7
- package/dist/esm/api/resources/tokenStorage/client/Client.mjs +56 -21
- package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.d.mts +23 -0
- package/dist/esm/api/resources/tokenStorage/client/requests/GetMethodRequest.d.mts +6 -0
- package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.mts +22 -0
- package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +101 -1
- package/dist/esm/api/resources/tokenStorage/types/RequestTokenStorage.d.mts +1 -0
- package/dist/esm/api/resources/tokenStorage/types/VendorDataRequest.d.mts +9 -0
- package/dist/esm/api/resources/tokenStorage/types/VendorDataRequest.mjs +2 -0
- package/dist/esm/api/resources/tokenStorage/types/index.d.mts +1 -0
- package/dist/esm/api/resources/tokenStorage/types/index.mjs +1 -0
- package/dist/esm/api/resources/user/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/user/client/Client.mjs +5 -21
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestAuthResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestAuthResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestCaptureResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestCaptureResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestRefundResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestRefundResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestVoidResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/BadRequestVoidResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedAuthResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedAuthResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedCaptureResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedCaptureResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedRefundResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedRefundResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedVoidResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/DeclinedVoidResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/InternalServerResponseErrorV2.d.mts +6 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/InternalServerResponseErrorV2.mjs +17 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/index.d.mts +9 -0
- package/dist/esm/api/resources/v2MoneyInTypes/errors/index.mjs +9 -0
- package/dist/esm/api/resources/v2MoneyInTypes/index.d.mts +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/index.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.mts +22 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestError.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestErrorDetail.d.mts +9 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestErrorDetail.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.mts +761 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2InternalServerError.d.mts +21 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2InternalServerError.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseAction.d.mts +4 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseAction.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.mts +4 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseCode.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseExplanation.d.mts +4 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseExplanation.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseReason.d.mts +4 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseReason.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetailResponseData.d.mts +65 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetailResponseData.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +1003 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionResponseWrapper.d.mts +13 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionResponseWrapper.mjs +2 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/index.d.mts +11 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/index.mjs +11 -0
- package/dist/esm/api/resources/vendor/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/vendor/client/Client.mjs +5 -21
- package/dist/esm/api/resources/wallet/client/Client.d.mts +1 -7
- package/dist/esm/api/resources/wallet/client/Client.mjs +5 -21
- package/dist/esm/api/types/ApplicationData.d.mts +1 -0
- package/dist/esm/api/types/ApplicationDataManaged.d.mts +1 -0
- package/dist/esm/api/types/ApplicationDataOdp.d.mts +1 -0
- package/dist/esm/api/types/ApplicationDataPayIn.d.mts +1 -0
- package/dist/esm/api/types/AvsResponse.d.mts +4 -0
- package/dist/esm/api/types/AvsResponse.mjs +2 -0
- package/dist/esm/api/types/AvsResponseText.d.mts +4 -0
- package/dist/esm/api/types/AvsResponseText.mjs +2 -0
- package/dist/esm/api/types/CustomerVaultId.d.mts +1 -0
- package/dist/esm/api/types/CustomerVaultId.mjs +2 -0
- package/dist/esm/api/types/CvvResponse.d.mts +4 -0
- package/dist/esm/api/types/CvvResponse.mjs +2 -0
- package/dist/esm/api/types/CvvResponseText.d.mts +4 -0
- package/dist/esm/api/types/CvvResponseText.mjs +2 -0
- package/dist/esm/api/types/EmvAuthResponseData.d.mts +4 -0
- package/dist/esm/api/types/EmvAuthResponseData.mjs +2 -0
- package/dist/esm/api/types/Frequency.d.mts +1 -1
- package/dist/esm/api/types/Frequency.mjs +1 -1
- package/dist/esm/api/types/FrequencyList.d.mts +1 -1
- package/dist/esm/api/types/MaxTicket.d.mts +4 -0
- package/dist/esm/api/types/MaxTicket.mjs +2 -0
- package/dist/esm/api/types/MinTicket.d.mts +4 -0
- package/dist/esm/api/types/MinTicket.mjs +2 -0
- package/dist/esm/api/types/OnCreate.d.mts +4 -0
- package/dist/esm/api/types/OnCreate.mjs +2 -0
- package/dist/esm/api/types/PayabliApiResponse0.d.mts +2 -2
- package/dist/esm/api/types/PayabliApiResponse0000.d.mts +2 -2
- package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +3 -2
- package/dist/esm/api/types/PayorDataResponse.d.mts +1 -1
- package/dist/esm/api/types/QueryResponseData.d.mts +41 -10
- package/dist/esm/api/types/QueryResponseSettlements.d.mts +134 -0
- package/dist/esm/api/types/QuerySubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/types/QueryTransactionPayorData.d.mts +1 -1
- package/dist/esm/api/types/ResultCodeText.d.mts +4 -0
- package/dist/esm/api/types/ResultCodeText.mjs +2 -0
- package/dist/esm/api/types/ResultCodev2.d.mts +4 -0
- package/dist/esm/api/types/ResultCodev2.mjs +2 -0
- package/dist/esm/api/types/index.d.mts +11 -2
- package/dist/esm/api/types/index.mjs +11 -2
- package/dist/esm/auth/HeaderAuthProvider.d.mts +4 -2
- package/dist/esm/errors/PayabliError.mjs +5 -1
- package/dist/esm/errors/PayabliTimeoutError.mjs +5 -1
- package/dist/esm/version.d.mts +1 -0
- package/dist/esm/version.mjs +1 -0
- package/package.json +7 -4
- package/reference.md +475 -8
- /package/dist/cjs/api/{types/Avsresponsetext.js → resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.js} +0 -0
- /package/dist/cjs/api/{types/Cvvresponsetext.js → resources/moneyIn/client/requests/RequestPaymentV2.js} +0 -0
- /package/dist/esm/api/{types/Avsresponsetext.mjs → resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.mjs} +0 -0
- /package/dist/esm/api/{types/Cvvresponsetext.mjs → resources/moneyIn/client/requests/RequestPaymentV2.mjs} +0 -0
|
@@ -0,0 +1,1003 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Complete transaction details returned by v2 Money In endpoints. This matches the structure of the transaction details previously returned by the v1 details endpoint.
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* parentOrgName: "Mrinal's Pet Supplies",
|
|
8
|
+
* paypointDbaname: "Mrinal's Pet Shop North",
|
|
9
|
+
* paypointLegalname: "Mrinal's Pet Shop North",
|
|
10
|
+
* paypointEntryname: "495147f647",
|
|
11
|
+
* paymentTransId: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
12
|
+
* connectorName: "gp",
|
|
13
|
+
* externalProcessorInformation: "",
|
|
14
|
+
* gatewayTransId: "TRN_Ih68D6UZdip7OEQ2QFXat1yQSLF2nB",
|
|
15
|
+
* orderId: null,
|
|
16
|
+
* method: "card",
|
|
17
|
+
* batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
|
|
18
|
+
* batchAmount: 420,
|
|
19
|
+
* payorId: 40144,
|
|
20
|
+
* paymentData: {
|
|
21
|
+
* maskedAccount: "4XXXXXXXXXXX5439",
|
|
22
|
+
* accountType: "visa",
|
|
23
|
+
* accountExp: "12/25",
|
|
24
|
+
* holderName: "John Cassian",
|
|
25
|
+
* storedId: null,
|
|
26
|
+
* initiator: null,
|
|
27
|
+
* storedMethodUsageType: null,
|
|
28
|
+
* sequence: null,
|
|
29
|
+
* orderDescription: "",
|
|
30
|
+
* accountId: null,
|
|
31
|
+
* signatureData: null,
|
|
32
|
+
* binData: {
|
|
33
|
+
* binMatchedLength: "6",
|
|
34
|
+
* binCardBrand: "VISA",
|
|
35
|
+
* binCardType: "CREDIT",
|
|
36
|
+
* binCardCategory: "CLASSIC",
|
|
37
|
+
* binCardIssuer: "",
|
|
38
|
+
* binCardIssuerCountry: "RUSSIAN FEDERATION",
|
|
39
|
+
* binCardIssuerCountryCodeA2: "RU",
|
|
40
|
+
* binCardIssuerCountryNumber: "643",
|
|
41
|
+
* binCardIsRegulated: "",
|
|
42
|
+
* binCardUseCategory: "",
|
|
43
|
+
* binCardIssuerCountryCodeA3: ""
|
|
44
|
+
* },
|
|
45
|
+
* paymentDetails: {
|
|
46
|
+
* totalAmount: 105,
|
|
47
|
+
* serviceFee: 5,
|
|
48
|
+
* checkNumber: null,
|
|
49
|
+
* checkImage: null,
|
|
50
|
+
* checkUniqueId: "",
|
|
51
|
+
* currency: "USD",
|
|
52
|
+
* orderDescription: null,
|
|
53
|
+
* orderId: null,
|
|
54
|
+
* orderIdAlternative: null,
|
|
55
|
+
* paymentDescription: null,
|
|
56
|
+
* groupNumber: null,
|
|
57
|
+
* source: null,
|
|
58
|
+
* payabliTransId: null,
|
|
59
|
+
* unbundled: null,
|
|
60
|
+
* categories: [],
|
|
61
|
+
* splitFunding: []
|
|
62
|
+
* }
|
|
63
|
+
* },
|
|
64
|
+
* transStatus: 1,
|
|
65
|
+
* paypointId: 3040,
|
|
66
|
+
* totalAmount: 105,
|
|
67
|
+
* netAmount: 100,
|
|
68
|
+
* feeAmount: 5,
|
|
69
|
+
* settlementStatus: 0,
|
|
70
|
+
* operation: "Sale",
|
|
71
|
+
* responseData: {
|
|
72
|
+
* response: null,
|
|
73
|
+
* resultCode: "A0000",
|
|
74
|
+
* resultCodeText: "Approved",
|
|
75
|
+
* responsetext: "CAPTURED",
|
|
76
|
+
* authcode: "AXS425",
|
|
77
|
+
* transactionid: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
78
|
+
* avsresponse: "N",
|
|
79
|
+
* avsresponse_text: "No Match, No address or ZIP match",
|
|
80
|
+
* cvvresponse: "M",
|
|
81
|
+
* cvvresponse_text: "CVV2/CVC2 match",
|
|
82
|
+
* orderid: null,
|
|
83
|
+
* type: null,
|
|
84
|
+
* response_code: "100",
|
|
85
|
+
* response_code_text: "Operation successful",
|
|
86
|
+
* customer_vault_id: null,
|
|
87
|
+
* emv_auth_response_data: null
|
|
88
|
+
* },
|
|
89
|
+
* source: "api",
|
|
90
|
+
* scheduleReference: 0,
|
|
91
|
+
* orgId: 17448,
|
|
92
|
+
* refundId: 0,
|
|
93
|
+
* returnedId: 0,
|
|
94
|
+
* chargebackId: 0,
|
|
95
|
+
* retrievalId: 0,
|
|
96
|
+
* transAdditionalData: null,
|
|
97
|
+
* invoiceData: {
|
|
98
|
+
* invoiceNumber: null,
|
|
99
|
+
* invoiceDate: null,
|
|
100
|
+
* invoiceDueDate: null,
|
|
101
|
+
* invoiceEndDate: null,
|
|
102
|
+
* invoiceStatus: null,
|
|
103
|
+
* invoiceType: null,
|
|
104
|
+
* frequency: null,
|
|
105
|
+
* paymentTerms: null,
|
|
106
|
+
* termsConditions: null,
|
|
107
|
+
* notes: null,
|
|
108
|
+
* tax: null,
|
|
109
|
+
* discount: null,
|
|
110
|
+
* invoiceAmount: null,
|
|
111
|
+
* freightAmount: null,
|
|
112
|
+
* dutyAmount: null,
|
|
113
|
+
* purchaseOrder: null,
|
|
114
|
+
* firstName: null,
|
|
115
|
+
* lastName: null,
|
|
116
|
+
* company: null,
|
|
117
|
+
* shippingAddress1: null,
|
|
118
|
+
* shippingAddress2: null,
|
|
119
|
+
* shippingCity: null,
|
|
120
|
+
* shippingState: null,
|
|
121
|
+
* shippingZip: null,
|
|
122
|
+
* shippingCountry: null,
|
|
123
|
+
* shippingEmail: null,
|
|
124
|
+
* shippingPhone: null,
|
|
125
|
+
* shippingFromZip: null,
|
|
126
|
+
* summaryCommodityCode: null,
|
|
127
|
+
* items: null,
|
|
128
|
+
* attachments: null,
|
|
129
|
+
* additionalData: null
|
|
130
|
+
* },
|
|
131
|
+
* entrypageId: 0,
|
|
132
|
+
* externalPaypointID: "",
|
|
133
|
+
* isValidatedACH: false,
|
|
134
|
+
* transactionTime: "2025-12-01T09:50:03.559",
|
|
135
|
+
* customer: {
|
|
136
|
+
* identifiers: null,
|
|
137
|
+
* firstName: "David",
|
|
138
|
+
* lastName: "Beckham",
|
|
139
|
+
* companyName: "Driving School LLC",
|
|
140
|
+
* billingAddress1: "Home Address",
|
|
141
|
+
* billingAddress2: "",
|
|
142
|
+
* billingCity: "",
|
|
143
|
+
* billingState: "",
|
|
144
|
+
* billingZip: "45157",
|
|
145
|
+
* billingCountry: "US",
|
|
146
|
+
* billingPhone: "+15555555555",
|
|
147
|
+
* billingEmail: "mrinal.kundu@payabli.com",
|
|
148
|
+
* customerNumber: "C-90010",
|
|
149
|
+
* shippingAddress1: "Home Address",
|
|
150
|
+
* shippingAddress2: "",
|
|
151
|
+
* shippingCity: "",
|
|
152
|
+
* shippingState: "",
|
|
153
|
+
* shippingZip: "45157",
|
|
154
|
+
* shippingCountry: "US",
|
|
155
|
+
* customerId: 40144,
|
|
156
|
+
* customerStatus: 0,
|
|
157
|
+
* additionalData: null
|
|
158
|
+
* },
|
|
159
|
+
* splitFundingInstructions: null,
|
|
160
|
+
* cfeeTransactions: [{
|
|
161
|
+
* cFeeTransid: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
162
|
+
* transStatus: 1,
|
|
163
|
+
* feeAmount: 5,
|
|
164
|
+
* settlementStatus: 0,
|
|
165
|
+
* operation: "Sale",
|
|
166
|
+
* responseData: {},
|
|
167
|
+
* refundId: 0,
|
|
168
|
+
* transactionTime: "2025-12-01T09:50:03.559"
|
|
169
|
+
* }],
|
|
170
|
+
* transactionEvents: [{
|
|
171
|
+
* transEvent: "Created",
|
|
172
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
173
|
+
* eventTime: "2025-12-01T09:50:02.558651"
|
|
174
|
+
* }, {
|
|
175
|
+
* transEvent: "Approved",
|
|
176
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
177
|
+
* eventTime: "2025-12-01T09:50:03.609111"
|
|
178
|
+
* }],
|
|
179
|
+
* pendingFeeAmount: 0,
|
|
180
|
+
* riskFlagged: false,
|
|
181
|
+
* riskFlaggedOn: "2025-12-01T09:50:02.5474568",
|
|
182
|
+
* riskStatus: "PASSED",
|
|
183
|
+
* riskReason: "",
|
|
184
|
+
* riskAction: "",
|
|
185
|
+
* riskActionCode: 0,
|
|
186
|
+
* deviceId: "",
|
|
187
|
+
* achSecCode: "",
|
|
188
|
+
* achHolderType: Payabli.AchHolderType.Personal,
|
|
189
|
+
* ipAddress: "255.255.255.255",
|
|
190
|
+
* isSameDayACH: false,
|
|
191
|
+
* walletType: null
|
|
192
|
+
* }
|
|
193
|
+
*
|
|
194
|
+
* @example
|
|
195
|
+
* {
|
|
196
|
+
* parentOrgName: "Mountain View Services",
|
|
197
|
+
* paypointDbaname: "Mountain View Auto",
|
|
198
|
+
* paypointLegalname: "Mountain View Automotive Services LLC",
|
|
199
|
+
* paypointEntryname: "31ae451b89",
|
|
200
|
+
* paymentTransId: "2145-7b8fa3c9d5e64f73b2ee5a6b14bd39cd",
|
|
201
|
+
* connectorName: "checkcommerce",
|
|
202
|
+
* externalProcessorInformation: "",
|
|
203
|
+
* gatewayTransId: "ACH_TRN_8K92D7VZexp8PFR3RGYbu2zRTMG3oC",
|
|
204
|
+
* orderId: null,
|
|
205
|
+
* method: "ach",
|
|
206
|
+
* batchNumber: "checkcommerce_2145_ach_12-01-2025",
|
|
207
|
+
* batchAmount: 525,
|
|
208
|
+
* payorId: 38267,
|
|
209
|
+
* paymentData: {
|
|
210
|
+
* maskedAccount: "XXXXX4532",
|
|
211
|
+
* accountType: "Checking",
|
|
212
|
+
* accountExp: null,
|
|
213
|
+
* holderName: "Sarah Martinez",
|
|
214
|
+
* storedId: null,
|
|
215
|
+
* initiator: null,
|
|
216
|
+
* storedMethodUsageType: null,
|
|
217
|
+
* sequence: null,
|
|
218
|
+
* orderDescription: "",
|
|
219
|
+
* accountId: null,
|
|
220
|
+
* signatureData: null,
|
|
221
|
+
* binData: null,
|
|
222
|
+
* paymentDetails: {
|
|
223
|
+
* totalAmount: 105,
|
|
224
|
+
* serviceFee: 5,
|
|
225
|
+
* checkNumber: null,
|
|
226
|
+
* checkImage: null,
|
|
227
|
+
* checkUniqueId: "",
|
|
228
|
+
* currency: "USD",
|
|
229
|
+
* orderDescription: null,
|
|
230
|
+
* orderId: null,
|
|
231
|
+
* orderIdAlternative: null,
|
|
232
|
+
* paymentDescription: null,
|
|
233
|
+
* groupNumber: null,
|
|
234
|
+
* source: null,
|
|
235
|
+
* payabliTransId: null,
|
|
236
|
+
* unbundled: null,
|
|
237
|
+
* categories: [],
|
|
238
|
+
* splitFunding: []
|
|
239
|
+
* }
|
|
240
|
+
* },
|
|
241
|
+
* transStatus: 1,
|
|
242
|
+
* paypointId: 2145,
|
|
243
|
+
* totalAmount: 105,
|
|
244
|
+
* netAmount: 100,
|
|
245
|
+
* feeAmount: 5,
|
|
246
|
+
* settlementStatus: 0,
|
|
247
|
+
* operation: "Sale",
|
|
248
|
+
* responseData: {
|
|
249
|
+
* response: null,
|
|
250
|
+
* resultCode: "A0000",
|
|
251
|
+
* resultCodeText: "Approved",
|
|
252
|
+
* responsetext: "CAPTURED",
|
|
253
|
+
* authcode: "AXS425",
|
|
254
|
+
* transactionid: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
255
|
+
* avsresponse: "N",
|
|
256
|
+
* avsresponse_text: "No Match, No address or ZIP match",
|
|
257
|
+
* cvvresponse: "M",
|
|
258
|
+
* cvvresponse_text: "CVV2/CVC2 match",
|
|
259
|
+
* orderid: null,
|
|
260
|
+
* type: null,
|
|
261
|
+
* response_code: "100",
|
|
262
|
+
* response_code_text: "Operation successful",
|
|
263
|
+
* customer_vault_id: null,
|
|
264
|
+
* emv_auth_response_data: null
|
|
265
|
+
* },
|
|
266
|
+
* source: "api",
|
|
267
|
+
* scheduleReference: 0,
|
|
268
|
+
* orgId: 14267,
|
|
269
|
+
* refundId: 0,
|
|
270
|
+
* returnedId: 0,
|
|
271
|
+
* chargebackId: 0,
|
|
272
|
+
* retrievalId: 0,
|
|
273
|
+
* transAdditionalData: null,
|
|
274
|
+
* invoiceData: {
|
|
275
|
+
* invoiceNumber: null,
|
|
276
|
+
* invoiceDate: null,
|
|
277
|
+
* invoiceDueDate: null,
|
|
278
|
+
* invoiceEndDate: null,
|
|
279
|
+
* invoiceStatus: null,
|
|
280
|
+
* invoiceType: null,
|
|
281
|
+
* frequency: null,
|
|
282
|
+
* paymentTerms: null,
|
|
283
|
+
* termsConditions: null,
|
|
284
|
+
* notes: null,
|
|
285
|
+
* tax: null,
|
|
286
|
+
* discount: null,
|
|
287
|
+
* invoiceAmount: null,
|
|
288
|
+
* freightAmount: null,
|
|
289
|
+
* dutyAmount: null,
|
|
290
|
+
* purchaseOrder: null,
|
|
291
|
+
* firstName: null,
|
|
292
|
+
* lastName: null,
|
|
293
|
+
* company: null,
|
|
294
|
+
* shippingAddress1: null,
|
|
295
|
+
* shippingAddress2: null,
|
|
296
|
+
* shippingCity: null,
|
|
297
|
+
* shippingState: null,
|
|
298
|
+
* shippingZip: null,
|
|
299
|
+
* shippingCountry: null,
|
|
300
|
+
* shippingEmail: null,
|
|
301
|
+
* shippingPhone: null,
|
|
302
|
+
* shippingFromZip: null,
|
|
303
|
+
* summaryCommodityCode: null,
|
|
304
|
+
* items: null,
|
|
305
|
+
* attachments: null,
|
|
306
|
+
* additionalData: null
|
|
307
|
+
* },
|
|
308
|
+
* entrypageId: 0,
|
|
309
|
+
* externalPaypointID: "",
|
|
310
|
+
* isValidatedACH: true,
|
|
311
|
+
* transactionTime: "2025-12-01T10:15:28.742",
|
|
312
|
+
* customer: {
|
|
313
|
+
* identifiers: null,
|
|
314
|
+
* firstName: "Sarah",
|
|
315
|
+
* lastName: "Martinez",
|
|
316
|
+
* companyName: "Martinez Consulting",
|
|
317
|
+
* billingAddress1: "456 Oak Avenue",
|
|
318
|
+
* billingAddress2: "Suite 201",
|
|
319
|
+
* billingCity: "Portland",
|
|
320
|
+
* billingState: "OR",
|
|
321
|
+
* billingZip: "97201",
|
|
322
|
+
* billingCountry: "US",
|
|
323
|
+
* billingPhone: "+15035551234",
|
|
324
|
+
* billingEmail: "sarah.martinez@example.com",
|
|
325
|
+
* customerNumber: "C-80245",
|
|
326
|
+
* shippingAddress1: "456 Oak Avenue",
|
|
327
|
+
* shippingAddress2: "Suite 201",
|
|
328
|
+
* shippingCity: "Portland",
|
|
329
|
+
* shippingState: "OR",
|
|
330
|
+
* shippingZip: "97201",
|
|
331
|
+
* shippingCountry: "US",
|
|
332
|
+
* customerId: 38267,
|
|
333
|
+
* customerStatus: 0,
|
|
334
|
+
* additionalData: null
|
|
335
|
+
* },
|
|
336
|
+
* splitFundingInstructions: null,
|
|
337
|
+
* cfeeTransactions: [{
|
|
338
|
+
* cFeeTransid: "2145-7b8fa3c9d5e64f73b2ee5a6b14bd39cd",
|
|
339
|
+
* transStatus: 1,
|
|
340
|
+
* feeAmount: 5,
|
|
341
|
+
* settlementStatus: 0,
|
|
342
|
+
* operation: "Sale",
|
|
343
|
+
* responseData: {},
|
|
344
|
+
* refundId: 0,
|
|
345
|
+
* transactionTime: "2025-12-01T10:15:28.742"
|
|
346
|
+
* }],
|
|
347
|
+
* transactionEvents: [{
|
|
348
|
+
* transEvent: "Created",
|
|
349
|
+
* eventData: "0HNHD69JBVWXP:00000001",
|
|
350
|
+
* eventTime: "2025-12-01T10:15:27.682442"
|
|
351
|
+
* }, {
|
|
352
|
+
* transEvent: "Approved",
|
|
353
|
+
* eventData: "0HNHD69JBVWXP:00000001",
|
|
354
|
+
* eventTime: "2025-12-01T10:15:28.751283"
|
|
355
|
+
* }],
|
|
356
|
+
* pendingFeeAmount: 0,
|
|
357
|
+
* riskFlagged: false,
|
|
358
|
+
* riskFlaggedOn: "2025-12-01T10:15:27.6712346",
|
|
359
|
+
* riskStatus: "PASSED",
|
|
360
|
+
* riskReason: "",
|
|
361
|
+
* riskAction: "",
|
|
362
|
+
* riskActionCode: 0,
|
|
363
|
+
* deviceId: "",
|
|
364
|
+
* achSecCode: "WEB",
|
|
365
|
+
* achHolderType: Payabli.AchHolderType.Personal,
|
|
366
|
+
* ipAddress: "255.255.255.255",
|
|
367
|
+
* isSameDayACH: false,
|
|
368
|
+
* walletType: null
|
|
369
|
+
* }
|
|
370
|
+
*
|
|
371
|
+
* @example
|
|
372
|
+
* {
|
|
373
|
+
* parentOrgName: "Mrinal's Pet Supplies",
|
|
374
|
+
* paypointDbaname: "Mrinal's Pet Shop North",
|
|
375
|
+
* paypointLegalname: "Mrinal's Pet Shop North",
|
|
376
|
+
* paypointEntryname: "495147f647",
|
|
377
|
+
* paymentTransId: "3040-9708542b00354726ad8a6b0c65bc7a54",
|
|
378
|
+
* connectorName: "gp",
|
|
379
|
+
* externalProcessorInformation: "",
|
|
380
|
+
* gatewayTransId: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
381
|
+
* orderId: null,
|
|
382
|
+
* method: "card",
|
|
383
|
+
* batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
|
|
384
|
+
* batchAmount: 630,
|
|
385
|
+
* payorId: 40144,
|
|
386
|
+
* paymentData: {
|
|
387
|
+
* maskedAccount: "3XXXXXXXXXX0227",
|
|
388
|
+
* accountType: "amex",
|
|
389
|
+
* accountExp: "12/25",
|
|
390
|
+
* holderName: "Alexa Amazon",
|
|
391
|
+
* storedId: "fb1f5ec2-1ba4-4ba6-9839-20c2cc4baf5a-40144",
|
|
392
|
+
* initiator: "merchant",
|
|
393
|
+
* storedMethodUsageType: "unscheduled",
|
|
394
|
+
* sequence: "subsequent",
|
|
395
|
+
* orderDescription: "",
|
|
396
|
+
* accountId: null,
|
|
397
|
+
* signatureData: null,
|
|
398
|
+
* binData: {
|
|
399
|
+
* binMatchedLength: "",
|
|
400
|
+
* binCardBrand: "",
|
|
401
|
+
* binCardType: "",
|
|
402
|
+
* binCardCategory: "",
|
|
403
|
+
* binCardIssuer: "",
|
|
404
|
+
* binCardIssuerCountry: "",
|
|
405
|
+
* binCardIssuerCountryCodeA2: "",
|
|
406
|
+
* binCardIssuerCountryNumber: "",
|
|
407
|
+
* binCardIsRegulated: "",
|
|
408
|
+
* binCardUseCategory: "",
|
|
409
|
+
* binCardIssuerCountryCodeA3: ""
|
|
410
|
+
* },
|
|
411
|
+
* paymentDetails: {
|
|
412
|
+
* totalAmount: 105,
|
|
413
|
+
* serviceFee: 5,
|
|
414
|
+
* checkNumber: null,
|
|
415
|
+
* checkImage: null,
|
|
416
|
+
* checkUniqueId: "",
|
|
417
|
+
* currency: "USD",
|
|
418
|
+
* orderDescription: null,
|
|
419
|
+
* orderId: null,
|
|
420
|
+
* orderIdAlternative: null,
|
|
421
|
+
* paymentDescription: null,
|
|
422
|
+
* groupNumber: null,
|
|
423
|
+
* source: null,
|
|
424
|
+
* payabliTransId: null,
|
|
425
|
+
* unbundled: null,
|
|
426
|
+
* categories: [],
|
|
427
|
+
* splitFunding: []
|
|
428
|
+
* }
|
|
429
|
+
* },
|
|
430
|
+
* transStatus: 1,
|
|
431
|
+
* paypointId: 3040,
|
|
432
|
+
* totalAmount: 105,
|
|
433
|
+
* netAmount: 100,
|
|
434
|
+
* feeAmount: 5,
|
|
435
|
+
* settlementStatus: 0,
|
|
436
|
+
* operation: "Sale",
|
|
437
|
+
* responseData: {
|
|
438
|
+
* response: null,
|
|
439
|
+
* resultCode: "A0000",
|
|
440
|
+
* resultCodeText: "Approved",
|
|
441
|
+
* responsetext: "CAPTURED",
|
|
442
|
+
* authcode: "AXS425",
|
|
443
|
+
* transactionid: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
444
|
+
* avsresponse: "N",
|
|
445
|
+
* avsresponse_text: "No Match, No address or ZIP match",
|
|
446
|
+
* cvvresponse: "M",
|
|
447
|
+
* cvvresponse_text: "CVV2/CVC2 match",
|
|
448
|
+
* orderid: null,
|
|
449
|
+
* type: null,
|
|
450
|
+
* response_code: "100",
|
|
451
|
+
* response_code_text: "Operation successful",
|
|
452
|
+
* customer_vault_id: null,
|
|
453
|
+
* emv_auth_response_data: null
|
|
454
|
+
* },
|
|
455
|
+
* source: "api",
|
|
456
|
+
* scheduleReference: 0,
|
|
457
|
+
* orgId: 17448,
|
|
458
|
+
* refundId: 0,
|
|
459
|
+
* returnedId: 0,
|
|
460
|
+
* chargebackId: 0,
|
|
461
|
+
* retrievalId: 0,
|
|
462
|
+
* transAdditionalData: null,
|
|
463
|
+
* invoiceData: {
|
|
464
|
+
* invoiceNumber: null,
|
|
465
|
+
* invoiceDate: null,
|
|
466
|
+
* invoiceDueDate: null,
|
|
467
|
+
* invoiceEndDate: null,
|
|
468
|
+
* invoiceStatus: null,
|
|
469
|
+
* invoiceType: null,
|
|
470
|
+
* frequency: null,
|
|
471
|
+
* paymentTerms: null,
|
|
472
|
+
* termsConditions: null,
|
|
473
|
+
* notes: null,
|
|
474
|
+
* tax: null,
|
|
475
|
+
* discount: null,
|
|
476
|
+
* invoiceAmount: null,
|
|
477
|
+
* freightAmount: null,
|
|
478
|
+
* dutyAmount: null,
|
|
479
|
+
* purchaseOrder: null,
|
|
480
|
+
* firstName: null,
|
|
481
|
+
* lastName: null,
|
|
482
|
+
* company: null,
|
|
483
|
+
* shippingAddress1: null,
|
|
484
|
+
* shippingAddress2: null,
|
|
485
|
+
* shippingCity: null,
|
|
486
|
+
* shippingState: null,
|
|
487
|
+
* shippingZip: null,
|
|
488
|
+
* shippingCountry: null,
|
|
489
|
+
* shippingEmail: null,
|
|
490
|
+
* shippingPhone: null,
|
|
491
|
+
* shippingFromZip: null,
|
|
492
|
+
* summaryCommodityCode: null,
|
|
493
|
+
* items: null,
|
|
494
|
+
* attachments: null,
|
|
495
|
+
* additionalData: null
|
|
496
|
+
* },
|
|
497
|
+
* entrypageId: 0,
|
|
498
|
+
* externalPaypointID: "",
|
|
499
|
+
* isValidatedACH: false,
|
|
500
|
+
* transactionTime: "2025-12-01T09:56:33.967",
|
|
501
|
+
* customer: {
|
|
502
|
+
* identifiers: null,
|
|
503
|
+
* firstName: "David",
|
|
504
|
+
* lastName: "Beckham",
|
|
505
|
+
* companyName: "Driving School LLC",
|
|
506
|
+
* billingAddress1: "Home Address",
|
|
507
|
+
* billingAddress2: "",
|
|
508
|
+
* billingCity: "",
|
|
509
|
+
* billingState: "",
|
|
510
|
+
* billingZip: "45157",
|
|
511
|
+
* billingCountry: "US",
|
|
512
|
+
* billingPhone: "+15555555555",
|
|
513
|
+
* billingEmail: "mrinal.kundu@payabli.com",
|
|
514
|
+
* customerNumber: "C-90010",
|
|
515
|
+
* shippingAddress1: "Home Address",
|
|
516
|
+
* shippingAddress2: "",
|
|
517
|
+
* shippingCity: "",
|
|
518
|
+
* shippingState: "",
|
|
519
|
+
* shippingZip: "45157",
|
|
520
|
+
* shippingCountry: "US",
|
|
521
|
+
* customerId: 40144,
|
|
522
|
+
* customerStatus: 0,
|
|
523
|
+
* additionalData: null
|
|
524
|
+
* },
|
|
525
|
+
* splitFundingInstructions: null,
|
|
526
|
+
* cfeeTransactions: [{
|
|
527
|
+
* cFeeTransid: "3040-9708542b00354726ad8a6b0c65bc7a54",
|
|
528
|
+
* transStatus: 1,
|
|
529
|
+
* feeAmount: 5,
|
|
530
|
+
* settlementStatus: 0,
|
|
531
|
+
* operation: "Sale",
|
|
532
|
+
* responseData: {},
|
|
533
|
+
* refundId: 0,
|
|
534
|
+
* transactionTime: "2025-12-01T09:56:33.967"
|
|
535
|
+
* }],
|
|
536
|
+
* transactionEvents: [{
|
|
537
|
+
* transEvent: "Created",
|
|
538
|
+
* eventData: "0HNHD68HATSUR:00000004",
|
|
539
|
+
* eventTime: "2025-12-01T09:56:32.662988"
|
|
540
|
+
* }, {
|
|
541
|
+
* transEvent: "Approved",
|
|
542
|
+
* eventData: "0HNHD68HATSUR:00000004",
|
|
543
|
+
* eventTime: "2025-12-01T09:56:34.027504"
|
|
544
|
+
* }],
|
|
545
|
+
* pendingFeeAmount: 0,
|
|
546
|
+
* riskFlagged: false,
|
|
547
|
+
* riskFlaggedOn: "2025-12-01T09:56:32.6525967",
|
|
548
|
+
* riskStatus: "PASSED",
|
|
549
|
+
* riskReason: "",
|
|
550
|
+
* riskAction: "",
|
|
551
|
+
* riskActionCode: 0,
|
|
552
|
+
* deviceId: "",
|
|
553
|
+
* achSecCode: "",
|
|
554
|
+
* achHolderType: Payabli.AchHolderType.Personal,
|
|
555
|
+
* ipAddress: "255.255.255.255",
|
|
556
|
+
* isSameDayACH: false,
|
|
557
|
+
* walletType: null
|
|
558
|
+
* }
|
|
559
|
+
*
|
|
560
|
+
* @example
|
|
561
|
+
* {
|
|
562
|
+
* parentOrgName: "Mrinal's Pet Supplies",
|
|
563
|
+
* paypointDbaname: "Mrinal's Pet Shop North",
|
|
564
|
+
* paypointLegalname: "Mrinal's Pet Shop North",
|
|
565
|
+
* paypointEntryname: "495147f647",
|
|
566
|
+
* paymentTransId: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
567
|
+
* connectorName: "gp",
|
|
568
|
+
* externalProcessorInformation: "",
|
|
569
|
+
* gatewayTransId: "TRN_Ih68D6UZdip7OEQ2QFXat1yQSLF2nB",
|
|
570
|
+
* orderId: null,
|
|
571
|
+
* method: "card",
|
|
572
|
+
* batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
|
|
573
|
+
* batchAmount: 420,
|
|
574
|
+
* payorId: 40144,
|
|
575
|
+
* paymentData: {
|
|
576
|
+
* maskedAccount: "4XXXXXXXXXXX5439",
|
|
577
|
+
* accountType: "visa",
|
|
578
|
+
* accountExp: "12/25",
|
|
579
|
+
* holderName: "John Cassian",
|
|
580
|
+
* storedId: null,
|
|
581
|
+
* initiator: null,
|
|
582
|
+
* storedMethodUsageType: null,
|
|
583
|
+
* sequence: null,
|
|
584
|
+
* orderDescription: "",
|
|
585
|
+
* accountId: null,
|
|
586
|
+
* signatureData: null,
|
|
587
|
+
* binData: {
|
|
588
|
+
* binMatchedLength: "6",
|
|
589
|
+
* binCardBrand: "VISA",
|
|
590
|
+
* binCardType: "CREDIT",
|
|
591
|
+
* binCardCategory: "CLASSIC",
|
|
592
|
+
* binCardIssuer: "",
|
|
593
|
+
* binCardIssuerCountry: "RUSSIAN FEDERATION",
|
|
594
|
+
* binCardIssuerCountryCodeA2: "RU",
|
|
595
|
+
* binCardIssuerCountryNumber: "643",
|
|
596
|
+
* binCardIsRegulated: "",
|
|
597
|
+
* binCardUseCategory: "",
|
|
598
|
+
* binCardIssuerCountryCodeA3: ""
|
|
599
|
+
* },
|
|
600
|
+
* paymentDetails: {
|
|
601
|
+
* totalAmount: 105,
|
|
602
|
+
* serviceFee: 5,
|
|
603
|
+
* checkNumber: null,
|
|
604
|
+
* checkImage: null,
|
|
605
|
+
* checkUniqueId: "",
|
|
606
|
+
* currency: "USD",
|
|
607
|
+
* orderDescription: null,
|
|
608
|
+
* orderId: null,
|
|
609
|
+
* orderIdAlternative: null,
|
|
610
|
+
* paymentDescription: null,
|
|
611
|
+
* groupNumber: null,
|
|
612
|
+
* source: null,
|
|
613
|
+
* payabliTransId: null,
|
|
614
|
+
* unbundled: null,
|
|
615
|
+
* categories: [],
|
|
616
|
+
* splitFunding: []
|
|
617
|
+
* }
|
|
618
|
+
* },
|
|
619
|
+
* transStatus: 11,
|
|
620
|
+
* paypointId: 3040,
|
|
621
|
+
* totalAmount: 105,
|
|
622
|
+
* netAmount: 100,
|
|
623
|
+
* feeAmount: 5,
|
|
624
|
+
* settlementStatus: 0,
|
|
625
|
+
* operation: "Sale",
|
|
626
|
+
* responseData: {
|
|
627
|
+
* response: null,
|
|
628
|
+
* resultCode: "A0000",
|
|
629
|
+
* resultCodeText: "Approved",
|
|
630
|
+
* responsetext: "CAPTURED",
|
|
631
|
+
* authcode: "AXS425",
|
|
632
|
+
* transactionid: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
633
|
+
* avsresponse: "N",
|
|
634
|
+
* avsresponse_text: "No Match, No address or ZIP match",
|
|
635
|
+
* cvvresponse: "M",
|
|
636
|
+
* cvvresponse_text: "CVV2/CVC2 match",
|
|
637
|
+
* orderid: null,
|
|
638
|
+
* type: null,
|
|
639
|
+
* response_code: "100",
|
|
640
|
+
* response_code_text: "Operation successful",
|
|
641
|
+
* customer_vault_id: null,
|
|
642
|
+
* emv_auth_response_data: null
|
|
643
|
+
* },
|
|
644
|
+
* source: "api",
|
|
645
|
+
* scheduleReference: 0,
|
|
646
|
+
* orgId: 17448,
|
|
647
|
+
* refundId: 0,
|
|
648
|
+
* returnedId: 0,
|
|
649
|
+
* chargebackId: 0,
|
|
650
|
+
* retrievalId: 0,
|
|
651
|
+
* transAdditionalData: null,
|
|
652
|
+
* invoiceData: {
|
|
653
|
+
* invoiceNumber: null,
|
|
654
|
+
* invoiceDate: null,
|
|
655
|
+
* invoiceDueDate: null,
|
|
656
|
+
* invoiceEndDate: null,
|
|
657
|
+
* invoiceStatus: null,
|
|
658
|
+
* invoiceType: null,
|
|
659
|
+
* frequency: null,
|
|
660
|
+
* paymentTerms: null,
|
|
661
|
+
* termsConditions: null,
|
|
662
|
+
* notes: null,
|
|
663
|
+
* tax: null,
|
|
664
|
+
* discount: null,
|
|
665
|
+
* invoiceAmount: null,
|
|
666
|
+
* freightAmount: null,
|
|
667
|
+
* dutyAmount: null,
|
|
668
|
+
* purchaseOrder: null,
|
|
669
|
+
* firstName: null,
|
|
670
|
+
* lastName: null,
|
|
671
|
+
* company: null,
|
|
672
|
+
* shippingAddress1: null,
|
|
673
|
+
* shippingAddress2: null,
|
|
674
|
+
* shippingCity: null,
|
|
675
|
+
* shippingState: null,
|
|
676
|
+
* shippingZip: null,
|
|
677
|
+
* shippingCountry: null,
|
|
678
|
+
* shippingEmail: null,
|
|
679
|
+
* shippingPhone: null,
|
|
680
|
+
* shippingFromZip: null,
|
|
681
|
+
* summaryCommodityCode: null,
|
|
682
|
+
* items: null,
|
|
683
|
+
* attachments: null,
|
|
684
|
+
* additionalData: null
|
|
685
|
+
* },
|
|
686
|
+
* entrypageId: 0,
|
|
687
|
+
* externalPaypointID: "",
|
|
688
|
+
* isValidatedACH: false,
|
|
689
|
+
* transactionTime: "2025-12-01T09:50:03.559",
|
|
690
|
+
* customer: {
|
|
691
|
+
* identifiers: null,
|
|
692
|
+
* firstName: "David",
|
|
693
|
+
* lastName: "Beckham",
|
|
694
|
+
* companyName: "Driving School LLC",
|
|
695
|
+
* billingAddress1: "Home Address",
|
|
696
|
+
* billingAddress2: "",
|
|
697
|
+
* billingCity: "",
|
|
698
|
+
* billingState: "",
|
|
699
|
+
* billingZip: "45157",
|
|
700
|
+
* billingCountry: "US",
|
|
701
|
+
* billingPhone: "+15555555555",
|
|
702
|
+
* billingEmail: "mrinal.kundu@payabli.com",
|
|
703
|
+
* customerNumber: "C-90010",
|
|
704
|
+
* shippingAddress1: "Home Address",
|
|
705
|
+
* shippingAddress2: "",
|
|
706
|
+
* shippingCity: "",
|
|
707
|
+
* shippingState: "",
|
|
708
|
+
* shippingZip: "45157",
|
|
709
|
+
* shippingCountry: "US",
|
|
710
|
+
* customerId: 40144,
|
|
711
|
+
* customerStatus: 0,
|
|
712
|
+
* additionalData: null
|
|
713
|
+
* },
|
|
714
|
+
* splitFundingInstructions: null,
|
|
715
|
+
* cfeeTransactions: [{
|
|
716
|
+
* cFeeTransid: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
717
|
+
* transStatus: 1,
|
|
718
|
+
* feeAmount: 5,
|
|
719
|
+
* settlementStatus: 0,
|
|
720
|
+
* operation: "Sale",
|
|
721
|
+
* responseData: {},
|
|
722
|
+
* refundId: 0,
|
|
723
|
+
* transactionTime: "2025-12-01T09:50:03.559"
|
|
724
|
+
* }],
|
|
725
|
+
* transactionEvents: [{
|
|
726
|
+
* transEvent: "Created",
|
|
727
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
728
|
+
* eventTime: "2025-12-01T09:50:02.558651"
|
|
729
|
+
* }, {
|
|
730
|
+
* transEvent: "Approved",
|
|
731
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
732
|
+
* eventTime: "2025-12-01T09:50:03.609111"
|
|
733
|
+
* }],
|
|
734
|
+
* pendingFeeAmount: 0,
|
|
735
|
+
* riskFlagged: false,
|
|
736
|
+
* riskFlaggedOn: "2025-12-01T09:50:02.5474568",
|
|
737
|
+
* riskStatus: "PASSED",
|
|
738
|
+
* riskReason: "",
|
|
739
|
+
* riskAction: "",
|
|
740
|
+
* riskActionCode: 0,
|
|
741
|
+
* deviceId: "",
|
|
742
|
+
* achSecCode: "",
|
|
743
|
+
* achHolderType: Payabli.AchHolderType.Personal,
|
|
744
|
+
* ipAddress: "255.255.255.255",
|
|
745
|
+
* isSameDayACH: false,
|
|
746
|
+
* walletType: null
|
|
747
|
+
* }
|
|
748
|
+
*
|
|
749
|
+
* @example
|
|
750
|
+
* {
|
|
751
|
+
* parentOrgName: "Mrinal's Pet Supplies",
|
|
752
|
+
* paypointDbaname: "Mrinal's Pet Shop North",
|
|
753
|
+
* paypointLegalname: "Mrinal's Pet Shop North",
|
|
754
|
+
* paypointEntryname: "495147f647",
|
|
755
|
+
* paymentTransId: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
756
|
+
* connectorName: "gp",
|
|
757
|
+
* externalProcessorInformation: "",
|
|
758
|
+
* gatewayTransId: "TRN_Ih68D6UZdip7OEQ2QFXat1yQSLF2nB",
|
|
759
|
+
* orderId: null,
|
|
760
|
+
* method: "card",
|
|
761
|
+
* batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
|
|
762
|
+
* batchAmount: 420,
|
|
763
|
+
* payorId: 40144,
|
|
764
|
+
* paymentData: {
|
|
765
|
+
* maskedAccount: "4XXXXXXXXXXX5439",
|
|
766
|
+
* accountType: "visa",
|
|
767
|
+
* accountExp: "12/25",
|
|
768
|
+
* holderName: "John Cassian",
|
|
769
|
+
* storedId: null,
|
|
770
|
+
* initiator: null,
|
|
771
|
+
* storedMethodUsageType: null,
|
|
772
|
+
* sequence: null,
|
|
773
|
+
* orderDescription: "",
|
|
774
|
+
* accountId: null,
|
|
775
|
+
* signatureData: null,
|
|
776
|
+
* binData: {
|
|
777
|
+
* binMatchedLength: "6",
|
|
778
|
+
* binCardBrand: "VISA",
|
|
779
|
+
* binCardType: "CREDIT",
|
|
780
|
+
* binCardCategory: "CLASSIC",
|
|
781
|
+
* binCardIssuer: "",
|
|
782
|
+
* binCardIssuerCountry: "RUSSIAN FEDERATION",
|
|
783
|
+
* binCardIssuerCountryCodeA2: "RU",
|
|
784
|
+
* binCardIssuerCountryNumber: "643",
|
|
785
|
+
* binCardIsRegulated: "",
|
|
786
|
+
* binCardUseCategory: "",
|
|
787
|
+
* binCardIssuerCountryCodeA3: ""
|
|
788
|
+
* },
|
|
789
|
+
* paymentDetails: {
|
|
790
|
+
* totalAmount: 105,
|
|
791
|
+
* serviceFee: 5,
|
|
792
|
+
* checkNumber: null,
|
|
793
|
+
* checkImage: null,
|
|
794
|
+
* checkUniqueId: "",
|
|
795
|
+
* currency: "USD",
|
|
796
|
+
* orderDescription: null,
|
|
797
|
+
* orderId: null,
|
|
798
|
+
* orderIdAlternative: null,
|
|
799
|
+
* paymentDescription: null,
|
|
800
|
+
* groupNumber: null,
|
|
801
|
+
* source: null,
|
|
802
|
+
* payabliTransId: null,
|
|
803
|
+
* unbundled: null,
|
|
804
|
+
* categories: [],
|
|
805
|
+
* splitFunding: []
|
|
806
|
+
* }
|
|
807
|
+
* },
|
|
808
|
+
* transStatus: 5,
|
|
809
|
+
* paypointId: 3040,
|
|
810
|
+
* totalAmount: 105,
|
|
811
|
+
* netAmount: 100,
|
|
812
|
+
* feeAmount: 5,
|
|
813
|
+
* settlementStatus: 0,
|
|
814
|
+
* operation: "Sale",
|
|
815
|
+
* responseData: {
|
|
816
|
+
* response: null,
|
|
817
|
+
* resultCode: "A0000",
|
|
818
|
+
* resultCodeText: "Approved",
|
|
819
|
+
* responsetext: "CAPTURED",
|
|
820
|
+
* authcode: "AXS425",
|
|
821
|
+
* transactionid: "TRN_Xo4dpKfmx3OxSc9svd2ccI6OOnyB2I",
|
|
822
|
+
* avsresponse: "N",
|
|
823
|
+
* avsresponse_text: "No Match, No address or ZIP match",
|
|
824
|
+
* cvvresponse: "M",
|
|
825
|
+
* cvvresponse_text: "CVV2/CVC2 match",
|
|
826
|
+
* orderid: null,
|
|
827
|
+
* type: null,
|
|
828
|
+
* response_code: "100",
|
|
829
|
+
* response_code_text: "Operation successful",
|
|
830
|
+
* customer_vault_id: null,
|
|
831
|
+
* emv_auth_response_data: null
|
|
832
|
+
* },
|
|
833
|
+
* source: "api",
|
|
834
|
+
* scheduleReference: 0,
|
|
835
|
+
* orgId: 17448,
|
|
836
|
+
* refundId: 0,
|
|
837
|
+
* returnedId: 0,
|
|
838
|
+
* chargebackId: 0,
|
|
839
|
+
* retrievalId: 0,
|
|
840
|
+
* transAdditionalData: null,
|
|
841
|
+
* invoiceData: {
|
|
842
|
+
* invoiceNumber: null,
|
|
843
|
+
* invoiceDate: null,
|
|
844
|
+
* invoiceDueDate: null,
|
|
845
|
+
* invoiceEndDate: null,
|
|
846
|
+
* invoiceStatus: null,
|
|
847
|
+
* invoiceType: null,
|
|
848
|
+
* frequency: null,
|
|
849
|
+
* paymentTerms: null,
|
|
850
|
+
* termsConditions: null,
|
|
851
|
+
* notes: null,
|
|
852
|
+
* tax: null,
|
|
853
|
+
* discount: null,
|
|
854
|
+
* invoiceAmount: null,
|
|
855
|
+
* freightAmount: null,
|
|
856
|
+
* dutyAmount: null,
|
|
857
|
+
* purchaseOrder: null,
|
|
858
|
+
* firstName: null,
|
|
859
|
+
* lastName: null,
|
|
860
|
+
* company: null,
|
|
861
|
+
* shippingAddress1: null,
|
|
862
|
+
* shippingAddress2: null,
|
|
863
|
+
* shippingCity: null,
|
|
864
|
+
* shippingState: null,
|
|
865
|
+
* shippingZip: null,
|
|
866
|
+
* shippingCountry: null,
|
|
867
|
+
* shippingEmail: null,
|
|
868
|
+
* shippingPhone: null,
|
|
869
|
+
* shippingFromZip: null,
|
|
870
|
+
* summaryCommodityCode: null,
|
|
871
|
+
* items: null,
|
|
872
|
+
* attachments: null,
|
|
873
|
+
* additionalData: null
|
|
874
|
+
* },
|
|
875
|
+
* entrypageId: 0,
|
|
876
|
+
* externalPaypointID: "",
|
|
877
|
+
* isValidatedACH: false,
|
|
878
|
+
* transactionTime: "2025-12-01T09:50:03.559",
|
|
879
|
+
* customer: {
|
|
880
|
+
* identifiers: null,
|
|
881
|
+
* firstName: "David",
|
|
882
|
+
* lastName: "Beckham",
|
|
883
|
+
* companyName: "Driving School LLC",
|
|
884
|
+
* billingAddress1: "Home Address",
|
|
885
|
+
* billingAddress2: "",
|
|
886
|
+
* billingCity: "",
|
|
887
|
+
* billingState: "",
|
|
888
|
+
* billingZip: "45157",
|
|
889
|
+
* billingCountry: "US",
|
|
890
|
+
* billingPhone: "+15555555555",
|
|
891
|
+
* billingEmail: "mrinal.kundu@payabli.com",
|
|
892
|
+
* customerNumber: "C-90010",
|
|
893
|
+
* shippingAddress1: "Home Address",
|
|
894
|
+
* shippingAddress2: "",
|
|
895
|
+
* shippingCity: "",
|
|
896
|
+
* shippingState: "",
|
|
897
|
+
* shippingZip: "45157",
|
|
898
|
+
* shippingCountry: "US",
|
|
899
|
+
* customerId: 40144,
|
|
900
|
+
* customerStatus: 0,
|
|
901
|
+
* additionalData: null
|
|
902
|
+
* },
|
|
903
|
+
* splitFundingInstructions: null,
|
|
904
|
+
* cfeeTransactions: [{
|
|
905
|
+
* cFeeTransid: "3040-96dfa9a7c4ed4f82a3dd4a4a12ad28ae",
|
|
906
|
+
* transStatus: 1,
|
|
907
|
+
* feeAmount: 5,
|
|
908
|
+
* settlementStatus: 0,
|
|
909
|
+
* operation: "Sale",
|
|
910
|
+
* responseData: {},
|
|
911
|
+
* refundId: 0,
|
|
912
|
+
* transactionTime: "2025-12-01T09:50:03.559"
|
|
913
|
+
* }],
|
|
914
|
+
* transactionEvents: [{
|
|
915
|
+
* transEvent: "Created",
|
|
916
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
917
|
+
* eventTime: "2025-12-01T09:50:02.558651"
|
|
918
|
+
* }, {
|
|
919
|
+
* transEvent: "Approved",
|
|
920
|
+
* eventData: "0HNHD68HATSUC:00000001",
|
|
921
|
+
* eventTime: "2025-12-01T09:50:03.609111"
|
|
922
|
+
* }],
|
|
923
|
+
* pendingFeeAmount: 0,
|
|
924
|
+
* riskFlagged: false,
|
|
925
|
+
* riskFlaggedOn: "2025-12-01T09:50:02.5474568",
|
|
926
|
+
* riskStatus: "PASSED",
|
|
927
|
+
* riskReason: "",
|
|
928
|
+
* riskAction: "",
|
|
929
|
+
* riskActionCode: 0,
|
|
930
|
+
* deviceId: "",
|
|
931
|
+
* achSecCode: "",
|
|
932
|
+
* achHolderType: Payabli.AchHolderType.Personal,
|
|
933
|
+
* ipAddress: "255.255.255.255",
|
|
934
|
+
* isSameDayACH: false,
|
|
935
|
+
* walletType: null
|
|
936
|
+
* }
|
|
937
|
+
*/
|
|
938
|
+
export interface V2TransactionDetails {
|
|
939
|
+
parentOrgName: Payabli.OrgParentName;
|
|
940
|
+
paypointDbaname: Payabli.Dbaname;
|
|
941
|
+
paypointLegalname: Payabli.Legalname;
|
|
942
|
+
paypointEntryname: Payabli.Entrypointfield;
|
|
943
|
+
/** Unique transaction identifier. */
|
|
944
|
+
paymentTransId: string;
|
|
945
|
+
/** Name of the payment connector used. */
|
|
946
|
+
connectorName: string;
|
|
947
|
+
externalProcessorInformation: Payabli.ExternalProcessorInformation;
|
|
948
|
+
/** Gateway transaction identifier. */
|
|
949
|
+
gatewayTransId: string;
|
|
950
|
+
orderId: Payabli.OrderId | null;
|
|
951
|
+
/** Payment method used for the transaction. */
|
|
952
|
+
method: string;
|
|
953
|
+
batchNumber: Payabli.BatchNumber;
|
|
954
|
+
/** Total amount in the batch. */
|
|
955
|
+
batchAmount: number;
|
|
956
|
+
payorId: Payabli.PayorId;
|
|
957
|
+
paymentData: Payabli.TransactionDetailPaymentData;
|
|
958
|
+
transStatus: Payabli.TransStatus;
|
|
959
|
+
paypointId: Payabli.PaypointId;
|
|
960
|
+
/** Total transaction amount including fees. */
|
|
961
|
+
totalAmount: number;
|
|
962
|
+
/** Net transaction amount excluding fees. */
|
|
963
|
+
netAmount: number;
|
|
964
|
+
feeAmount: Payabli.FeeAmount;
|
|
965
|
+
settlementStatus: Payabli.SettlementStatus;
|
|
966
|
+
operation: Payabli.Operation;
|
|
967
|
+
responseData: Payabli.V2TransactionDetailResponseData;
|
|
968
|
+
source: Payabli.Source;
|
|
969
|
+
/** Reference to associated payment schedule if applicable. */
|
|
970
|
+
scheduleReference: number;
|
|
971
|
+
orgId: Payabli.Orgid;
|
|
972
|
+
refundId: Payabli.RefundId;
|
|
973
|
+
returnedId: Payabli.ReturnedId;
|
|
974
|
+
chargebackId: Payabli.ChargebackId;
|
|
975
|
+
retrievalId: Payabli.RetrievalId;
|
|
976
|
+
transAdditionalData: unknown | null;
|
|
977
|
+
invoiceData: Payabli.TransactionDetailInvoiceData;
|
|
978
|
+
entrypageId: Payabli.EntrypageId;
|
|
979
|
+
externalPaypointID: Payabli.ExternalPaypointId;
|
|
980
|
+
/** Indicates if ACH account was validated in real-time. */
|
|
981
|
+
isValidatedACH: boolean;
|
|
982
|
+
/** Timestamp when transaction was created. */
|
|
983
|
+
transactionTime: string;
|
|
984
|
+
customer: Payabli.TransactionDetailCustomer;
|
|
985
|
+
splitFundingInstructions: (Payabli.SplitFunding | undefined) | null;
|
|
986
|
+
cfeeTransactions: Payabli.QueryCFeeTransaction[];
|
|
987
|
+
transactionEvents: Payabli.TransactionDetailEvent[];
|
|
988
|
+
pendingFeeAmount?: Payabli.PendingFeeAmount;
|
|
989
|
+
riskFlagged?: Payabli.RiskFlagged;
|
|
990
|
+
riskFlaggedOn?: Payabli.RiskFlaggedOn;
|
|
991
|
+
riskStatus: Payabli.RiskStatus;
|
|
992
|
+
riskReason: Payabli.RiskReason;
|
|
993
|
+
riskAction: Payabli.RiskAction;
|
|
994
|
+
riskActionCode?: Payabli.RiskActionCode;
|
|
995
|
+
deviceId: Payabli.Device;
|
|
996
|
+
achSecCode: Payabli.AchSecCode;
|
|
997
|
+
achHolderType: Payabli.AchHolderType;
|
|
998
|
+
ipAddress: Payabli.IpAddress;
|
|
999
|
+
/** Indicates if ACH transaction uses same-day processing. */
|
|
1000
|
+
isSameDayACH: boolean;
|
|
1001
|
+
/** Digital wallet type if applicable. */
|
|
1002
|
+
walletType: string | null;
|
|
1003
|
+
}
|