@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
package/reference.md
CHANGED
|
@@ -914,7 +914,27 @@ await client.boarding.addApplication({
|
|
|
914
914
|
avgmonthly: 1000,
|
|
915
915
|
baddress: "123 Walnut Street",
|
|
916
916
|
baddress1: "Suite 103",
|
|
917
|
-
bankData: {
|
|
917
|
+
bankData: [{
|
|
918
|
+
accountNumber: "123123123",
|
|
919
|
+
bankAccountFunction: 1,
|
|
920
|
+
bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
|
|
921
|
+
bankAccountHolderType: "Business",
|
|
922
|
+
bankName: "Test Bank",
|
|
923
|
+
nickname: "Withdrawal Account",
|
|
924
|
+
routingAccount: "123123123",
|
|
925
|
+
typeAccount: "Checking",
|
|
926
|
+
accountId: "123-456"
|
|
927
|
+
}, {
|
|
928
|
+
accountNumber: "123123123",
|
|
929
|
+
bankAccountFunction: 0,
|
|
930
|
+
bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
|
|
931
|
+
bankAccountHolderType: "Business",
|
|
932
|
+
bankName: "Test Bank",
|
|
933
|
+
nickname: "Deposit Account",
|
|
934
|
+
routingAccount: "123123123",
|
|
935
|
+
typeAccount: "Checking",
|
|
936
|
+
accountId: "123-456"
|
|
937
|
+
}],
|
|
918
938
|
bcity: "New Vegas",
|
|
919
939
|
bcountry: "US",
|
|
920
940
|
binperson: 60,
|
|
@@ -984,7 +1004,11 @@ await client.boarding.addApplication({
|
|
|
984
1004
|
signedDocumentReference: "https://example.com/signed-document.pdf",
|
|
985
1005
|
attestationDate: "04/20/2025",
|
|
986
1006
|
signDate: "04/20/2025",
|
|
987
|
-
additionalData:
|
|
1007
|
+
additionalData: {
|
|
1008
|
+
"deviceId": "499585-389fj484-3jcj8hj3",
|
|
1009
|
+
"session": "fifji4-fiu443-fn4843",
|
|
1010
|
+
"timeWithCompany": "6 Years"
|
|
1011
|
+
}
|
|
988
1012
|
},
|
|
989
1013
|
startdate: "01/01/1990",
|
|
990
1014
|
taxFillName: "Sunshine LLC",
|
|
@@ -7025,7 +7049,7 @@ await client.moneyIn.captureAuth("10-7d9cd67d-2d5d-4cd7-a1b7-72b8b201ec13", {
|
|
|
7025
7049
|
<dl>
|
|
7026
7050
|
<dd>
|
|
7027
7051
|
|
|
7028
|
-
Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`.
|
|
7052
|
+
Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`. Payabli doesn't automatically make microdeposits when you add a bank account, you must manually make the requests.
|
|
7029
7053
|
|
|
7030
7054
|
This feature must be enabled by Payabli on a per-merchant basis. Contact support for help.
|
|
7031
7055
|
</dd>
|
|
@@ -9009,7 +9033,7 @@ await client.notification.addNotification({
|
|
|
9009
9033
|
},
|
|
9010
9034
|
frequency: "untilcancelled",
|
|
9011
9035
|
method: "web",
|
|
9012
|
-
ownerId:
|
|
9036
|
+
ownerId: 236,
|
|
9013
9037
|
ownerType: 0,
|
|
9014
9038
|
status: 1,
|
|
9015
9039
|
target: "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275"
|
|
@@ -9208,7 +9232,7 @@ await client.notification.updateNotification("1717", {
|
|
|
9208
9232
|
},
|
|
9209
9233
|
frequency: "untilcancelled",
|
|
9210
9234
|
method: "email",
|
|
9211
|
-
ownerId:
|
|
9235
|
+
ownerId: 136,
|
|
9212
9236
|
ownerType: 0,
|
|
9213
9237
|
status: 1,
|
|
9214
9238
|
target: "newemail@email.com"
|
|
@@ -10433,7 +10457,7 @@ await client.paymentLink.addPayLinkFromInvoice(23548884, {
|
|
|
10433
10457
|
<dl>
|
|
10434
10458
|
<dd>
|
|
10435
10459
|
|
|
10436
|
-
Generates a payment link for a bill from the bill ID.
|
|
10460
|
+
Generates a payment link for a bill from the bill ID. The vendor receives a secure page where they can select their preferred payment method (ACH, virtual card, or check) and complete the payment.
|
|
10437
10461
|
</dd>
|
|
10438
10462
|
</dl>
|
|
10439
10463
|
</dd>
|
|
@@ -10488,34 +10512,17 @@ await client.paymentLink.addPayLinkFromBill(23548884, {
|
|
|
10488
10512
|
},
|
|
10489
10513
|
paymentMethods: {
|
|
10490
10514
|
allMethodsChecked: true,
|
|
10515
|
+
allowMultipleMethods: true,
|
|
10516
|
+
defaultMethod: "vcard",
|
|
10491
10517
|
enabled: true,
|
|
10492
10518
|
header: "Payment Methods",
|
|
10493
10519
|
methods: {
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
eCheck: true,
|
|
10498
|
-
mastercard: true,
|
|
10499
|
-
visa: true
|
|
10520
|
+
ach: true,
|
|
10521
|
+
check: true,
|
|
10522
|
+
vcard: true
|
|
10500
10523
|
},
|
|
10501
|
-
order: 0
|
|
10502
|
-
|
|
10503
|
-
payor: {
|
|
10504
|
-
enabled: true,
|
|
10505
|
-
fields: [{
|
|
10506
|
-
display: true,
|
|
10507
|
-
fixed: true,
|
|
10508
|
-
identifier: true,
|
|
10509
|
-
label: "Full Name",
|
|
10510
|
-
name: "fullName",
|
|
10511
|
-
order: 0,
|
|
10512
|
-
required: true,
|
|
10513
|
-
validation: "alpha",
|
|
10514
|
-
value: "",
|
|
10515
|
-
width: 0
|
|
10516
|
-
}],
|
|
10517
|
-
header: "Payor Information",
|
|
10518
|
-
order: 0
|
|
10524
|
+
order: 0,
|
|
10525
|
+
showPreviewVirtualCard: true
|
|
10519
10526
|
},
|
|
10520
10527
|
review: {
|
|
10521
10528
|
enabled: true,
|
|
@@ -10598,7 +10605,7 @@ Deletes a payment link by ID.
|
|
|
10598
10605
|
<dd>
|
|
10599
10606
|
|
|
10600
10607
|
```typescript
|
|
10601
|
-
await client.paymentLink.deletePayLinkFromId("
|
|
10608
|
+
await client.paymentLink.deletePayLinkFromId("2325-XXXXXXX-90b1-4598-b6c7-44cdcbf495d7-1234");
|
|
10602
10609
|
|
|
10603
10610
|
```
|
|
10604
10611
|
</dd>
|
|
@@ -11068,34 +11075,17 @@ await client.paymentLink.addPayLinkFromBillLotNumber("LOT-2024-001", {
|
|
|
11068
11075
|
},
|
|
11069
11076
|
paymentMethods: {
|
|
11070
11077
|
allMethodsChecked: true,
|
|
11078
|
+
allowMultipleMethods: true,
|
|
11079
|
+
defaultMethod: "vcard",
|
|
11071
11080
|
enabled: true,
|
|
11072
11081
|
header: "Payment Methods",
|
|
11073
11082
|
methods: {
|
|
11074
|
-
|
|
11075
|
-
|
|
11076
|
-
|
|
11077
|
-
eCheck: true,
|
|
11078
|
-
mastercard: true,
|
|
11079
|
-
visa: true
|
|
11083
|
+
ach: true,
|
|
11084
|
+
check: true,
|
|
11085
|
+
vcard: true
|
|
11080
11086
|
},
|
|
11081
|
-
order: 0
|
|
11082
|
-
|
|
11083
|
-
payor: {
|
|
11084
|
-
enabled: true,
|
|
11085
|
-
fields: [{
|
|
11086
|
-
display: true,
|
|
11087
|
-
fixed: true,
|
|
11088
|
-
identifier: true,
|
|
11089
|
-
label: "Full Name",
|
|
11090
|
-
name: "fullName",
|
|
11091
|
-
order: 0,
|
|
11092
|
-
required: true,
|
|
11093
|
-
validation: "alpha",
|
|
11094
|
-
value: "",
|
|
11095
|
-
width: 0
|
|
11096
|
-
}],
|
|
11097
|
-
header: "Payor Information",
|
|
11098
|
-
order: 0
|
|
11087
|
+
order: 0,
|
|
11088
|
+
showPreviewVirtualCard: true
|
|
11099
11089
|
},
|
|
11100
11090
|
review: {
|
|
11101
11091
|
enabled: true,
|
|
@@ -11147,6 +11137,210 @@ await client.paymentLink.addPayLinkFromBillLotNumber("LOT-2024-001", {
|
|
|
11147
11137
|
</dl>
|
|
11148
11138
|
|
|
11149
11139
|
|
|
11140
|
+
</dd>
|
|
11141
|
+
</dl>
|
|
11142
|
+
</details>
|
|
11143
|
+
|
|
11144
|
+
<details><summary><code>client.paymentLink.<a href="/src/api/resources/paymentLink/client/Client.ts">patchOutPaymentLink</a>(paylinkId, { ...params }) -> Payabli.PayabliApiResponsePaymentLinks</code></summary>
|
|
11145
|
+
<dl>
|
|
11146
|
+
<dd>
|
|
11147
|
+
|
|
11148
|
+
#### 📝 Description
|
|
11149
|
+
|
|
11150
|
+
<dl>
|
|
11151
|
+
<dd>
|
|
11152
|
+
|
|
11153
|
+
<dl>
|
|
11154
|
+
<dd>
|
|
11155
|
+
|
|
11156
|
+
Partially updates a Pay Out payment link's content, expiration date, and/or status. Use this to modify the payment page configuration, extend or change the expiration, or cancel a link. Updating the expiration date of an expired link reactivates it to Active status.
|
|
11157
|
+
</dd>
|
|
11158
|
+
</dl>
|
|
11159
|
+
</dd>
|
|
11160
|
+
</dl>
|
|
11161
|
+
|
|
11162
|
+
#### 🔌 Usage
|
|
11163
|
+
|
|
11164
|
+
<dl>
|
|
11165
|
+
<dd>
|
|
11166
|
+
|
|
11167
|
+
<dl>
|
|
11168
|
+
<dd>
|
|
11169
|
+
|
|
11170
|
+
```typescript
|
|
11171
|
+
await client.paymentLink.patchOutPaymentLink("2325-XXXXXXX-90b1-4598-b6c7-44cdcbf495d7-1234", {
|
|
11172
|
+
expirationDate: "2026-06-01T00:00:00Z",
|
|
11173
|
+
status: "Active"
|
|
11174
|
+
});
|
|
11175
|
+
|
|
11176
|
+
```
|
|
11177
|
+
</dd>
|
|
11178
|
+
</dl>
|
|
11179
|
+
</dd>
|
|
11180
|
+
</dl>
|
|
11181
|
+
|
|
11182
|
+
#### ⚙️ Parameters
|
|
11183
|
+
|
|
11184
|
+
<dl>
|
|
11185
|
+
<dd>
|
|
11186
|
+
|
|
11187
|
+
<dl>
|
|
11188
|
+
<dd>
|
|
11189
|
+
|
|
11190
|
+
**paylinkId:** `string` — ID for the payment link.
|
|
11191
|
+
|
|
11192
|
+
</dd>
|
|
11193
|
+
</dl>
|
|
11194
|
+
|
|
11195
|
+
<dl>
|
|
11196
|
+
<dd>
|
|
11197
|
+
|
|
11198
|
+
**request:** `Payabli.PatchOutPaymentLinkRequest`
|
|
11199
|
+
|
|
11200
|
+
</dd>
|
|
11201
|
+
</dl>
|
|
11202
|
+
|
|
11203
|
+
<dl>
|
|
11204
|
+
<dd>
|
|
11205
|
+
|
|
11206
|
+
**requestOptions:** `PaymentLinkClient.RequestOptions`
|
|
11207
|
+
|
|
11208
|
+
</dd>
|
|
11209
|
+
</dl>
|
|
11210
|
+
</dd>
|
|
11211
|
+
</dl>
|
|
11212
|
+
|
|
11213
|
+
|
|
11214
|
+
</dd>
|
|
11215
|
+
</dl>
|
|
11216
|
+
</details>
|
|
11217
|
+
|
|
11218
|
+
<details><summary><code>client.paymentLink.<a href="/src/api/resources/paymentLink/client/Client.ts">updatePayLinkOutFromId</a>(paylinkId, { ...params }) -> Payabli.PayabliApiResponsePaymentLinks</code></summary>
|
|
11219
|
+
<dl>
|
|
11220
|
+
<dd>
|
|
11221
|
+
|
|
11222
|
+
#### 📝 Description
|
|
11223
|
+
|
|
11224
|
+
<dl>
|
|
11225
|
+
<dd>
|
|
11226
|
+
|
|
11227
|
+
<dl>
|
|
11228
|
+
<dd>
|
|
11229
|
+
|
|
11230
|
+
Updates the payment page content for a Pay Out payment link. Use this to change the branding, messaging, payment methods offered, or other page configuration.
|
|
11231
|
+
</dd>
|
|
11232
|
+
</dl>
|
|
11233
|
+
</dd>
|
|
11234
|
+
</dl>
|
|
11235
|
+
|
|
11236
|
+
#### 🔌 Usage
|
|
11237
|
+
|
|
11238
|
+
<dl>
|
|
11239
|
+
<dd>
|
|
11240
|
+
|
|
11241
|
+
<dl>
|
|
11242
|
+
<dd>
|
|
11243
|
+
|
|
11244
|
+
```typescript
|
|
11245
|
+
await client.paymentLink.updatePayLinkOutFromId("2325-XXXXXXX-90b1-4598-b6c7-44cdcbf495d7-1234", {
|
|
11246
|
+
contactUs: {
|
|
11247
|
+
emailLabel: "Email",
|
|
11248
|
+
enabled: true,
|
|
11249
|
+
header: "Contact Us",
|
|
11250
|
+
order: 0,
|
|
11251
|
+
paymentIcons: true,
|
|
11252
|
+
phoneLabel: "Phone"
|
|
11253
|
+
},
|
|
11254
|
+
logo: {
|
|
11255
|
+
enabled: true,
|
|
11256
|
+
order: 0
|
|
11257
|
+
},
|
|
11258
|
+
messageBeforePaying: {
|
|
11259
|
+
enabled: true,
|
|
11260
|
+
label: "Please review your payment details",
|
|
11261
|
+
order: 0
|
|
11262
|
+
},
|
|
11263
|
+
notes: {
|
|
11264
|
+
enabled: true,
|
|
11265
|
+
header: "Additional Notes",
|
|
11266
|
+
order: 0,
|
|
11267
|
+
placeholder: "Enter any additional notes here",
|
|
11268
|
+
value: ""
|
|
11269
|
+
},
|
|
11270
|
+
page: {
|
|
11271
|
+
description: "Get paid securely",
|
|
11272
|
+
enabled: true,
|
|
11273
|
+
header: "Payment Page",
|
|
11274
|
+
order: 0
|
|
11275
|
+
},
|
|
11276
|
+
paymentButton: {
|
|
11277
|
+
enabled: true,
|
|
11278
|
+
label: "Pay Now",
|
|
11279
|
+
order: 0
|
|
11280
|
+
},
|
|
11281
|
+
paymentMethods: {
|
|
11282
|
+
allMethodsChecked: true,
|
|
11283
|
+
allowMultipleMethods: true,
|
|
11284
|
+
defaultMethod: "vcard",
|
|
11285
|
+
enabled: true,
|
|
11286
|
+
header: "Payment Methods",
|
|
11287
|
+
methods: {
|
|
11288
|
+
ach: true,
|
|
11289
|
+
check: true,
|
|
11290
|
+
vcard: true
|
|
11291
|
+
},
|
|
11292
|
+
order: 0,
|
|
11293
|
+
showPreviewVirtualCard: true
|
|
11294
|
+
},
|
|
11295
|
+
review: {
|
|
11296
|
+
enabled: true,
|
|
11297
|
+
header: "Review Payment",
|
|
11298
|
+
order: 0
|
|
11299
|
+
},
|
|
11300
|
+
settings: {
|
|
11301
|
+
color: "#000000",
|
|
11302
|
+
language: "en"
|
|
11303
|
+
}
|
|
11304
|
+
});
|
|
11305
|
+
|
|
11306
|
+
```
|
|
11307
|
+
</dd>
|
|
11308
|
+
</dl>
|
|
11309
|
+
</dd>
|
|
11310
|
+
</dl>
|
|
11311
|
+
|
|
11312
|
+
#### ⚙️ Parameters
|
|
11313
|
+
|
|
11314
|
+
<dl>
|
|
11315
|
+
<dd>
|
|
11316
|
+
|
|
11317
|
+
<dl>
|
|
11318
|
+
<dd>
|
|
11319
|
+
|
|
11320
|
+
**paylinkId:** `string` — ID for the payment link.
|
|
11321
|
+
|
|
11322
|
+
</dd>
|
|
11323
|
+
</dl>
|
|
11324
|
+
|
|
11325
|
+
<dl>
|
|
11326
|
+
<dd>
|
|
11327
|
+
|
|
11328
|
+
**request:** `Payabli.PaymentPageRequestBodyOut`
|
|
11329
|
+
|
|
11330
|
+
</dd>
|
|
11331
|
+
</dl>
|
|
11332
|
+
|
|
11333
|
+
<dl>
|
|
11334
|
+
<dd>
|
|
11335
|
+
|
|
11336
|
+
**requestOptions:** `PaymentLinkClient.RequestOptions`
|
|
11337
|
+
|
|
11338
|
+
</dd>
|
|
11339
|
+
</dl>
|
|
11340
|
+
</dd>
|
|
11341
|
+
</dl>
|
|
11342
|
+
|
|
11343
|
+
|
|
11150
11344
|
</dd>
|
|
11151
11345
|
</dl>
|
|
11152
11346
|
</details>
|
|
@@ -15935,6 +16129,8 @@ await client.tokenStorage.addMethod({
|
|
|
15935
16129
|
},
|
|
15936
16130
|
entryPoint: "f743aed24a",
|
|
15937
16131
|
fallbackAuth: true,
|
|
16132
|
+
fallbackAuthAmount: 100,
|
|
16133
|
+
methodDescription: "Primary Visa card",
|
|
15938
16134
|
paymentMethod: {
|
|
15939
16135
|
cardcvv: "123",
|
|
15940
16136
|
cardexp: "02/25",
|
|
@@ -15942,7 +16138,8 @@ await client.tokenStorage.addMethod({
|
|
|
15942
16138
|
cardnumber: "4111111111111111",
|
|
15943
16139
|
cardzip: "12345",
|
|
15944
16140
|
method: "card"
|
|
15945
|
-
}
|
|
16141
|
+
},
|
|
16142
|
+
source: "api"
|
|
15946
16143
|
}
|
|
15947
16144
|
});
|
|
15948
16145
|
|
/package/dist/cjs/api/{types/Datenullable.js → resources/moneyOutTypes/types/MethodElementOut.js}
RENAMED
|
File without changes
|
/package/dist/cjs/api/{types/DatetimeNullable.js → resources/moneyOutTypes/types/MethodsListOut.js}
RENAMED
|
File without changes
|
/package/dist/esm/api/{types/Datenullable.mjs → resources/moneyOutTypes/types/MethodElementOut.mjs}
RENAMED
|
File without changes
|
|
File without changes
|