@payabli/sdk-node 0.0.110 → 0.0.114
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 +2 -2
- package/dist/cjs/Client.d.ts +3 -0
- package/dist/cjs/Client.js +33 -28
- package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +1 -1
- package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.ts +1 -1
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +21 -0
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +69 -0
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.js +5 -0
- package/dist/cjs/api/resources/chargeBacks/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/chargeBacks/types/index.js +3 -0
- package/dist/cjs/api/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/index.js +4 -1
- package/dist/cjs/api/resources/lineItem/types/DeleteItemResponse.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/client/Client.d.ts +118 -0
- package/dist/cjs/api/resources/notificationlogs/client/Client.js +370 -0
- package/dist/cjs/api/resources/notificationlogs/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/client/index.js +17 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.ts +23 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/notificationlogs/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/index.js +18 -0
- package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.d.ts +29 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +9 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +17 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/notificationlogs/types/index.js +22 -0
- package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +3 -3
- package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +1 -1
- package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +1 -1
- package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +2 -2
- package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +5 -5
- package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/AuthResetUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/ChangePswUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/DeleteUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/EditMfaUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/LogoutUserResponse.d.ts +1 -1
- package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/NotificationStandardRequest.d.ts +75 -1
- package/dist/cjs/api/types/NotificationStandardRequest.js +74 -0
- package/dist/cjs/api/types/PayabliApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse0.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse00.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse6.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +1 -1
- package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +1 -1
- package/dist/cjs/api/types/Transfer.d.ts +18 -15
- package/dist/cjs/api/types/TransferMessage.d.ts +8 -8
- package/dist/cjs/api/types/TransferMessageProperties.d.ts +2 -2
- package/dist/cjs/api/types/TransferQueryResponse.d.ts +2 -1
- package/dist/cjs/api/types/VCardRecord.d.ts +43 -0
- package/dist/cjs/api/types/index.d.ts +3 -5
- package/dist/cjs/api/types/index.js +3 -5
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/bill/types/BillResponse.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +1 -1
- package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.mts +1 -1
- package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +21 -0
- package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +69 -0
- package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.mjs +4 -0
- package/dist/esm/api/resources/chargeBacks/types/index.d.mts +3 -0
- package/dist/esm/api/resources/chargeBacks/types/index.mjs +3 -0
- package/dist/esm/api/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/index.mjs +3 -0
- package/dist/esm/api/resources/lineItem/types/DeleteItemResponse.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/client/Client.d.mts +118 -0
- package/dist/esm/api/resources/notificationlogs/client/Client.mjs +333 -0
- package/dist/esm/api/resources/notificationlogs/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/client/index.mjs +1 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.mts +23 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notificationlogs/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/index.mjs +2 -0
- package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLog.d.mts +29 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLog.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +9 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +17 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/index.d.mts +6 -0
- package/dist/esm/api/resources/notificationlogs/types/index.mjs +6 -0
- package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +3 -3
- package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +1 -1
- package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +1 -1
- package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +2 -2
- package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +2 -2
- package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +5 -5
- package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/AuthResetUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/ChangePswUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/DeleteUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/EditMfaUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/LogoutUserResponse.d.mts +1 -1
- package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -1
- package/dist/esm/api/types/CloudQueryApiResponse.d.mts +1 -1
- package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +1 -1
- package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +1 -1
- package/dist/esm/api/types/NotificationStandardRequest.d.mts +75 -1
- package/dist/esm/api/types/NotificationStandardRequest.mjs +74 -0
- package/dist/esm/api/types/PayabliApiResponse.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse0.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse00.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse0000.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse6.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseImport.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +1 -1
- package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +1 -1
- package/dist/esm/api/types/Transfer.d.mts +18 -15
- package/dist/esm/api/types/TransferMessage.d.mts +8 -8
- package/dist/esm/api/types/TransferMessageProperties.d.mts +2 -2
- package/dist/esm/api/types/TransferQueryResponse.d.mts +2 -1
- package/dist/esm/api/types/VCardRecord.d.mts +43 -0
- package/dist/esm/api/types/index.d.mts +3 -5
- package/dist/esm/api/types/index.mjs +3 -5
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +278 -0
- package/dist/cjs/api/types/ChargebackQueryRecords.d.ts +0 -54
- package/dist/esm/api/types/ChargebackQueryRecords.d.mts +0 -54
- /package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.js +0 -0
- /package/dist/cjs/api/{types/ChargebackQueryRecords.js → resources/chargeBacks/types/ChargebackMessage.js} +0 -0
- /package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.mjs +0 -0
- /package/dist/esm/api/{types/ChargebackQueryRecords.mjs → resources/chargeBacks/types/ChargebackMessage.mjs} +0 -0
|
@@ -151,8 +151,6 @@ export * from "./CascadeJobDetails.mjs";
|
|
|
151
151
|
export * from "./Cash.mjs";
|
|
152
152
|
export * from "./Category.mjs";
|
|
153
153
|
export * from "./ChargebackId.mjs";
|
|
154
|
-
export * from "./ChargebackQueryRecords.mjs";
|
|
155
|
-
export * from "./ChargeBackResponse.mjs";
|
|
156
154
|
export * from "./Check.mjs";
|
|
157
155
|
export * from "./CityNullable.mjs";
|
|
158
156
|
export * from "./CList.mjs";
|
|
@@ -532,11 +530,11 @@ export * from "./TransactionQueryRecords.mjs";
|
|
|
532
530
|
export * from "./TransactionTime.mjs";
|
|
533
531
|
export * from "./TransferIdentifier.mjs";
|
|
534
532
|
export * from "./Transfer.mjs";
|
|
535
|
-
export * from "./TransferSummary.mjs";
|
|
536
|
-
export * from "./TransferQueryResponse.mjs";
|
|
537
533
|
export * from "./TransferBankAccount.mjs";
|
|
538
|
-
export * from "./TransferMessageProperties.mjs";
|
|
539
534
|
export * from "./TransferMessage.mjs";
|
|
535
|
+
export * from "./TransferMessageProperties.mjs";
|
|
536
|
+
export * from "./TransferSummary.mjs";
|
|
537
|
+
export * from "./TransferQueryResponse.mjs";
|
|
540
538
|
export * from "./TransStatus.mjs";
|
|
541
539
|
export * from "./PaymentTransStatusDescription.mjs";
|
|
542
540
|
export * from "./TypeAccount.mjs";
|
|
@@ -151,8 +151,6 @@ export * from "./CascadeJobDetails.mjs";
|
|
|
151
151
|
export * from "./Cash.mjs";
|
|
152
152
|
export * from "./Category.mjs";
|
|
153
153
|
export * from "./ChargebackId.mjs";
|
|
154
|
-
export * from "./ChargebackQueryRecords.mjs";
|
|
155
|
-
export * from "./ChargeBackResponse.mjs";
|
|
156
154
|
export * from "./Check.mjs";
|
|
157
155
|
export * from "./CityNullable.mjs";
|
|
158
156
|
export * from "./CList.mjs";
|
|
@@ -532,11 +530,11 @@ export * from "./TransactionQueryRecords.mjs";
|
|
|
532
530
|
export * from "./TransactionTime.mjs";
|
|
533
531
|
export * from "./TransferIdentifier.mjs";
|
|
534
532
|
export * from "./Transfer.mjs";
|
|
535
|
-
export * from "./TransferSummary.mjs";
|
|
536
|
-
export * from "./TransferQueryResponse.mjs";
|
|
537
533
|
export * from "./TransferBankAccount.mjs";
|
|
538
|
-
export * from "./TransferMessageProperties.mjs";
|
|
539
534
|
export * from "./TransferMessage.mjs";
|
|
535
|
+
export * from "./TransferMessageProperties.mjs";
|
|
536
|
+
export * from "./TransferSummary.mjs";
|
|
537
|
+
export * from "./TransferQueryResponse.mjs";
|
|
540
538
|
export * from "./TransStatus.mjs";
|
|
541
539
|
export * from "./PaymentTransStatusDescription.mjs";
|
|
542
540
|
export * from "./TypeAccount.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.114";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.
|
|
1
|
+
export const SDK_VERSION = "0.0.114";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -8693,6 +8693,284 @@ await client.notification.getReportFile(1000000);
|
|
|
8693
8693
|
</dl>
|
|
8694
8694
|
</details>
|
|
8695
8695
|
|
|
8696
|
+
## Notificationlogs
|
|
8697
|
+
|
|
8698
|
+
<details><summary><code>client.notificationlogs.<a href="/src/api/resources/notificationlogs/client/Client.ts">searchNotificationLogs</a>({ ...params }) -> Payabli.NotificationLog[]</code></summary>
|
|
8699
|
+
<dl>
|
|
8700
|
+
<dd>
|
|
8701
|
+
|
|
8702
|
+
#### 📝 Description
|
|
8703
|
+
|
|
8704
|
+
<dl>
|
|
8705
|
+
<dd>
|
|
8706
|
+
|
|
8707
|
+
<dl>
|
|
8708
|
+
<dd>
|
|
8709
|
+
|
|
8710
|
+
Search notification logs with filtering and pagination.
|
|
8711
|
+
|
|
8712
|
+
- Start date and end date cannot be more than 30 days apart
|
|
8713
|
+
- Either `orgId` or `paypointId` must be provided
|
|
8714
|
+
|
|
8715
|
+
This endpoint requires the `notifications_create` OR `notifications_read` permission.
|
|
8716
|
+
|
|
8717
|
+
</dd>
|
|
8718
|
+
</dl>
|
|
8719
|
+
</dd>
|
|
8720
|
+
</dl>
|
|
8721
|
+
|
|
8722
|
+
#### 🔌 Usage
|
|
8723
|
+
|
|
8724
|
+
<dl>
|
|
8725
|
+
<dd>
|
|
8726
|
+
|
|
8727
|
+
<dl>
|
|
8728
|
+
<dd>
|
|
8729
|
+
|
|
8730
|
+
```typescript
|
|
8731
|
+
await client.notificationlogs.searchNotificationLogs({
|
|
8732
|
+
PageSize: 20,
|
|
8733
|
+
body: {
|
|
8734
|
+
startDate: "2024-01-01T00:00:00Z",
|
|
8735
|
+
endDate: "2024-01-31T23:59:59Z",
|
|
8736
|
+
orgId: 12345,
|
|
8737
|
+
notificationEvent: "ActivatedMerchant",
|
|
8738
|
+
succeeded: true,
|
|
8739
|
+
},
|
|
8740
|
+
});
|
|
8741
|
+
```
|
|
8742
|
+
|
|
8743
|
+
</dd>
|
|
8744
|
+
</dl>
|
|
8745
|
+
</dd>
|
|
8746
|
+
</dl>
|
|
8747
|
+
|
|
8748
|
+
#### ⚙️ Parameters
|
|
8749
|
+
|
|
8750
|
+
<dl>
|
|
8751
|
+
<dd>
|
|
8752
|
+
|
|
8753
|
+
<dl>
|
|
8754
|
+
<dd>
|
|
8755
|
+
|
|
8756
|
+
**request:** `Payabli.SearchNotificationLogsRequest`
|
|
8757
|
+
|
|
8758
|
+
</dd>
|
|
8759
|
+
</dl>
|
|
8760
|
+
|
|
8761
|
+
<dl>
|
|
8762
|
+
<dd>
|
|
8763
|
+
|
|
8764
|
+
**requestOptions:** `Notificationlogs.RequestOptions`
|
|
8765
|
+
|
|
8766
|
+
</dd>
|
|
8767
|
+
</dl>
|
|
8768
|
+
</dd>
|
|
8769
|
+
</dl>
|
|
8770
|
+
|
|
8771
|
+
</dd>
|
|
8772
|
+
</dl>
|
|
8773
|
+
</details>
|
|
8774
|
+
|
|
8775
|
+
<details><summary><code>client.notificationlogs.<a href="/src/api/resources/notificationlogs/client/Client.ts">getNotificationLog</a>(uuid) -> Payabli.NotificationLogDetail</code></summary>
|
|
8776
|
+
<dl>
|
|
8777
|
+
<dd>
|
|
8778
|
+
|
|
8779
|
+
#### 📝 Description
|
|
8780
|
+
|
|
8781
|
+
<dl>
|
|
8782
|
+
<dd>
|
|
8783
|
+
|
|
8784
|
+
<dl>
|
|
8785
|
+
<dd>
|
|
8786
|
+
|
|
8787
|
+
Get detailed information for a specific notification log entry.
|
|
8788
|
+
This endpoint requires the `notifications_create` OR `notifications_read` permission.
|
|
8789
|
+
|
|
8790
|
+
</dd>
|
|
8791
|
+
</dl>
|
|
8792
|
+
</dd>
|
|
8793
|
+
</dl>
|
|
8794
|
+
|
|
8795
|
+
#### 🔌 Usage
|
|
8796
|
+
|
|
8797
|
+
<dl>
|
|
8798
|
+
<dd>
|
|
8799
|
+
|
|
8800
|
+
<dl>
|
|
8801
|
+
<dd>
|
|
8802
|
+
|
|
8803
|
+
```typescript
|
|
8804
|
+
await client.notificationlogs.getNotificationLog("550e8400-e29b-41d4-a716-446655440000");
|
|
8805
|
+
```
|
|
8806
|
+
|
|
8807
|
+
</dd>
|
|
8808
|
+
</dl>
|
|
8809
|
+
</dd>
|
|
8810
|
+
</dl>
|
|
8811
|
+
|
|
8812
|
+
#### ⚙️ Parameters
|
|
8813
|
+
|
|
8814
|
+
<dl>
|
|
8815
|
+
<dd>
|
|
8816
|
+
|
|
8817
|
+
<dl>
|
|
8818
|
+
<dd>
|
|
8819
|
+
|
|
8820
|
+
**uuid:** `string` — The notification log entry.
|
|
8821
|
+
|
|
8822
|
+
</dd>
|
|
8823
|
+
</dl>
|
|
8824
|
+
|
|
8825
|
+
<dl>
|
|
8826
|
+
<dd>
|
|
8827
|
+
|
|
8828
|
+
**requestOptions:** `Notificationlogs.RequestOptions`
|
|
8829
|
+
|
|
8830
|
+
</dd>
|
|
8831
|
+
</dl>
|
|
8832
|
+
</dd>
|
|
8833
|
+
</dl>
|
|
8834
|
+
|
|
8835
|
+
</dd>
|
|
8836
|
+
</dl>
|
|
8837
|
+
</details>
|
|
8838
|
+
|
|
8839
|
+
<details><summary><code>client.notificationlogs.<a href="/src/api/resources/notificationlogs/client/Client.ts">retryNotificationLog</a>(uuid) -> Payabli.NotificationLogDetail</code></summary>
|
|
8840
|
+
<dl>
|
|
8841
|
+
<dd>
|
|
8842
|
+
|
|
8843
|
+
#### 📝 Description
|
|
8844
|
+
|
|
8845
|
+
<dl>
|
|
8846
|
+
<dd>
|
|
8847
|
+
|
|
8848
|
+
<dl>
|
|
8849
|
+
<dd>
|
|
8850
|
+
|
|
8851
|
+
Retry sending a specific notification.
|
|
8852
|
+
|
|
8853
|
+
**Permissions:** notifications_create
|
|
8854
|
+
|
|
8855
|
+
</dd>
|
|
8856
|
+
</dl>
|
|
8857
|
+
</dd>
|
|
8858
|
+
</dl>
|
|
8859
|
+
|
|
8860
|
+
#### 🔌 Usage
|
|
8861
|
+
|
|
8862
|
+
<dl>
|
|
8863
|
+
<dd>
|
|
8864
|
+
|
|
8865
|
+
<dl>
|
|
8866
|
+
<dd>
|
|
8867
|
+
|
|
8868
|
+
```typescript
|
|
8869
|
+
await client.notificationlogs.retryNotificationLog("550e8400-e29b-41d4-a716-446655440000");
|
|
8870
|
+
```
|
|
8871
|
+
|
|
8872
|
+
</dd>
|
|
8873
|
+
</dl>
|
|
8874
|
+
</dd>
|
|
8875
|
+
</dl>
|
|
8876
|
+
|
|
8877
|
+
#### ⚙️ Parameters
|
|
8878
|
+
|
|
8879
|
+
<dl>
|
|
8880
|
+
<dd>
|
|
8881
|
+
|
|
8882
|
+
<dl>
|
|
8883
|
+
<dd>
|
|
8884
|
+
|
|
8885
|
+
**uuid:** `string` — Unique id
|
|
8886
|
+
|
|
8887
|
+
</dd>
|
|
8888
|
+
</dl>
|
|
8889
|
+
|
|
8890
|
+
<dl>
|
|
8891
|
+
<dd>
|
|
8892
|
+
|
|
8893
|
+
**requestOptions:** `Notificationlogs.RequestOptions`
|
|
8894
|
+
|
|
8895
|
+
</dd>
|
|
8896
|
+
</dl>
|
|
8897
|
+
</dd>
|
|
8898
|
+
</dl>
|
|
8899
|
+
|
|
8900
|
+
</dd>
|
|
8901
|
+
</dl>
|
|
8902
|
+
</details>
|
|
8903
|
+
|
|
8904
|
+
<details><summary><code>client.notificationlogs.<a href="/src/api/resources/notificationlogs/client/Client.ts">bulkRetryNotificationLogs</a>({ ...params }) -> void</code></summary>
|
|
8905
|
+
<dl>
|
|
8906
|
+
<dd>
|
|
8907
|
+
|
|
8908
|
+
#### 📝 Description
|
|
8909
|
+
|
|
8910
|
+
<dl>
|
|
8911
|
+
<dd>
|
|
8912
|
+
|
|
8913
|
+
<dl>
|
|
8914
|
+
<dd>
|
|
8915
|
+
|
|
8916
|
+
Retry sending multiple notifications (maximum 50 IDs).
|
|
8917
|
+
This is an async process, so use the search endpoint again to check the notification status.
|
|
8918
|
+
|
|
8919
|
+
This endpoint requires the `notifications_create` permission.
|
|
8920
|
+
|
|
8921
|
+
</dd>
|
|
8922
|
+
</dl>
|
|
8923
|
+
</dd>
|
|
8924
|
+
</dl>
|
|
8925
|
+
|
|
8926
|
+
#### 🔌 Usage
|
|
8927
|
+
|
|
8928
|
+
<dl>
|
|
8929
|
+
<dd>
|
|
8930
|
+
|
|
8931
|
+
<dl>
|
|
8932
|
+
<dd>
|
|
8933
|
+
|
|
8934
|
+
```typescript
|
|
8935
|
+
await client.notificationlogs.bulkRetryNotificationLogs([
|
|
8936
|
+
"550e8400-e29b-41d4-a716-446655440000",
|
|
8937
|
+
"550e8400-e29b-41d4-a716-446655440001",
|
|
8938
|
+
"550e8400-e29b-41d4-a716-446655440002",
|
|
8939
|
+
]);
|
|
8940
|
+
```
|
|
8941
|
+
|
|
8942
|
+
</dd>
|
|
8943
|
+
</dl>
|
|
8944
|
+
</dd>
|
|
8945
|
+
</dl>
|
|
8946
|
+
|
|
8947
|
+
#### ⚙️ Parameters
|
|
8948
|
+
|
|
8949
|
+
<dl>
|
|
8950
|
+
<dd>
|
|
8951
|
+
|
|
8952
|
+
<dl>
|
|
8953
|
+
<dd>
|
|
8954
|
+
|
|
8955
|
+
**request:** `Payabli.BulkRetryRequest`
|
|
8956
|
+
|
|
8957
|
+
</dd>
|
|
8958
|
+
</dl>
|
|
8959
|
+
|
|
8960
|
+
<dl>
|
|
8961
|
+
<dd>
|
|
8962
|
+
|
|
8963
|
+
**requestOptions:** `Notificationlogs.RequestOptions`
|
|
8964
|
+
|
|
8965
|
+
</dd>
|
|
8966
|
+
</dl>
|
|
8967
|
+
</dd>
|
|
8968
|
+
</dl>
|
|
8969
|
+
|
|
8970
|
+
</dd>
|
|
8971
|
+
</dl>
|
|
8972
|
+
</details>
|
|
8973
|
+
|
|
8696
8974
|
## Ocr
|
|
8697
8975
|
|
|
8698
8976
|
<details><summary><code>client.ocr.<a href="/src/api/resources/ocr/client/Client.ts">ocrDocumentForm</a>(typeResult, { ...params }) -> Payabli.PayabliApiResponseOcr</code></summary>
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Payabli from "../index.js";
|
|
5
|
-
export interface ChargebackQueryRecords {
|
|
6
|
-
accountType?: Payabli.Accounttype;
|
|
7
|
-
/** Number of case assigned to the chargeback. */
|
|
8
|
-
caseNumber?: string;
|
|
9
|
-
/** Date of chargeback in format YYYY-MM-DD or MM/DD/YYYY. */
|
|
10
|
-
chargebackDate?: string;
|
|
11
|
-
/** Timestamp when the register was created, in UTC. */
|
|
12
|
-
createdAt?: Payabli.CreatedAt;
|
|
13
|
-
customer?: Payabli.QueryTransactionPayorData;
|
|
14
|
-
/** Identifier of chargeback or return. */
|
|
15
|
-
id?: number;
|
|
16
|
-
/** Last 4 digits of card or bank account involved in chargeback or return. */
|
|
17
|
-
lastFour: string;
|
|
18
|
-
/** Type of payment vehicle: **ach** or **card**. */
|
|
19
|
-
method: string;
|
|
20
|
-
/** Net amount in chargeback or ACH return. */
|
|
21
|
-
netAmount?: Payabli.Netamountnullable | undefined;
|
|
22
|
-
orderId?: Payabli.OrderId;
|
|
23
|
-
parentOrgName?: Payabli.OrgParentName;
|
|
24
|
-
paymentData?: Payabli.QueryPaymentData;
|
|
25
|
-
/** ReferenceId of the transaction in Payabli. */
|
|
26
|
-
PaymentId?: string;
|
|
27
|
-
/** The paypoint's DBA name. */
|
|
28
|
-
paypointDbaname?: Payabli.Dbaname;
|
|
29
|
-
/** The paypoint's entryname. */
|
|
30
|
-
paypointEntryname?: Payabli.Entrypointfield;
|
|
31
|
-
/** The paypoint's legal name. */
|
|
32
|
-
paypointLegalname?: Payabli.Legalname;
|
|
33
|
-
/** Text describing the chargeback or ACH return reason. */
|
|
34
|
-
reason?: string;
|
|
35
|
-
/** R code for returned ACH or custom code identifying the reason. */
|
|
36
|
-
reasonCode?: string;
|
|
37
|
-
/** Processor reference number to the chargeback. */
|
|
38
|
-
referenceNumber?: string;
|
|
39
|
-
/** Chargeback response records. */
|
|
40
|
-
responses?: Payabli.ChargeBackResponse[];
|
|
41
|
-
/**
|
|
42
|
-
* Status for chargeback or ACH return
|
|
43
|
-
*
|
|
44
|
-
* - 0: Open (chargebacks only)
|
|
45
|
-
* - 1: Pending (chargebacks only)
|
|
46
|
-
* - 2: Closed-Won (chargebacks only)
|
|
47
|
-
* - 3: Closed-Lost (chargebacks only)
|
|
48
|
-
* - 4: ACH Return (ACH only)
|
|
49
|
-
* - 5: ACH Dispute, Not Authorized (ACH only)
|
|
50
|
-
*/
|
|
51
|
-
status?: number;
|
|
52
|
-
transaction?: Payabli.TransactionQueryRecords;
|
|
53
|
-
transactionTime?: Payabli.TransactionTime;
|
|
54
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Payabli from "../index.mjs";
|
|
5
|
-
export interface ChargebackQueryRecords {
|
|
6
|
-
accountType?: Payabli.Accounttype;
|
|
7
|
-
/** Number of case assigned to the chargeback. */
|
|
8
|
-
caseNumber?: string;
|
|
9
|
-
/** Date of chargeback in format YYYY-MM-DD or MM/DD/YYYY. */
|
|
10
|
-
chargebackDate?: string;
|
|
11
|
-
/** Timestamp when the register was created, in UTC. */
|
|
12
|
-
createdAt?: Payabli.CreatedAt;
|
|
13
|
-
customer?: Payabli.QueryTransactionPayorData;
|
|
14
|
-
/** Identifier of chargeback or return. */
|
|
15
|
-
id?: number;
|
|
16
|
-
/** Last 4 digits of card or bank account involved in chargeback or return. */
|
|
17
|
-
lastFour: string;
|
|
18
|
-
/** Type of payment vehicle: **ach** or **card**. */
|
|
19
|
-
method: string;
|
|
20
|
-
/** Net amount in chargeback or ACH return. */
|
|
21
|
-
netAmount?: Payabli.Netamountnullable | undefined;
|
|
22
|
-
orderId?: Payabli.OrderId;
|
|
23
|
-
parentOrgName?: Payabli.OrgParentName;
|
|
24
|
-
paymentData?: Payabli.QueryPaymentData;
|
|
25
|
-
/** ReferenceId of the transaction in Payabli. */
|
|
26
|
-
PaymentId?: string;
|
|
27
|
-
/** The paypoint's DBA name. */
|
|
28
|
-
paypointDbaname?: Payabli.Dbaname;
|
|
29
|
-
/** The paypoint's entryname. */
|
|
30
|
-
paypointEntryname?: Payabli.Entrypointfield;
|
|
31
|
-
/** The paypoint's legal name. */
|
|
32
|
-
paypointLegalname?: Payabli.Legalname;
|
|
33
|
-
/** Text describing the chargeback or ACH return reason. */
|
|
34
|
-
reason?: string;
|
|
35
|
-
/** R code for returned ACH or custom code identifying the reason. */
|
|
36
|
-
reasonCode?: string;
|
|
37
|
-
/** Processor reference number to the chargeback. */
|
|
38
|
-
referenceNumber?: string;
|
|
39
|
-
/** Chargeback response records. */
|
|
40
|
-
responses?: Payabli.ChargeBackResponse[];
|
|
41
|
-
/**
|
|
42
|
-
* Status for chargeback or ACH return
|
|
43
|
-
*
|
|
44
|
-
* - 0: Open (chargebacks only)
|
|
45
|
-
* - 1: Pending (chargebacks only)
|
|
46
|
-
* - 2: Closed-Won (chargebacks only)
|
|
47
|
-
* - 3: Closed-Lost (chargebacks only)
|
|
48
|
-
* - 4: ACH Return (ACH only)
|
|
49
|
-
* - 5: ACH Dispute, Not Authorized (ACH only)
|
|
50
|
-
*/
|
|
51
|
-
status?: number;
|
|
52
|
-
transaction?: Payabli.TransactionQueryRecords;
|
|
53
|
-
transactionTime?: Payabli.TransactionTime;
|
|
54
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|