@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
|
@@ -5,8 +5,8 @@ import * as Payabli from "../../../index.js";
|
|
|
5
5
|
export interface EditOrganizationResponse {
|
|
6
6
|
isSuccess?: Payabli.IsSuccess;
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
|
-
responseCode
|
|
8
|
+
responseCode: Payabli.Responsecode;
|
|
9
9
|
/** Returns the organization ID. */
|
|
10
10
|
responseData?: Payabli.Responsedatanonobject;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface PayabliApiResponsePaymentLinks {
|
|
6
|
-
isSuccess
|
|
6
|
+
isSuccess: Payabli.IsSuccess;
|
|
7
7
|
/** If `isSuccess` = true, this contains the payment link identifier. If `isSuccess` = false, this contains the reason of the error. */
|
|
8
8
|
responseData?: string;
|
|
9
|
-
responseText
|
|
9
|
+
responseText: Payabli.ResponseText;
|
|
10
10
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface GetBasicEntryByIdResponse {
|
|
6
|
-
isSuccess
|
|
6
|
+
isSuccess: Payabli.IsSuccess;
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
responseData?: Payabli.PaypointEntryConfig;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface GetBasicEntryResponse {
|
|
6
|
-
isSuccess
|
|
6
|
+
isSuccess: Payabli.IsSuccess;
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
responseData?: Payabli.PaypointEntryConfig;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface GetEntryConfigResponse {
|
|
6
|
-
isSuccess
|
|
6
|
+
isSuccess: Payabli.IsSuccess;
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
responseData?: Payabli.PaypointEntryConfig;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface MigratePaypointResponse {
|
|
6
|
-
isSuccess
|
|
6
|
+
isSuccess: Payabli.IsSuccess;
|
|
7
7
|
responseCode?: Payabli.Responsecode;
|
|
8
|
-
responseText
|
|
8
|
+
responseText: Payabli.ResponseText;
|
|
9
9
|
}
|
|
@@ -15,7 +15,7 @@ import * as Payabli from "../../../index.js";
|
|
|
15
15
|
*/
|
|
16
16
|
export interface AddSubscriptionResponse {
|
|
17
17
|
customerId?: Payabli.CustomerId;
|
|
18
|
-
responseText
|
|
18
|
+
responseText: Payabli.ResponseText;
|
|
19
19
|
isSuccess?: Payabli.IsSuccess;
|
|
20
20
|
/** The identifier of the newly created subscription. */
|
|
21
21
|
responseData: number;
|
|
@@ -13,6 +13,6 @@ export interface UpdateSubscriptionResponse {
|
|
|
13
13
|
* If `isSuccess` = false, this contains the reason for the failure.
|
|
14
14
|
*/
|
|
15
15
|
responseData?: string;
|
|
16
|
-
responseText
|
|
16
|
+
responseText: Payabli.ResponseText;
|
|
17
17
|
customerId?: Payabli.CustomerId;
|
|
18
18
|
}
|
|
@@ -7,16 +7,16 @@ export interface AddMethodResponse extends Payabli.PayabliApiResponseGeneric2Par
|
|
|
7
7
|
}
|
|
8
8
|
export declare namespace AddMethodResponse {
|
|
9
9
|
interface ResponseData {
|
|
10
|
+
/** Stored method identifier in Payabli platform. This ID is used to manage the stored method. */
|
|
11
|
+
referenceId?: Payabli.MethodReferenceId;
|
|
12
|
+
resultCode?: Payabli.ResultCode;
|
|
13
|
+
resultText?: Payabli.Resulttext;
|
|
10
14
|
/**
|
|
11
15
|
* Internal unique ID of customer owner of the stored method.
|
|
12
16
|
*
|
|
13
17
|
* Returns `0` if the method wasn't assigned to an existing customer or no customer was created."
|
|
14
18
|
*/
|
|
15
|
-
|
|
19
|
+
customerId?: Payabli.CustomerId;
|
|
16
20
|
methodReferenceId?: Payabli.MethodReferenceId;
|
|
17
|
-
/** Stored method identifier in Payabli platform. This ID is used to manage the stored method. */
|
|
18
|
-
ReferenceId?: Payabli.MethodReferenceId;
|
|
19
|
-
ResultCode?: Payabli.ResultCode;
|
|
20
|
-
ResultText?: Payabli.Resulttext;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -5,7 +5,7 @@ import * as Payabli from "../../../index.js";
|
|
|
5
5
|
export interface GetMethodResponse {
|
|
6
6
|
isSuccess?: Payabli.IsSuccess;
|
|
7
7
|
responseData?: GetMethodResponse.ResponseData;
|
|
8
|
-
responseText
|
|
8
|
+
responseText: Payabli.ResponseText;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace GetMethodResponse {
|
|
11
11
|
interface ResponseData {
|
|
@@ -7,5 +7,5 @@ export interface ConfigureApplePayOrganizationApiResponse {
|
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
responseData?: Payabli.ApplePayOrganizationUpdateData;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
}
|
|
@@ -7,7 +7,7 @@ export interface ConfigureApplePaypointApiResponse {
|
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
responseData?: Payabli.ApplePayPaypointRegistrationData;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
/** Field not in use on this endpoint */
|
|
12
12
|
roomId?: number;
|
|
13
13
|
}
|
|
@@ -37,8 +37,82 @@ export declare namespace NotificationStandardRequest {
|
|
|
37
37
|
/**
|
|
38
38
|
* The notification's event name.
|
|
39
39
|
*/
|
|
40
|
-
type EventType = "ApprovedPayment" | "AuthorizedPayment" | "DeclinedPayment" | "OriginatedPayment" | "SettledPayment" | "SubscriptionCreated" | "SubscriptionUpdated" | "SubscriptionCanceled" | "SubscriptionCompleted" | "FundedPayment" | "VoidedPayment" | "RefundedPayment" | "HoldTransaction" | "ReleasedTransaction" | "HoldBatch" | "ReleasedBatch" | "TransferAdjusted" | "TransferDisabledCreditFund" | "TransferDisabledDebitFund" | "TransferNotAvailableBalance" | "TransferReadyforRetry" | "TransferResolved" | "TransferReturn" | "TransferSuccess" | "TransferSuspended" | "TransferError" | "SendReceipt" | "RecoveredTransaction" | "CreatedApplication" | "ApprovedApplication" | "FailedBoardingApplication" | "SubmittedApplication" | "ActivatedMerchant" | "ReceivedChargeBack" | "ChargebackUpdated" | "ReceivedRetrieval" | "RetrievalUpdated" | "ReceivedAchReturn" | "HoldingApplication" | "DeclinedApplication" | "BoardingApplication" | "PaypointMoved" | "FraudAlert" | "InvoiceSent" | "InvoicePaid" | "InvoiceCreated" | "BillPaid" | "BillApproved" | "BillDisApproved" | "BillCanceled" | "BillProcessing" | "CardCreated" | "CardActivated" | "CardDeactivated" | "CardExpired" | "CardExpiring" | "CardLimitUpdated" | "BatchClosed" | "BatchNotClosed" | "PayOutFunded" | "PayOutProcessed" | "PayOutCanceled" | "PayOutPaid" | "PayOutReturned" | "PayoutSubscriptionCreated" | "PayoutSubscriptionUpdated" | "PayoutSubscriptionCanceled" | "PayoutSubscriptionCompleted" | "PayoutSubscriptionReminder" | "importFileReceived" | "importFileProcessed" | "importFileError" | "exportFileSent" | "exportFileError" | "UpdatedMerchant" | "Report" | "FailedEmailNotification" | "FailedWebNotification" | "FailedSMSNotification" | "UserPasswordExpiring" | "UserPasswordExpired" | "TransactionNotFound" | "SystemAlert";
|
|
40
|
+
type EventType = "payin_transaction_initiated" | "payin_transaction_authorized" | "payin_transaction_approvedcaptured" | "payin_transaction_declined" | "payin_transaction_technicaldecline" | "payin_transaction_failed" | "payin_transaction_error" | "payin_transaction_paid" | "payin_transaction_returned" | "payin_transaction_rejected" | "payin_transaction_voidedcancelled" | "payin_transaction_processing" | "payin_transaction_processed" | "payin_transaction_onhold" | "payin_transaction_released" | "payin_transaction_recovered" | "payout_transaction_initiated" | "payout_transaction_authorized" | "payout_transaction_approvedcaptured" | "payout_transaction_declined" | "payout_transaction_technicaldecline" | "payout_transaction_failed" | "payout_transaction_error" | "payout_transaction_paid" | "payout_transaction_returned" | "payout_transaction_rejected" | "payout_transaction_voidedcancelled" | "payout_transaction_processing" | "payout_transaction_processed" | "payout_transaction_onhold" | "payout_transaction_released" | "payout_transaction_recovered" | "payin_batch_open" | "payin_batch_onhold" | "payin_batch_released" | "payin_batch_processed" | "payin_batch_paid" | "payin_batch_funded" | "payin_batch_closed" | "payin_batch_notclosed" | "payin_batch_fundpending" | "payin_batch_cancelled" | "payin_batch_transferred" | "payin_batch_resolved" | "payout_batch_open" | "payout_batch_onhold" | "payout_batch_released" | "payout_batch_processed" | "payout_batch_paid" | "payout_batch_funded" | "payout_batch_closed" | "payout_batch_notclosed" | "payout_batch_fundpending" | "payout_batch_cancelled" | "payout_batch_transferred" | "payout_batch_resolved" | "payin_batch_settlement_pending" | "payin_batch_settlement_intransit" | "payin_batch_settlement_transferred" | "payin_batch_settlement_funded" | "payin_batch_settlement_resolved" | "payin_batch_settlement_exception" | "payin_batch_settlement_achreturn" | "payin_batch_settlement_held" | "payin_batch_settlement_released" | "payout_batch_settlement_pending" | "payout_batch_settlement_intransit" | "payout_batch_settlement_transferred" | "payout_batch_settlement_funded" | "payout_batch_settlement_resolved" | "payout_batch_settlement_exception" | "payout_batch_settlement_achreturn" | "payout_batch_settlement_held" | "payout_batch_settlement_released" | "ApprovedPayment" | "AuthorizedPayment" | "DeclinedPayment" | "OriginatedPayment" | "SettledPayment" | "SubscriptionCreated" | "SubscriptionUpdated" | "SubscriptionCanceled" | "SubscriptionCompleted" | "FundedPayment" | "VoidedPayment" | "RefundedPayment" | "HoldTransaction" | "ReleasedTransaction" | "HoldBatch" | "ReleasedBatch" | "TransferAdjusted" | "TransferDisabledCreditFund" | "TransferDisabledDebitFund" | "TransferNotAvailableBalance" | "TransferReadyforRetry" | "TransferResolved" | "TransferReturn" | "TransferSuccess" | "TransferSuspended" | "TransferError" | "SendReceipt" | "RecoveredTransaction" | "CreatedApplication" | "ApprovedApplication" | "FailedBoardingApplication" | "SubmittedApplication" | "ActivatedMerchant" | "ReceivedChargeBack" | "ChargebackUpdated" | "ReceivedRetrieval" | "RetrievalUpdated" | "ReceivedAchReturn" | "HoldingApplication" | "DeclinedApplication" | "BoardingApplication" | "PaypointMoved" | "FraudAlert" | "InvoiceSent" | "InvoicePaid" | "InvoiceCreated" | "BillPaid" | "BillApproved" | "BillDisApproved" | "BillCanceled" | "BillProcessing" | "CardCreated" | "CardActivated" | "CardDeactivated" | "CardExpired" | "CardExpiring" | "CardLimitUpdated" | "BatchClosed" | "BatchNotClosed" | "PayOutFunded" | "PayOutProcessed" | "PayOutCanceled" | "PayOutPaid" | "PayOutReturned" | "PayoutSubscriptionCreated" | "PayoutSubscriptionUpdated" | "PayoutSubscriptionCanceled" | "PayoutSubscriptionCompleted" | "PayoutSubscriptionReminder" | "importFileReceived" | "importFileProcessed" | "importFileError" | "exportFileSent" | "exportFileError" | "UpdatedMerchant" | "Report" | "FailedEmailNotification" | "FailedWebNotification" | "FailedSMSNotification" | "UserPasswordExpiring" | "UserPasswordExpired" | "TransactionNotFound" | "SystemAlert";
|
|
41
41
|
const EventType: {
|
|
42
|
+
readonly PayinTransactionInitiated: "payin_transaction_initiated";
|
|
43
|
+
readonly PayinTransactionAuthorized: "payin_transaction_authorized";
|
|
44
|
+
readonly PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured";
|
|
45
|
+
readonly PayinTransactionDeclined: "payin_transaction_declined";
|
|
46
|
+
readonly PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline";
|
|
47
|
+
readonly PayinTransactionFailed: "payin_transaction_failed";
|
|
48
|
+
readonly PayinTransactionError: "payin_transaction_error";
|
|
49
|
+
readonly PayinTransactionPaid: "payin_transaction_paid";
|
|
50
|
+
readonly PayinTransactionReturned: "payin_transaction_returned";
|
|
51
|
+
readonly PayinTransactionRejected: "payin_transaction_rejected";
|
|
52
|
+
readonly PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled";
|
|
53
|
+
readonly PayinTransactionProcessing: "payin_transaction_processing";
|
|
54
|
+
readonly PayinTransactionProcessed: "payin_transaction_processed";
|
|
55
|
+
readonly PayinTransactionOnhold: "payin_transaction_onhold";
|
|
56
|
+
readonly PayinTransactionReleased: "payin_transaction_released";
|
|
57
|
+
readonly PayinTransactionRecovered: "payin_transaction_recovered";
|
|
58
|
+
readonly PayoutTransactionInitiated: "payout_transaction_initiated";
|
|
59
|
+
readonly PayoutTransactionAuthorized: "payout_transaction_authorized";
|
|
60
|
+
readonly PayoutTransactionApprovedcaptured: "payout_transaction_approvedcaptured";
|
|
61
|
+
readonly PayoutTransactionDeclined: "payout_transaction_declined";
|
|
62
|
+
readonly PayoutTransactionTechnicaldecline: "payout_transaction_technicaldecline";
|
|
63
|
+
readonly PayoutTransactionFailed: "payout_transaction_failed";
|
|
64
|
+
readonly PayoutTransactionError: "payout_transaction_error";
|
|
65
|
+
readonly PayoutTransactionPaid: "payout_transaction_paid";
|
|
66
|
+
readonly PayoutTransactionReturned: "payout_transaction_returned";
|
|
67
|
+
readonly PayoutTransactionRejected: "payout_transaction_rejected";
|
|
68
|
+
readonly PayoutTransactionVoidedcancelled: "payout_transaction_voidedcancelled";
|
|
69
|
+
readonly PayoutTransactionProcessing: "payout_transaction_processing";
|
|
70
|
+
readonly PayoutTransactionProcessed: "payout_transaction_processed";
|
|
71
|
+
readonly PayoutTransactionOnhold: "payout_transaction_onhold";
|
|
72
|
+
readonly PayoutTransactionReleased: "payout_transaction_released";
|
|
73
|
+
readonly PayoutTransactionRecovered: "payout_transaction_recovered";
|
|
74
|
+
readonly PayinBatchOpen: "payin_batch_open";
|
|
75
|
+
readonly PayinBatchOnhold: "payin_batch_onhold";
|
|
76
|
+
readonly PayinBatchReleased: "payin_batch_released";
|
|
77
|
+
readonly PayinBatchProcessed: "payin_batch_processed";
|
|
78
|
+
readonly PayinBatchPaid: "payin_batch_paid";
|
|
79
|
+
readonly PayinBatchFunded: "payin_batch_funded";
|
|
80
|
+
readonly PayinBatchClosed: "payin_batch_closed";
|
|
81
|
+
readonly PayinBatchNotclosed: "payin_batch_notclosed";
|
|
82
|
+
readonly PayinBatchFundpending: "payin_batch_fundpending";
|
|
83
|
+
readonly PayinBatchCancelled: "payin_batch_cancelled";
|
|
84
|
+
readonly PayinBatchTransferred: "payin_batch_transferred";
|
|
85
|
+
readonly PayinBatchResolved: "payin_batch_resolved";
|
|
86
|
+
readonly PayoutBatchOpen: "payout_batch_open";
|
|
87
|
+
readonly PayoutBatchOnhold: "payout_batch_onhold";
|
|
88
|
+
readonly PayoutBatchReleased: "payout_batch_released";
|
|
89
|
+
readonly PayoutBatchProcessed: "payout_batch_processed";
|
|
90
|
+
readonly PayoutBatchPaid: "payout_batch_paid";
|
|
91
|
+
readonly PayoutBatchFunded: "payout_batch_funded";
|
|
92
|
+
readonly PayoutBatchClosed: "payout_batch_closed";
|
|
93
|
+
readonly PayoutBatchNotclosed: "payout_batch_notclosed";
|
|
94
|
+
readonly PayoutBatchFundpending: "payout_batch_fundpending";
|
|
95
|
+
readonly PayoutBatchCancelled: "payout_batch_cancelled";
|
|
96
|
+
readonly PayoutBatchTransferred: "payout_batch_transferred";
|
|
97
|
+
readonly PayoutBatchResolved: "payout_batch_resolved";
|
|
98
|
+
readonly PayinBatchSettlementPending: "payin_batch_settlement_pending";
|
|
99
|
+
readonly PayinBatchSettlementIntransit: "payin_batch_settlement_intransit";
|
|
100
|
+
readonly PayinBatchSettlementTransferred: "payin_batch_settlement_transferred";
|
|
101
|
+
readonly PayinBatchSettlementFunded: "payin_batch_settlement_funded";
|
|
102
|
+
readonly PayinBatchSettlementResolved: "payin_batch_settlement_resolved";
|
|
103
|
+
readonly PayinBatchSettlementException: "payin_batch_settlement_exception";
|
|
104
|
+
readonly PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn";
|
|
105
|
+
readonly PayinBatchSettlementHeld: "payin_batch_settlement_held";
|
|
106
|
+
readonly PayinBatchSettlementReleased: "payin_batch_settlement_released";
|
|
107
|
+
readonly PayoutBatchSettlementPending: "payout_batch_settlement_pending";
|
|
108
|
+
readonly PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit";
|
|
109
|
+
readonly PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred";
|
|
110
|
+
readonly PayoutBatchSettlementFunded: "payout_batch_settlement_funded";
|
|
111
|
+
readonly PayoutBatchSettlementResolved: "payout_batch_settlement_resolved";
|
|
112
|
+
readonly PayoutBatchSettlementException: "payout_batch_settlement_exception";
|
|
113
|
+
readonly PayoutBatchSettlementAchreturn: "payout_batch_settlement_achreturn";
|
|
114
|
+
readonly PayoutBatchSettlementHeld: "payout_batch_settlement_held";
|
|
115
|
+
readonly PayoutBatchSettlementReleased: "payout_batch_settlement_released";
|
|
42
116
|
readonly ApprovedPayment: "ApprovedPayment";
|
|
43
117
|
readonly AuthorizedPayment: "AuthorizedPayment";
|
|
44
118
|
readonly DeclinedPayment: "DeclinedPayment";
|
|
@@ -9,6 +9,80 @@ var NotificationStandardRequest;
|
|
|
9
9
|
let Content;
|
|
10
10
|
(function (Content) {
|
|
11
11
|
Content.EventType = {
|
|
12
|
+
PayinTransactionInitiated: "payin_transaction_initiated",
|
|
13
|
+
PayinTransactionAuthorized: "payin_transaction_authorized",
|
|
14
|
+
PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured",
|
|
15
|
+
PayinTransactionDeclined: "payin_transaction_declined",
|
|
16
|
+
PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline",
|
|
17
|
+
PayinTransactionFailed: "payin_transaction_failed",
|
|
18
|
+
PayinTransactionError: "payin_transaction_error",
|
|
19
|
+
PayinTransactionPaid: "payin_transaction_paid",
|
|
20
|
+
PayinTransactionReturned: "payin_transaction_returned",
|
|
21
|
+
PayinTransactionRejected: "payin_transaction_rejected",
|
|
22
|
+
PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled",
|
|
23
|
+
PayinTransactionProcessing: "payin_transaction_processing",
|
|
24
|
+
PayinTransactionProcessed: "payin_transaction_processed",
|
|
25
|
+
PayinTransactionOnhold: "payin_transaction_onhold",
|
|
26
|
+
PayinTransactionReleased: "payin_transaction_released",
|
|
27
|
+
PayinTransactionRecovered: "payin_transaction_recovered",
|
|
28
|
+
PayoutTransactionInitiated: "payout_transaction_initiated",
|
|
29
|
+
PayoutTransactionAuthorized: "payout_transaction_authorized",
|
|
30
|
+
PayoutTransactionApprovedcaptured: "payout_transaction_approvedcaptured",
|
|
31
|
+
PayoutTransactionDeclined: "payout_transaction_declined",
|
|
32
|
+
PayoutTransactionTechnicaldecline: "payout_transaction_technicaldecline",
|
|
33
|
+
PayoutTransactionFailed: "payout_transaction_failed",
|
|
34
|
+
PayoutTransactionError: "payout_transaction_error",
|
|
35
|
+
PayoutTransactionPaid: "payout_transaction_paid",
|
|
36
|
+
PayoutTransactionReturned: "payout_transaction_returned",
|
|
37
|
+
PayoutTransactionRejected: "payout_transaction_rejected",
|
|
38
|
+
PayoutTransactionVoidedcancelled: "payout_transaction_voidedcancelled",
|
|
39
|
+
PayoutTransactionProcessing: "payout_transaction_processing",
|
|
40
|
+
PayoutTransactionProcessed: "payout_transaction_processed",
|
|
41
|
+
PayoutTransactionOnhold: "payout_transaction_onhold",
|
|
42
|
+
PayoutTransactionReleased: "payout_transaction_released",
|
|
43
|
+
PayoutTransactionRecovered: "payout_transaction_recovered",
|
|
44
|
+
PayinBatchOpen: "payin_batch_open",
|
|
45
|
+
PayinBatchOnhold: "payin_batch_onhold",
|
|
46
|
+
PayinBatchReleased: "payin_batch_released",
|
|
47
|
+
PayinBatchProcessed: "payin_batch_processed",
|
|
48
|
+
PayinBatchPaid: "payin_batch_paid",
|
|
49
|
+
PayinBatchFunded: "payin_batch_funded",
|
|
50
|
+
PayinBatchClosed: "payin_batch_closed",
|
|
51
|
+
PayinBatchNotclosed: "payin_batch_notclosed",
|
|
52
|
+
PayinBatchFundpending: "payin_batch_fundpending",
|
|
53
|
+
PayinBatchCancelled: "payin_batch_cancelled",
|
|
54
|
+
PayinBatchTransferred: "payin_batch_transferred",
|
|
55
|
+
PayinBatchResolved: "payin_batch_resolved",
|
|
56
|
+
PayoutBatchOpen: "payout_batch_open",
|
|
57
|
+
PayoutBatchOnhold: "payout_batch_onhold",
|
|
58
|
+
PayoutBatchReleased: "payout_batch_released",
|
|
59
|
+
PayoutBatchProcessed: "payout_batch_processed",
|
|
60
|
+
PayoutBatchPaid: "payout_batch_paid",
|
|
61
|
+
PayoutBatchFunded: "payout_batch_funded",
|
|
62
|
+
PayoutBatchClosed: "payout_batch_closed",
|
|
63
|
+
PayoutBatchNotclosed: "payout_batch_notclosed",
|
|
64
|
+
PayoutBatchFundpending: "payout_batch_fundpending",
|
|
65
|
+
PayoutBatchCancelled: "payout_batch_cancelled",
|
|
66
|
+
PayoutBatchTransferred: "payout_batch_transferred",
|
|
67
|
+
PayoutBatchResolved: "payout_batch_resolved",
|
|
68
|
+
PayinBatchSettlementPending: "payin_batch_settlement_pending",
|
|
69
|
+
PayinBatchSettlementIntransit: "payin_batch_settlement_intransit",
|
|
70
|
+
PayinBatchSettlementTransferred: "payin_batch_settlement_transferred",
|
|
71
|
+
PayinBatchSettlementFunded: "payin_batch_settlement_funded",
|
|
72
|
+
PayinBatchSettlementResolved: "payin_batch_settlement_resolved",
|
|
73
|
+
PayinBatchSettlementException: "payin_batch_settlement_exception",
|
|
74
|
+
PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn",
|
|
75
|
+
PayinBatchSettlementHeld: "payin_batch_settlement_held",
|
|
76
|
+
PayinBatchSettlementReleased: "payin_batch_settlement_released",
|
|
77
|
+
PayoutBatchSettlementPending: "payout_batch_settlement_pending",
|
|
78
|
+
PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit",
|
|
79
|
+
PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred",
|
|
80
|
+
PayoutBatchSettlementFunded: "payout_batch_settlement_funded",
|
|
81
|
+
PayoutBatchSettlementResolved: "payout_batch_settlement_resolved",
|
|
82
|
+
PayoutBatchSettlementException: "payout_batch_settlement_exception",
|
|
83
|
+
PayoutBatchSettlementAchreturn: "payout_batch_settlement_achreturn",
|
|
84
|
+
PayoutBatchSettlementHeld: "payout_batch_settlement_held",
|
|
85
|
+
PayoutBatchSettlementReleased: "payout_batch_settlement_released",
|
|
12
86
|
ApprovedPayment: "ApprovedPayment",
|
|
13
87
|
AuthorizedPayment: "AuthorizedPayment",
|
|
14
88
|
DeclinedPayment: "DeclinedPayment",
|
|
@@ -9,7 +9,7 @@ export interface PayabliApiResponse0 {
|
|
|
9
9
|
isSuccess?: Payabli.IsSuccess;
|
|
10
10
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
11
11
|
responseData?: PayabliApiResponse0.ResponseData;
|
|
12
|
-
responseText
|
|
12
|
+
responseText: Payabli.ResponseText;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace PayabliApiResponse0 {
|
|
15
15
|
interface ResponseData {
|
|
@@ -7,7 +7,7 @@ import * as Payabli from "../index.js";
|
|
|
7
7
|
*/
|
|
8
8
|
export interface PayabliApiResponse0000 {
|
|
9
9
|
isSuccess?: Payabli.IsSuccess;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
12
12
|
responseCode?: Payabli.Responsecode;
|
|
13
13
|
responseData?: PayabliApiResponse0000.ResponseData;
|
|
@@ -8,6 +8,6 @@ export interface PayabliApiResponse00Responsedatanonobject {
|
|
|
8
8
|
/** Describes the room ID. Only in use on Boarding endpoints, returns `0` when not applicable. */
|
|
9
9
|
roomId?: number;
|
|
10
10
|
isSuccess?: Payabli.IsSuccess;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
responseData?: Payabli.Responsedatanonobject;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export interface PayabliApiResponse6 {
|
|
|
10
10
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
11
11
|
/** If `isSuccess` = true, this contains the line item identifier. If `isSuccess` = false, this contains the reason of the error. */
|
|
12
12
|
responseData?: Payabli.Responsedatanonobject;
|
|
13
|
-
responseText
|
|
13
|
+
responseText: Payabli.ResponseText;
|
|
14
14
|
}
|
|
@@ -8,7 +8,7 @@ export interface PayabliApiResponseImport {
|
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
/** The response data containing the result of the import operation. */
|
|
10
10
|
responseData?: PayabliApiResponseImport.ResponseData;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace PayabliApiResponseImport {
|
|
14
14
|
/**
|
|
@@ -10,5 +10,5 @@ export interface PayabliApiResponseMfaBasic {
|
|
|
10
10
|
mfaValidationCode?: Payabli.MfaValidationCode;
|
|
11
11
|
/** Data returned by the response, masked for security. */
|
|
12
12
|
responseData?: string;
|
|
13
|
-
responseText
|
|
13
|
+
responseText: Payabli.ResponseText;
|
|
14
14
|
}
|
|
@@ -13,7 +13,7 @@ export interface PayabliApiResponseNotifications {
|
|
|
13
13
|
responseCode?: Payabli.Responsecode;
|
|
14
14
|
/** When the request was successful, this contains the notification ID, or `nID` used to manage the notification. */
|
|
15
15
|
responseData?: PayabliApiResponseNotifications.ResponseData;
|
|
16
|
-
responseText
|
|
16
|
+
responseText: Payabli.ResponseText;
|
|
17
17
|
}
|
|
18
18
|
export declare namespace PayabliApiResponseNotifications {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@ import * as Payabli from "../index.js";
|
|
|
8
8
|
export interface PayabliApiResponsePaymethodDelete {
|
|
9
9
|
isSuccess?: Payabli.IsSuccess;
|
|
10
10
|
responseData?: PayabliApiResponsePaymethodDelete.ResponseData;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace PayabliApiResponsePaymethodDelete {
|
|
14
14
|
interface ResponseData {
|
|
@@ -8,5 +8,5 @@ export interface PayabliApiResponseTemplateId {
|
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
/** When the operation is successful, contains the template's ID. */
|
|
10
10
|
responseData?: Payabli.Responsedatanonobject;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export interface PayabliApiResponseVendors {
|
|
|
8
8
|
responseCode?: Payabli.Responsecode;
|
|
9
9
|
/** If the request was successful, this field contains the identifier for the vendor. */
|
|
10
10
|
responseData?: number;
|
|
11
|
-
responseText
|
|
11
|
+
responseText: Payabli.ResponseText;
|
|
12
12
|
}
|
|
@@ -18,8 +18,9 @@ import * as Payabli from "../index.js";
|
|
|
18
18
|
* paypointLogo: "https://example.com/logo.png",
|
|
19
19
|
* parentOrgName: "Pilgrim Planner",
|
|
20
20
|
* parentOrgId: 12345,
|
|
21
|
+
* parentOrgEntryName: "43aebc000",
|
|
21
22
|
* parentOrgLogo: "https://example.com/parent-logo.png",
|
|
22
|
-
*
|
|
23
|
+
* externalPaypointID: "ext-12345",
|
|
23
24
|
* bankAccount: {
|
|
24
25
|
* accountNumber: "****1234",
|
|
25
26
|
* routingNumber: "123456789"
|
|
@@ -52,30 +53,32 @@ export interface Transfer {
|
|
|
52
53
|
paypointId: Payabli.PaypointId;
|
|
53
54
|
batchNumber: Payabli.BatchNumber;
|
|
54
55
|
/** The currency of the batch, either USD or CAD. */
|
|
55
|
-
batchCurrency
|
|
56
|
+
batchCurrency: string | null;
|
|
56
57
|
/** Number of records in the batch. */
|
|
57
|
-
batchRecords
|
|
58
|
+
batchRecords: number | null;
|
|
58
59
|
transferIdentifier: Payabli.TransferIdentifier;
|
|
59
60
|
/** The ID of the batch the transfer belongs to. */
|
|
60
61
|
batchId: number;
|
|
61
|
-
/** The paypoint
|
|
62
|
-
paypointEntryName
|
|
62
|
+
/** The paypoint entryname. */
|
|
63
|
+
paypointEntryName: string | null;
|
|
63
64
|
/** The paypoint legal name. */
|
|
64
|
-
paypointLegalName
|
|
65
|
+
paypointLegalName: Payabli.Legalname | null;
|
|
65
66
|
/** The paypoint DBA name. */
|
|
66
|
-
paypointDbaName
|
|
67
|
+
paypointDbaName: Payabli.Dbaname | null;
|
|
67
68
|
/** The paypoint logo URL. */
|
|
68
|
-
paypointLogo
|
|
69
|
+
paypointLogo: string | null;
|
|
69
70
|
/** The parent organization name. */
|
|
70
|
-
parentOrgName
|
|
71
|
+
parentOrgName: string | null;
|
|
71
72
|
/** The parent organization ID. */
|
|
72
|
-
parentOrgId
|
|
73
|
+
parentOrgId: number | null;
|
|
74
|
+
/** The parent organization entryname. */
|
|
75
|
+
parentOrgEntryName: string | null;
|
|
73
76
|
/** The parent organization logo URL. */
|
|
74
|
-
parentOrgLogo
|
|
77
|
+
parentOrgLogo: string | null;
|
|
75
78
|
/** The external paypoint ID. */
|
|
76
|
-
|
|
79
|
+
externalPaypointID: string | null;
|
|
77
80
|
/** Bank account information for the transfer. */
|
|
78
|
-
bankAccount
|
|
81
|
+
bankAccount: Payabli.TransferBankAccount | null;
|
|
79
82
|
/** Date when the transfer occurred. */
|
|
80
83
|
transferDate: string;
|
|
81
84
|
/** The payment processor used for the transfer. */
|
|
@@ -101,7 +104,7 @@ export interface Transfer {
|
|
|
101
104
|
/** The net transfer amount after all deductions and additions. */
|
|
102
105
|
netTransferAmount: number;
|
|
103
106
|
/** List of events associated with the transfer. */
|
|
104
|
-
eventsData
|
|
107
|
+
eventsData: Payabli.GeneralEvents[] | null;
|
|
105
108
|
/** List of messages related to the transfer. */
|
|
106
|
-
messages
|
|
109
|
+
messages: Payabli.TransferMessage[] | null;
|
|
107
110
|
}
|