@payabli/sdk-node 0.0.131 → 0.0.132
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/LICENSE.md +1 -1
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +3 -3
- package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +3 -3
- package/dist/cjs/api/resources/boarding/client/Client.d.ts +41 -5
- package/dist/cjs/api/resources/boarding/client/Client.js +41 -5
- package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +1 -1
- package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.d.ts +1 -1
- package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.d.ts +5 -5
- package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.d.ts +5 -5
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/Client.js +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentV2.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.ts +8 -8
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +21 -0
- package/dist/cjs/api/resources/moneyOut/client/Client.js +21 -0
- package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +21 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +2 -2
- package/dist/cjs/api/resources/moneyOutTypes/types/MethodElementOut.d.ts +21 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/MethodsListOut.d.ts +11 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.ts +8 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.js +11 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.js +3 -0
- package/dist/cjs/api/resources/notification/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/notification/client/Client.js +4 -4
- package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -1
- package/dist/cjs/api/resources/organization/client/requests/OrganizationData.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +231 -46
- package/dist/cjs/api/resources/paymentLink/client/Client.js +325 -46
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.d.ts +69 -22
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.d.ts +8 -25
- package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.ts +12 -0
- package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.js +3 -0
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +0 -79
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.ts +88 -0
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.js +3 -0
- package/dist/cjs/api/resources/paymentLink/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/paymentLink/types/index.js +2 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +1 -1
- package/dist/cjs/api/resources/queryTypes/types/LimitRecord.d.ts +1 -1
- package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +8 -8
- package/dist/cjs/api/resources/subscription/client/requests/RequestSchedule.d.ts +1 -1
- package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/tokenStorage/client/Client.js +4 -1
- package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.d.ts +6 -3
- package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.ts +1 -1
- package/dist/cjs/api/resources/tokenStorage/types/CreateAnonymous.d.ts +1 -1
- package/dist/cjs/api/resources/tokenStorage/types/Temporary.d.ts +1 -1
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.ts +2 -2
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +14 -14
- package/dist/cjs/api/types/AcceptOauth.d.ts +1 -1
- package/dist/cjs/api/types/AcceptRegister.d.ts +1 -1
- package/dist/cjs/api/types/AchValidation.d.ts +1 -1
- package/dist/cjs/api/types/Annualrevenue.d.ts +1 -1
- package/dist/cjs/api/types/ApplePayType.d.ts +1 -1
- package/dist/cjs/api/types/ApplicationData.d.ts +1 -1
- package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +3 -5
- package/dist/cjs/api/types/ApplicationDetailsRecord.d.ts +1 -1
- package/dist/cjs/api/types/ApplicationQueryRecord.d.ts +1 -1
- package/dist/cjs/api/types/Attachments.d.ts +1 -1
- package/dist/cjs/api/types/Avgmonthly.d.ts +1 -1
- package/dist/cjs/api/types/Avgticketamt.d.ts +1 -1
- package/dist/cjs/api/types/BankData.d.ts +1 -1
- package/dist/cjs/api/types/BillApprovals.d.ts +1 -1
- package/dist/cjs/api/types/BillData.d.ts +3 -3
- package/dist/cjs/api/types/BillDetailsResponse.d.ts +2 -2
- package/dist/cjs/api/types/BillEvents.d.ts +1 -1
- package/dist/cjs/api/types/BillPayOutData.d.ts +2 -2
- package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +2 -2
- package/dist/cjs/api/types/BillQueryRecord2.d.ts +4 -4
- package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +1 -1
- package/dist/cjs/api/types/Billitems.d.ts +1 -1
- package/dist/cjs/api/types/ContactsField.d.ts +1 -1
- package/dist/cjs/api/types/DeviceId.d.ts +1 -1
- package/dist/cjs/api/types/Discount.d.ts +1 -1
- package/dist/cjs/api/types/DutyAmount.d.ts +1 -1
- package/dist/cjs/api/types/EnrollmentStatus.d.ts +1 -1
- package/dist/cjs/api/types/ExpectedProcessingDateTime.d.ts +1 -1
- package/dist/cjs/api/types/ForceCustomerCreation.d.ts +1 -1
- package/dist/cjs/api/types/FreightAmount.d.ts +1 -1
- package/dist/cjs/api/types/HasVcardTransactions.d.ts +1 -1
- package/dist/cjs/api/types/Highticketamt.d.ts +1 -1
- package/dist/cjs/api/types/Initiator.d.ts +1 -1
- package/dist/cjs/api/types/IsRoot.d.ts +1 -1
- package/dist/cjs/api/types/IsSameDayAch.d.ts +1 -1
- package/dist/cjs/api/types/LastModified.d.ts +1 -1
- package/dist/cjs/api/types/Mfa.d.ts +1 -1
- package/dist/cjs/api/types/Netamountnullable.d.ts +1 -1
- package/dist/cjs/api/types/Ownerid.d.ts +5 -1
- package/dist/cjs/api/types/Ownership.d.ts +1 -1
- package/dist/cjs/api/types/PayabliCredentials.d.ts +2 -0
- package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +2 -0
- package/dist/cjs/api/types/PaymentDetail.d.ts +1 -1
- package/dist/cjs/api/types/PayorId.d.ts +1 -1
- package/dist/cjs/api/types/PciAttestation.d.ts +1 -1
- package/dist/cjs/api/types/PendingFeeAmount.d.ts +1 -1
- package/dist/cjs/api/types/ReadOnly.d.ts +1 -1
- package/dist/cjs/api/types/RiskActionCode.d.ts +1 -1
- package/dist/cjs/api/types/RiskFlagged.d.ts +1 -1
- package/dist/cjs/api/types/RiskFlaggedOn.d.ts +1 -1
- package/dist/cjs/api/types/SaveIfSuccess.d.ts +1 -1
- package/dist/cjs/api/types/Sequence.d.ts +1 -1
- package/dist/cjs/api/types/SignerAcceptance.d.ts +1 -1
- package/dist/cjs/api/types/SignerData.d.ts +6 -2
- package/dist/cjs/api/types/SignerDataRequest.d.ts +1 -1
- package/dist/cjs/api/types/SplitFunding.d.ts +1 -1
- package/dist/cjs/api/types/StoredMethodUsageType.d.ts +1 -1
- package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +4 -4
- package/dist/cjs/api/types/Tax.d.ts +1 -1
- package/dist/cjs/api/types/TemplateCode.d.ts +1 -1
- package/dist/cjs/api/types/Ticketamt.d.ts +1 -1
- package/dist/cjs/api/types/TransactionQueryRecords.d.ts +1 -1
- package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +1 -1
- package/dist/cjs/api/types/VendorPhone.d.ts +1 -1
- package/dist/cjs/api/types/Visible.d.ts +1 -1
- package/dist/cjs/api/types/index.d.ts +0 -2
- package/dist/cjs/api/types/index.js +0 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/bill/types/BillOutData.d.mts +3 -3
- package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +3 -3
- package/dist/esm/api/resources/boarding/client/Client.d.mts +41 -5
- package/dist/esm/api/resources/boarding/client/Client.mjs +41 -5
- package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +1 -1
- package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.d.mts +1 -1
- package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.d.mts +5 -5
- package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.d.mts +5 -5
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentV2.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.mts +8 -8
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +1 -1
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +21 -0
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +21 -0
- package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +21 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +2 -2
- package/dist/esm/api/resources/moneyOutTypes/types/MethodElementOut.d.mts +21 -0
- package/dist/esm/api/resources/moneyOutTypes/types/MethodsListOut.d.mts +11 -0
- package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.mts +8 -0
- package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.mjs +8 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +3 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +3 -0
- package/dist/esm/api/resources/notification/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/notification/client/Client.mjs +4 -4
- package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -1
- package/dist/esm/api/resources/organization/client/requests/OrganizationData.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/client/Client.d.mts +231 -46
- package/dist/esm/api/resources/paymentLink/client/Client.mjs +325 -46
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.d.mts +69 -22
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.d.mts +8 -25
- package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.mts +12 -0
- package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.mjs +2 -0
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +0 -79
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.mts +88 -0
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.mjs +2 -0
- package/dist/esm/api/resources/paymentLink/types/index.d.mts +2 -0
- package/dist/esm/api/resources/paymentLink/types/index.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +1 -1
- package/dist/esm/api/resources/queryTypes/types/LimitRecord.d.mts +1 -1
- package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +8 -8
- package/dist/esm/api/resources/subscription/client/requests/RequestSchedule.d.mts +1 -1
- package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/tokenStorage/client/Client.mjs +4 -1
- package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.d.mts +6 -3
- package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.mts +1 -1
- package/dist/esm/api/resources/tokenStorage/types/CreateAnonymous.d.mts +1 -1
- package/dist/esm/api/resources/tokenStorage/types/Temporary.d.mts +1 -1
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.mts +2 -2
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +14 -14
- package/dist/esm/api/types/AcceptOauth.d.mts +1 -1
- package/dist/esm/api/types/AcceptRegister.d.mts +1 -1
- package/dist/esm/api/types/AchValidation.d.mts +1 -1
- package/dist/esm/api/types/Annualrevenue.d.mts +1 -1
- package/dist/esm/api/types/ApplePayType.d.mts +1 -1
- package/dist/esm/api/types/ApplicationData.d.mts +1 -1
- package/dist/esm/api/types/ApplicationDataPayIn.d.mts +3 -5
- package/dist/esm/api/types/ApplicationDetailsRecord.d.mts +1 -1
- package/dist/esm/api/types/ApplicationQueryRecord.d.mts +1 -1
- package/dist/esm/api/types/Attachments.d.mts +1 -1
- package/dist/esm/api/types/Avgmonthly.d.mts +1 -1
- package/dist/esm/api/types/Avgticketamt.d.mts +1 -1
- package/dist/esm/api/types/BankData.d.mts +1 -1
- package/dist/esm/api/types/BillApprovals.d.mts +1 -1
- package/dist/esm/api/types/BillData.d.mts +3 -3
- package/dist/esm/api/types/BillDetailsResponse.d.mts +2 -2
- package/dist/esm/api/types/BillEvents.d.mts +1 -1
- package/dist/esm/api/types/BillPayOutData.d.mts +2 -2
- package/dist/esm/api/types/BillPayOutDataRequest.d.mts +2 -2
- package/dist/esm/api/types/BillQueryRecord2.d.mts +4 -4
- package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +1 -1
- package/dist/esm/api/types/Billitems.d.mts +1 -1
- package/dist/esm/api/types/ContactsField.d.mts +1 -1
- package/dist/esm/api/types/DeviceId.d.mts +1 -1
- package/dist/esm/api/types/Discount.d.mts +1 -1
- package/dist/esm/api/types/DutyAmount.d.mts +1 -1
- package/dist/esm/api/types/EnrollmentStatus.d.mts +1 -1
- package/dist/esm/api/types/ExpectedProcessingDateTime.d.mts +1 -1
- package/dist/esm/api/types/ForceCustomerCreation.d.mts +1 -1
- package/dist/esm/api/types/FreightAmount.d.mts +1 -1
- package/dist/esm/api/types/HasVcardTransactions.d.mts +1 -1
- package/dist/esm/api/types/Highticketamt.d.mts +1 -1
- package/dist/esm/api/types/Initiator.d.mts +1 -1
- package/dist/esm/api/types/IsRoot.d.mts +1 -1
- package/dist/esm/api/types/IsSameDayAch.d.mts +1 -1
- package/dist/esm/api/types/LastModified.d.mts +1 -1
- package/dist/esm/api/types/Mfa.d.mts +1 -1
- package/dist/esm/api/types/Netamountnullable.d.mts +1 -1
- package/dist/esm/api/types/Ownerid.d.mts +5 -1
- package/dist/esm/api/types/Ownership.d.mts +1 -1
- package/dist/esm/api/types/PayabliCredentials.d.mts +2 -0
- package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +2 -0
- package/dist/esm/api/types/PaymentDetail.d.mts +1 -1
- package/dist/esm/api/types/PayorId.d.mts +1 -1
- package/dist/esm/api/types/PciAttestation.d.mts +1 -1
- package/dist/esm/api/types/PendingFeeAmount.d.mts +1 -1
- package/dist/esm/api/types/ReadOnly.d.mts +1 -1
- package/dist/esm/api/types/RiskActionCode.d.mts +1 -1
- package/dist/esm/api/types/RiskFlagged.d.mts +1 -1
- package/dist/esm/api/types/RiskFlaggedOn.d.mts +1 -1
- package/dist/esm/api/types/SaveIfSuccess.d.mts +1 -1
- package/dist/esm/api/types/Sequence.d.mts +1 -1
- package/dist/esm/api/types/SignerAcceptance.d.mts +1 -1
- package/dist/esm/api/types/SignerData.d.mts +6 -2
- package/dist/esm/api/types/SignerDataRequest.d.mts +1 -1
- package/dist/esm/api/types/SplitFunding.d.mts +1 -1
- package/dist/esm/api/types/StoredMethodUsageType.d.mts +1 -1
- package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +4 -4
- package/dist/esm/api/types/Tax.d.mts +1 -1
- package/dist/esm/api/types/TemplateCode.d.mts +1 -1
- package/dist/esm/api/types/Ticketamt.d.mts +1 -1
- package/dist/esm/api/types/TransactionQueryRecords.d.mts +1 -1
- package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +1 -1
- package/dist/esm/api/types/VendorPhone.d.mts +1 -1
- package/dist/esm/api/types/Visible.d.mts +1 -1
- package/dist/esm/api/types/index.d.mts +0 -2
- package/dist/esm/api/types/index.mjs +0 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +253 -56
- package/dist/cjs/api/types/Datenullable.d.ts +0 -4
- package/dist/cjs/api/types/DatetimeNullable.d.ts +0 -4
- package/dist/esm/api/types/Datenullable.d.mts +0 -4
- package/dist/esm/api/types/DatetimeNullable.d.mts +0 -4
- /package/dist/cjs/api/{types/Datenullable.js → resources/moneyOutTypes/types/MethodElementOut.js} +0 -0
- /package/dist/cjs/api/{types/DatetimeNullable.js → resources/moneyOutTypes/types/MethodsListOut.js} +0 -0
- /package/dist/esm/api/{types/Datenullable.mjs → resources/moneyOutTypes/types/MethodElementOut.mjs} +0 -0
- /package/dist/esm/api/{types/DatetimeNullable.mjs → resources/moneyOutTypes/types/MethodsListOut.mjs} +0 -0
|
@@ -3,7 +3,7 @@ export interface BillQueryRecord2BillApprovalsItem {
|
|
|
3
3
|
/** Indicates whether the bill has been approved. `0` is false, and `1` is true. */
|
|
4
4
|
approved?: number | undefined;
|
|
5
5
|
/** Timestamp of when the approval was made, in UTC. */
|
|
6
|
-
approvedTime
|
|
6
|
+
approvedTime: string | null;
|
|
7
7
|
/** Additional comments on the approval. */
|
|
8
8
|
comments?: string | undefined;
|
|
9
9
|
/** The approving user's email address. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The expected time that the refund will be processed. This value only appears when the `resultCode` is `10`, which means that the refund has been initiated and is queued for processing. See [Enhanced Refund Flow](/guides/pay-in-enhanced-refund-flow) for more information about refund processing.
|
|
3
3
|
*/
|
|
4
|
-
export type ExpectedProcessingDateTime = string
|
|
4
|
+
export type ExpectedProcessingDateTime = string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type HasVcardTransactions = boolean
|
|
1
|
+
export type HasVcardTransactions = boolean;
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* - `payor`: For cardholder-initiated transactions
|
|
6
6
|
* - `merchant`: For merchant-initiated transactions
|
|
7
7
|
*
|
|
8
|
-
* See [Understanding CIT and MIT Indicators](/guides/
|
|
8
|
+
* See [Understanding CIT and MIT Indicators](/guides/pay-in-transactions-cit-mit-overview) for more information.
|
|
9
9
|
*/
|
|
10
10
|
export type Initiator = string;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* ID for the paypoint or organization that owns the notification.
|
|
3
|
+
*
|
|
4
|
+
* If the `ownerType` field is `0`, this field is the same as the `orgId` for the organization that owns this notification.
|
|
5
|
+
*
|
|
6
|
+
* If the `ownerType` field is `2`, this field is the same as the `paypointId` for the paypoint that owns this notification.
|
|
3
7
|
*/
|
|
4
|
-
export type Ownerid =
|
|
8
|
+
export type Ownerid = number;
|
|
@@ -6,7 +6,9 @@ export interface PayabliCredentials {
|
|
|
6
6
|
cfeeMin?: number | undefined;
|
|
7
7
|
maxticket?: number | undefined;
|
|
8
8
|
minticket?: number | undefined;
|
|
9
|
+
/** The payment mode supported by this service. `0` for one-time payments, `1` for recurring payments, `2` for both. */
|
|
9
10
|
mode?: number | undefined;
|
|
10
11
|
referenceId?: number | undefined;
|
|
12
|
+
/** The payment service that this credential applies to. A paypoint can support multiple services, each represented by its own credential object in the array. Possible values are `card` (credit/debit card), `ach` (ACH bank transfer), `check` (paper check), `vcard` (virtual card), `cloud` (card-present), `cash`, `managed` (managed payment service), and `wallet`. */
|
|
11
13
|
service?: string | undefined;
|
|
12
14
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type * as Payabli from "../index.js";
|
|
2
2
|
export interface PayabliCredentialsPascal {
|
|
3
|
+
/** The payment service that this credential applies to. A paypoint can support multiple services, each represented by its own credential object in the array. Possible values are `card` (credit/debit card), `ach` (ACH bank transfer), `check` (paper check), `vcard` (virtual card), `cloud` (card-present), `cash`, `managed` (managed payment service), and `wallet`. */
|
|
3
4
|
Service?: string | undefined;
|
|
5
|
+
/** The payment mode supported by this service. `0` for one-time payments, `1` for recurring payments, `2` for both. */
|
|
4
6
|
Mode?: number | undefined;
|
|
5
7
|
MinTicket?: Payabli.MinTicket | undefined;
|
|
6
8
|
MaxTicket?: Payabli.MaxTicket | undefined;
|
|
@@ -18,7 +18,7 @@ export interface PaymentDetail {
|
|
|
18
18
|
serviceFee?: number | undefined;
|
|
19
19
|
/** Split funding instructions for the transaction. See [Split a Transaction](/developers/developer-guides/money-in-split-funding) for more. */
|
|
20
20
|
splitFunding?: Payabli.SplitFunding | undefined;
|
|
21
|
-
/** Unique identifier for a processed check image. Required for RDC (Remote Deposit Capture) transactions where `achCode` is `BOC`. Use the `id` value from the [check processing](/developers/api-reference/
|
|
21
|
+
/** Unique identifier for a processed check image. Required for RDC (Remote Deposit Capture) transactions where `achCode` is `BOC`. Use the `id` value from the [check processing](/developers/api-reference/moneyin/check-capture) response. */
|
|
22
22
|
checkUniqueId?: string | undefined;
|
|
23
23
|
/** Total amount to be charged. If a service fee is sent, then this amount should include the service fee." */
|
|
24
24
|
totalAmount: number;
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
*
|
|
5
5
|
* When a paypoint is set up to absorb fees, and the pass-through fee sent with the request is less than the configured amount, the difference must be covered by the merchant. See [Fee Configuration](/guides/pay-in-fees-passthrough-overview#fee-configuration) to learn more about pass-through fee settings.
|
|
6
6
|
*/
|
|
7
|
-
export type PendingFeeAmount = number
|
|
7
|
+
export type PendingFeeAmount = number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* When `true`, Payabli saves the payment method if the transaction is successful. The payment method ID is returned in the response as `methodReferenceId`. Defaults to `false`.
|
|
3
3
|
*/
|
|
4
|
-
export type SaveIfSuccess = boolean
|
|
4
|
+
export type SaveIfSuccess = boolean;
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* - `first`: The first use of the payment method. This is almost always a cardholder-initiated transaction.
|
|
6
6
|
* - `subsequent`: For merchant-initiated transactions after the first use of the payment method.
|
|
7
7
|
*
|
|
8
|
-
* See [Understanding CIT and MIT Indicators](/guides/
|
|
8
|
+
* See [Understanding CIT and MIT Indicators](/guides/pay-in-transactions-cit-mit-overview) for more information.
|
|
9
9
|
*/
|
|
10
10
|
export type Sequence = string;
|
|
@@ -19,7 +19,11 @@ import type * as Payabli from "../index.js";
|
|
|
19
19
|
* signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
20
20
|
* attestationDate: "04/20/2025",
|
|
21
21
|
* signDate: "04/20/2025",
|
|
22
|
-
* additionalData:
|
|
22
|
+
* additionalData: {
|
|
23
|
+
* "deviceId": "499585-389fj484-3jcj8hj3",
|
|
24
|
+
* "session": "fifji4-fiu443-fn4843",
|
|
25
|
+
* "timeWithCompany": "6 Years"
|
|
26
|
+
* }
|
|
23
27
|
* }
|
|
24
28
|
*/
|
|
25
29
|
export interface SignerData {
|
|
@@ -43,5 +47,5 @@ export interface SignerData {
|
|
|
43
47
|
pciAttestation?: Payabli.PciAttestation | undefined;
|
|
44
48
|
attestationDate?: Payabli.AttestationDate | undefined;
|
|
45
49
|
signDate?: Payabli.SignDate | undefined;
|
|
46
|
-
additionalData?: Payabli.
|
|
50
|
+
additionalData?: Payabli.AdditionalDataMap | undefined;
|
|
47
51
|
}
|
|
@@ -19,6 +19,6 @@ export interface SignerDataRequest {
|
|
|
19
19
|
signedDocumentReference?: Payabli.SignedDocumentReference | undefined;
|
|
20
20
|
pciAttestation?: Payabli.PciAttestation | undefined;
|
|
21
21
|
attestationDate?: Payabli.AttestationDate | undefined;
|
|
22
|
-
additionalData?: Payabli.
|
|
22
|
+
additionalData?: Payabli.AdditionalDataMap | undefined;
|
|
23
23
|
signDate?: Payabli.SignDate | undefined;
|
|
24
24
|
}
|
|
@@ -2,4 +2,4 @@ import type * as Payabli from "../index.js";
|
|
|
2
2
|
/**
|
|
3
3
|
* Split funding instructions for the transaction. The total amount of the splits must match the total amount of the transaction.
|
|
4
4
|
*/
|
|
5
|
-
export type SplitFunding = Payabli.SplitFundingContent[]
|
|
5
|
+
export type SplitFunding = Payabli.SplitFundingContent[];
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* - `subscription`: This type is used for subscription payments. For example, monthly rental fees or ongoing service subscriptions.
|
|
6
6
|
* - `recurring`: This type is used for recurring payments that occur per a set plan. For example, splitting an HOA special assessment over 6 monthly payments.
|
|
7
7
|
*
|
|
8
|
-
* See [Understanding CIT and MIT Indicators](/guides/
|
|
8
|
+
* See [Understanding CIT and MIT Indicators](/guides/pay-in-transactions-cit-mit-overview) for more information.
|
|
9
9
|
*/
|
|
10
10
|
export type StoredMethodUsageType = string;
|
|
@@ -4,7 +4,7 @@ export interface SubscriptionQueryRecords {
|
|
|
4
4
|
CreatedAt?: Payabli.CreatedAt | undefined;
|
|
5
5
|
Customer?: Payabli.QueryTransactionPayorData | undefined;
|
|
6
6
|
/** The subscription's end date. */
|
|
7
|
-
EndDate
|
|
7
|
+
EndDate: string | null;
|
|
8
8
|
EntrypageId?: Payabli.EntrypageId | undefined;
|
|
9
9
|
ExternalPaypointID?: Payabli.ExternalPaypointId | undefined;
|
|
10
10
|
/** Fee applied to the subscription. */
|
|
@@ -15,7 +15,7 @@ export interface SubscriptionQueryRecords {
|
|
|
15
15
|
IdSub?: number | undefined;
|
|
16
16
|
InvoiceData?: Payabli.BillData | undefined;
|
|
17
17
|
/** The last time the subscription was processed. */
|
|
18
|
-
LastRun
|
|
18
|
+
LastRun: string | null;
|
|
19
19
|
/** The last date and time the subscription was updated. */
|
|
20
20
|
LastUpdated?: Payabli.LastModified | undefined;
|
|
21
21
|
/** The number of cycles the subscription has left. */
|
|
@@ -25,7 +25,7 @@ export interface SubscriptionQueryRecords {
|
|
|
25
25
|
/** The subscription amount, minus any fees. */
|
|
26
26
|
NetAmount?: Payabli.Netamountnullable | undefined;
|
|
27
27
|
/** The next date the subscription will be processed. */
|
|
28
|
-
NextDate
|
|
28
|
+
NextDate: string | null;
|
|
29
29
|
ParentOrgName?: Payabli.OrgParentName | undefined;
|
|
30
30
|
PaymentData?: Payabli.QueryPaymentData | undefined;
|
|
31
31
|
/** The paypoint's DBA name. */
|
|
@@ -39,7 +39,7 @@ export interface SubscriptionQueryRecords {
|
|
|
39
39
|
PlanId?: number | undefined;
|
|
40
40
|
Source?: Payabli.Source | undefined;
|
|
41
41
|
/** The subscription start date. */
|
|
42
|
-
StartDate
|
|
42
|
+
StartDate: string | null;
|
|
43
43
|
/** Events associated with the subscription. */
|
|
44
44
|
SubEvents?: Payabli.GeneralEvents[] | undefined;
|
|
45
45
|
/**
|
|
@@ -53,7 +53,7 @@ export interface TransactionQueryRecords {
|
|
|
53
53
|
/** Events associated with this transaction. */
|
|
54
54
|
TransactionEvents?: Payabli.QueryTransactionEvents[] | undefined;
|
|
55
55
|
/** Transaction date and time, in UTC. */
|
|
56
|
-
TransactionTime
|
|
56
|
+
TransactionTime: string | null;
|
|
57
57
|
TransAdditionalData?: unknown | undefined;
|
|
58
58
|
/** Status of transaction. See [the docs](/developers/references/money-in-statuses#money-in-transaction-status) for a full reference. */
|
|
59
59
|
TransStatus?: number | undefined;
|
|
@@ -53,7 +53,7 @@ export interface TransactionQueryRecordsCustomer {
|
|
|
53
53
|
/** Events associated with this transaction. */
|
|
54
54
|
TransactionEvents?: Payabli.QueryTransactionEvents[] | undefined;
|
|
55
55
|
/** Transaction date and time, in UTC. */
|
|
56
|
-
TransactionTime
|
|
56
|
+
TransactionTime: string | null;
|
|
57
57
|
TransAdditionalData?: unknown | undefined;
|
|
58
58
|
/** Status of transaction. See [the docs](/developers/references/money-in-statuses#money-in-transaction-status) for a full reference. */
|
|
59
59
|
TransStatus?: number | undefined;
|
|
@@ -173,8 +173,6 @@ export * from "./CustomerSummaryRecord.js";
|
|
|
173
173
|
export * from "./CustomerVaultId.js";
|
|
174
174
|
export * from "./CvvResponse.js";
|
|
175
175
|
export * from "./CvvResponseText.js";
|
|
176
|
-
export * from "./Datenullable.js";
|
|
177
|
-
export * from "./DatetimeNullable.js";
|
|
178
176
|
export * from "./Dbaname.js";
|
|
179
177
|
export * from "./DepositDate.js";
|
|
180
178
|
export * from "./Descriptor.js";
|
|
@@ -189,8 +189,6 @@ __exportStar(require("./CustomerSummaryRecord.js"), exports);
|
|
|
189
189
|
__exportStar(require("./CustomerVaultId.js"), exports);
|
|
190
190
|
__exportStar(require("./CvvResponse.js"), exports);
|
|
191
191
|
__exportStar(require("./CvvResponseText.js"), exports);
|
|
192
|
-
__exportStar(require("./Datenullable.js"), exports);
|
|
193
|
-
__exportStar(require("./DatetimeNullable.js"), exports);
|
|
194
192
|
__exportStar(require("./Dbaname.js"), exports);
|
|
195
193
|
__exportStar(require("./DepositDate.js"), exports);
|
|
196
194
|
__exportStar(require("./Descriptor.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.132";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@payabli/sdk-node",
|
|
9
|
-
"X-Fern-SDK-Version": "0.0.
|
|
10
|
-
"User-Agent": "@payabli/sdk-node/0.0.
|
|
9
|
+
"X-Fern-SDK-Version": "0.0.132",
|
|
10
|
+
"User-Agent": "@payabli/sdk-node/0.0.132",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -6,7 +6,7 @@ export interface BillOutData {
|
|
|
6
6
|
/** An array of bill images. Attachments aren't required, but we strongly recommend including them. Including a bill image can make payouts smoother and prevent delays. You can include either the Base64-encoded file content, or you can include an fURL to a public file. The maximum file size for image uploads is 30 MB. */
|
|
7
7
|
attachments?: Payabli.Attachments | undefined;
|
|
8
8
|
/** Date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
|
|
9
|
-
billDate?:
|
|
9
|
+
billDate?: string | undefined;
|
|
10
10
|
billItems?: Payabli.Billitems | undefined;
|
|
11
11
|
/** Unique identifier for the bill. Required when adding a bill. */
|
|
12
12
|
billNumber?: string | undefined;
|
|
@@ -14,9 +14,9 @@ export interface BillOutData {
|
|
|
14
14
|
/** Discount amount applied to the bill. */
|
|
15
15
|
discount?: number | undefined;
|
|
16
16
|
/** Due date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
|
|
17
|
-
dueDate?:
|
|
17
|
+
dueDate?: string | undefined;
|
|
18
18
|
/** End Date for scheduled bills. Applied only in `Mode` = 1. Accepted formats: YYYY-MM-DD, MM/DD/YYYY */
|
|
19
|
-
endDate?:
|
|
19
|
+
endDate?: string | undefined;
|
|
20
20
|
/** Frequency for scheduled bills. Applied only in `Mode` = 1. */
|
|
21
21
|
frequency?: Payabli.Frequency | undefined;
|
|
22
22
|
/** Lot number associated with the bill. */
|
|
@@ -10,9 +10,9 @@ export interface BillResponseData {
|
|
|
10
10
|
/** Total amount for the bill. */
|
|
11
11
|
TotalAmount?: number | undefined;
|
|
12
12
|
/** Date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY */
|
|
13
|
-
BillDate
|
|
13
|
+
BillDate: string | null;
|
|
14
14
|
/** Due Date of bill. Accepted formats: YYYY-MM-DD, MM/DD/YYYY */
|
|
15
|
-
DueDate
|
|
15
|
+
DueDate: string | null;
|
|
16
16
|
/** Comments associated with the bill. For managed payables, the character limit is 200. For on demand payouts, the characters limit is 250. */
|
|
17
17
|
Comments?: string | undefined;
|
|
18
18
|
/** The batch number that the bill belongs to. */
|
|
@@ -35,7 +35,7 @@ export interface BillResponseData {
|
|
|
35
35
|
Status?: Payabli.Billstatus | undefined;
|
|
36
36
|
CreatedAt?: Payabli.CreatedAt | undefined;
|
|
37
37
|
/** End date for scheduled bills. Applied only in `Mode` = 1. */
|
|
38
|
-
EndDate
|
|
38
|
+
EndDate: string | null;
|
|
39
39
|
LastUpdated?: Payabli.LastModified | undefined;
|
|
40
40
|
/** Frequency for scheduled bills. Applied only in `Mode` = 1. */
|
|
41
41
|
Frequency?: Payabli.Frequency | undefined;
|
|
@@ -38,7 +38,27 @@ export declare class BoardingClient {
|
|
|
38
38
|
* avgmonthly: 1000,
|
|
39
39
|
* baddress: "123 Walnut Street",
|
|
40
40
|
* baddress1: "Suite 103",
|
|
41
|
-
* bankData: {
|
|
41
|
+
* bankData: [{
|
|
42
|
+
* accountNumber: "123123123",
|
|
43
|
+
* bankAccountFunction: 1,
|
|
44
|
+
* bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
|
|
45
|
+
* bankAccountHolderType: "Business",
|
|
46
|
+
* bankName: "Test Bank",
|
|
47
|
+
* nickname: "Withdrawal Account",
|
|
48
|
+
* routingAccount: "123123123",
|
|
49
|
+
* typeAccount: "Checking",
|
|
50
|
+
* accountId: "123-456"
|
|
51
|
+
* }, {
|
|
52
|
+
* accountNumber: "123123123",
|
|
53
|
+
* bankAccountFunction: 0,
|
|
54
|
+
* bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
|
|
55
|
+
* bankAccountHolderType: "Business",
|
|
56
|
+
* bankName: "Test Bank",
|
|
57
|
+
* nickname: "Deposit Account",
|
|
58
|
+
* routingAccount: "123123123",
|
|
59
|
+
* typeAccount: "Checking",
|
|
60
|
+
* accountId: "123-456"
|
|
61
|
+
* }],
|
|
42
62
|
* bcity: "New Vegas",
|
|
43
63
|
* bcountry: "US",
|
|
44
64
|
* binperson: 60,
|
|
@@ -108,7 +128,11 @@ export declare class BoardingClient {
|
|
|
108
128
|
* signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
109
129
|
* attestationDate: "04/20/2025",
|
|
110
130
|
* signDate: "04/20/2025",
|
|
111
|
-
* additionalData:
|
|
131
|
+
* additionalData: {
|
|
132
|
+
* "deviceId": "499585-389fj484-3jcj8hj3",
|
|
133
|
+
* "session": "fifji4-fiu443-fn4843",
|
|
134
|
+
* "timeWithCompany": "6 Years"
|
|
135
|
+
* }
|
|
112
136
|
* },
|
|
113
137
|
* startdate: "01/01/1990",
|
|
114
138
|
* taxFillName: "Sunshine LLC",
|
|
@@ -220,7 +244,11 @@ export declare class BoardingClient {
|
|
|
220
244
|
* signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
221
245
|
* attestationDate: "04/20/2025",
|
|
222
246
|
* signDate: "04/20/2025",
|
|
223
|
-
* additionalData:
|
|
247
|
+
* additionalData: {
|
|
248
|
+
* "deviceId": "499585-389fj484-3jcj8hj3",
|
|
249
|
+
* "session": "fifji4-fiu443-fn4843",
|
|
250
|
+
* "timeWithCompany": "6 Years"
|
|
251
|
+
* }
|
|
224
252
|
* },
|
|
225
253
|
* startdate: "01/01/2015",
|
|
226
254
|
* taxfillname: "Herman's Coatings LLC",
|
|
@@ -353,7 +381,11 @@ export declare class BoardingClient {
|
|
|
353
381
|
* signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
354
382
|
* attestationDate: "04/20/2025",
|
|
355
383
|
* signDate: "04/20/2025",
|
|
356
|
-
* additionalData:
|
|
384
|
+
* additionalData: {
|
|
385
|
+
* "deviceId": "499585-389fj484-3jcj8hj3",
|
|
386
|
+
* "session": "fifji4-fiu443-fn4843",
|
|
387
|
+
* "timeWithCompany": "6 Years"
|
|
388
|
+
* }
|
|
357
389
|
* },
|
|
358
390
|
* startdate: "01/01/2015",
|
|
359
391
|
* taxfillname: "Herman's Coatings LLC",
|
|
@@ -488,7 +520,11 @@ export declare class BoardingClient {
|
|
|
488
520
|
* signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
489
521
|
* attestationDate: "04/20/2025",
|
|
490
522
|
* signDate: "04/20/2025",
|
|
491
|
-
* additionalData:
|
|
523
|
+
* additionalData: {
|
|
524
|
+
* "deviceId": "499585-389fj484-3jcj8hj3",
|
|
525
|
+
* "session": "fifji4-fiu443-fn4843",
|
|
526
|
+
* "timeWithCompany": "6 Years"
|
|
527
|
+
* }
|
|
492
528
|
* },
|
|
493
529
|
* startdate: "01/01/2015",
|
|
494
530
|
* taxfillname: "Herman's Coatings LLC",
|