@payabli/sdk-node 0.0.128 → 0.0.130
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 +8 -0
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/bill/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/bill/client/Client.js +2 -2
- package/dist/cjs/api/resources/cloud/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/cloud/client/Client.js +4 -4
- package/dist/cjs/api/resources/export/client/Client.d.ts +14 -14
- package/dist/cjs/api/resources/export/client/Client.js +14 -14
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.js +3 -3
- package/dist/cjs/api/resources/invoice/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/invoice/client/Client.js +3 -3
- package/dist/cjs/api/resources/lineItem/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/lineItem/client/Client.js +2 -2
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/moneyIn/client/Client.js +10 -10
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +31 -0
- package/dist/cjs/api/resources/moneyOut/client/Client.js +75 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.js +13 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.js +1 -0
- package/dist/cjs/api/resources/organization/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/organization/client/Client.js +1 -1
- package/dist/cjs/api/resources/paypoint/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/paypoint/client/Client.js +6 -6
- package/dist/cjs/api/resources/query/client/Client.d.ts +63 -2
- package/dist/cjs/api/resources/query/client/Client.js +228 -2
- package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +0 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.ts +45 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.ts +46 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.ts +46 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +0 -1
- package/dist/cjs/api/resources/query/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +3 -3
- package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.d.ts +36 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.ts +15 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.d.ts +9 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.ts +41 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.ts +10 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.d.ts +132 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.d.ts +96 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.ts +35 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.d.ts +15 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.d.ts +22 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.d.ts +9 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.d.ts +10 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.d.ts +74 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/index.d.ts +16 -0
- package/dist/cjs/api/resources/queryTypes/types/index.js +16 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.ts +1 -1
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.ts +1 -1
- package/dist/cjs/api/types/Entry.d.ts +1 -1
- package/dist/cjs/api/types/MaxTicket.d.ts +1 -1
- package/dist/cjs/api/types/MinTicket.d.ts +1 -1
- package/dist/cjs/api/types/PendingFeeAmount.d.ts +1 -1
- package/dist/cjs/api/types/QueryTransactionEvents.d.ts +1 -1
- package/dist/cjs/api/types/Responsecode.d.ts +1 -1
- package/dist/cjs/api/types/ResultCodeText.d.ts +1 -1
- package/dist/cjs/api/types/ResultCodev2.d.ts +1 -1
- package/dist/cjs/api/types/SettingElement.d.ts +1 -1
- package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +1 -1
- package/dist/cjs/api/types/Transfer.d.ts +2 -1
- package/dist/cjs/api/types/TransferBankAccount.d.ts +1 -0
- package/dist/cjs/api/types/TransferQueryResponse.d.ts +2 -1
- 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/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/bill/client/Client.mjs +2 -2
- package/dist/esm/api/resources/cloud/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/cloud/client/Client.mjs +4 -4
- package/dist/esm/api/resources/export/client/Client.d.mts +14 -14
- package/dist/esm/api/resources/export/client/Client.mjs +14 -14
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.mjs +3 -3
- package/dist/esm/api/resources/invoice/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/invoice/client/Client.mjs +3 -3
- package/dist/esm/api/resources/lineItem/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/lineItem/client/Client.mjs +2 -2
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +10 -10
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +31 -0
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +75 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.mjs +10 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +1 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +1 -0
- package/dist/esm/api/resources/organization/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/organization/client/Client.mjs +1 -1
- package/dist/esm/api/resources/paypoint/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/paypoint/client/Client.mjs +6 -6
- package/dist/esm/api/resources/query/client/Client.d.mts +63 -2
- package/dist/esm/api/resources/query/client/Client.mjs +228 -2
- package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +0 -1
- package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.mts +45 -0
- package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.mts +46 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.mts +46 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +0 -1
- package/dist/esm/api/resources/query/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +3 -3
- package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.d.mts +36 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.mts +15 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.d.mts +9 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.mts +41 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.mts +10 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.d.mts +132 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.d.mts +96 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.mts +35 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.d.mts +15 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.d.mts +22 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.d.mts +9 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.d.mts +10 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.d.mts +74 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/index.d.mts +16 -0
- package/dist/esm/api/resources/queryTypes/types/index.mjs +16 -0
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.mts +1 -1
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.mts +1 -1
- package/dist/esm/api/types/Entry.d.mts +1 -1
- package/dist/esm/api/types/MaxTicket.d.mts +1 -1
- package/dist/esm/api/types/MinTicket.d.mts +1 -1
- package/dist/esm/api/types/PendingFeeAmount.d.mts +1 -1
- package/dist/esm/api/types/QueryTransactionEvents.d.mts +1 -1
- package/dist/esm/api/types/Responsecode.d.mts +1 -1
- package/dist/esm/api/types/ResultCodeText.d.mts +1 -1
- package/dist/esm/api/types/ResultCodev2.d.mts +1 -1
- package/dist/esm/api/types/SettingElement.d.mts +1 -1
- package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +1 -1
- package/dist/esm/api/types/Transfer.d.mts +2 -1
- package/dist/esm/api/types/TransferBankAccount.d.mts +1 -0
- package/dist/esm/api/types/TransferQueryResponse.d.mts +2 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +360 -48
package/LICENSE.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Copyright (c) 2025 Payabli, Inc.
|
|
2
|
+
|
|
3
|
+
All Rights Reserved.
|
|
4
|
+
|
|
5
|
+
This source code is the proprietary property of Payabli, Inc.
|
|
6
|
+
The source code contained herein is made available for inspection
|
|
7
|
+
and reference purposes only. No license is granted to use, modify,
|
|
8
|
+
distribute, or create derivative works from this source code.
|
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
|
|
|
43
43
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
44
44
|
"X-Fern-Language": "JavaScript",
|
|
45
45
|
"X-Fern-SDK-Name": "@payabli/sdk-node",
|
|
46
|
-
"X-Fern-SDK-Version": "0.0.
|
|
47
|
-
"User-Agent": "@payabli/sdk-node/0.0.
|
|
46
|
+
"X-Fern-SDK-Version": "0.0.130",
|
|
47
|
+
"User-Agent": "@payabli/sdk-node/0.0.130",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -13,7 +13,7 @@ export declare class BillClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* Creates a bill in an entrypoint.
|
|
15
15
|
*
|
|
16
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
16
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
17
17
|
* @param {Payabli.AddBillRequest} request
|
|
18
18
|
* @param {BillClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
19
19
|
*
|
|
@@ -181,7 +181,7 @@ export declare class BillClient {
|
|
|
181
181
|
/**
|
|
182
182
|
* Retrieve a list of bills for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
|
|
183
183
|
*
|
|
184
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
184
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
185
185
|
* @param {Payabli.ListBillsRequest} request
|
|
186
186
|
* @param {BillClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
187
187
|
*
|
|
@@ -59,7 +59,7 @@ class BillClient {
|
|
|
59
59
|
/**
|
|
60
60
|
* Creates a bill in an entrypoint.
|
|
61
61
|
*
|
|
62
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
62
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
63
63
|
* @param {Payabli.AddBillRequest} request
|
|
64
64
|
* @param {BillClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
65
65
|
*
|
|
@@ -490,7 +490,7 @@ class BillClient {
|
|
|
490
490
|
/**
|
|
491
491
|
* Retrieve a list of bills for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
|
|
492
492
|
*
|
|
493
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
493
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
494
494
|
* @param {Payabli.ListBillsRequest} request
|
|
495
495
|
* @param {BillClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
496
496
|
*
|
|
@@ -13,7 +13,7 @@ export declare class CloudClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* Register a cloud device to an entrypoint. See [Devices Quickstart](/developers/developer-guides/devices-quickstart#devices-quickstart) for a complete guide.
|
|
15
15
|
*
|
|
16
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
16
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
17
17
|
* @param {Payabli.DeviceEntry} request
|
|
18
18
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
19
19
|
*
|
|
@@ -33,7 +33,7 @@ export declare class CloudClient {
|
|
|
33
33
|
/**
|
|
34
34
|
* Retrieve the registration history for a device.
|
|
35
35
|
*
|
|
36
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
36
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
37
37
|
* @param {string} deviceId - ID of the cloud device.
|
|
38
38
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
39
39
|
*
|
|
@@ -50,7 +50,7 @@ export declare class CloudClient {
|
|
|
50
50
|
/**
|
|
51
51
|
* Get a list of cloud devices registered to an entrypoint.
|
|
52
52
|
*
|
|
53
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
53
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
54
54
|
* @param {Payabli.ListDeviceRequest} request
|
|
55
55
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
56
56
|
*
|
|
@@ -67,7 +67,7 @@ export declare class CloudClient {
|
|
|
67
67
|
/**
|
|
68
68
|
* Remove a cloud device from an entrypoint.
|
|
69
69
|
*
|
|
70
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
70
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
71
71
|
* @param {string} deviceId - ID of the cloud device.
|
|
72
72
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
73
73
|
*
|
|
@@ -69,7 +69,7 @@ class CloudClient {
|
|
|
69
69
|
/**
|
|
70
70
|
* Register a cloud device to an entrypoint. See [Devices Quickstart](/developers/developer-guides/devices-quickstart#devices-quickstart) for a complete guide.
|
|
71
71
|
*
|
|
72
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
72
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
73
73
|
* @param {Payabli.DeviceEntry} request
|
|
74
74
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
75
75
|
*
|
|
@@ -134,7 +134,7 @@ class CloudClient {
|
|
|
134
134
|
/**
|
|
135
135
|
* Retrieve the registration history for a device.
|
|
136
136
|
*
|
|
137
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
137
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
138
138
|
* @param {string} deviceId - ID of the cloud device.
|
|
139
139
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
140
140
|
*
|
|
@@ -192,7 +192,7 @@ class CloudClient {
|
|
|
192
192
|
/**
|
|
193
193
|
* Get a list of cloud devices registered to an entrypoint.
|
|
194
194
|
*
|
|
195
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
195
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
196
196
|
* @param {Payabli.ListDeviceRequest} request
|
|
197
197
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
198
198
|
*
|
|
@@ -255,7 +255,7 @@ class CloudClient {
|
|
|
255
255
|
/**
|
|
256
256
|
* Remove a cloud device from an entrypoint.
|
|
257
257
|
*
|
|
258
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
258
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
259
259
|
* @param {string} deviceId - ID of the cloud device.
|
|
260
260
|
* @param {CloudClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
261
261
|
*
|
|
@@ -36,7 +36,7 @@ export declare class ExportClient {
|
|
|
36
36
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
37
37
|
*
|
|
38
38
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
39
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
39
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
40
40
|
* @param {Payabli.ExportBatchDetailsRequest} request
|
|
41
41
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
42
42
|
*
|
|
@@ -80,7 +80,7 @@ export declare class ExportClient {
|
|
|
80
80
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
81
81
|
*
|
|
82
82
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
83
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
83
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
84
84
|
* @param {Payabli.ExportBatchesRequest} request
|
|
85
85
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
86
86
|
*
|
|
@@ -124,7 +124,7 @@ export declare class ExportClient {
|
|
|
124
124
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
125
125
|
*
|
|
126
126
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
127
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
127
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
128
128
|
* @param {Payabli.ExportBatchesOutRequest} request
|
|
129
129
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
130
130
|
*
|
|
@@ -168,7 +168,7 @@ export declare class ExportClient {
|
|
|
168
168
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
169
169
|
*
|
|
170
170
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
171
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
171
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
172
172
|
* @param {Payabli.ExportBillsRequest} request
|
|
173
173
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
174
174
|
*
|
|
@@ -212,7 +212,7 @@ export declare class ExportClient {
|
|
|
212
212
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
213
213
|
*
|
|
214
214
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
215
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
215
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
216
216
|
* @param {Payabli.ExportChargebacksRequest} request
|
|
217
217
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
218
218
|
*
|
|
@@ -256,7 +256,7 @@ export declare class ExportClient {
|
|
|
256
256
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
257
257
|
*
|
|
258
258
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
259
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
259
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
260
260
|
* @param {Payabli.ExportCustomersRequest} request
|
|
261
261
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
262
262
|
*
|
|
@@ -300,7 +300,7 @@ export declare class ExportClient {
|
|
|
300
300
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
301
301
|
*
|
|
302
302
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
303
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
303
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
304
304
|
* @param {Payabli.ExportInvoicesRequest} request
|
|
305
305
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
306
306
|
*
|
|
@@ -366,7 +366,7 @@ export declare class ExportClient {
|
|
|
366
366
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
367
367
|
*
|
|
368
368
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
369
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
369
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
370
370
|
* @param {Payabli.ExportPayoutRequest} request
|
|
371
371
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
372
372
|
*
|
|
@@ -432,7 +432,7 @@ export declare class ExportClient {
|
|
|
432
432
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
433
433
|
*
|
|
434
434
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
435
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
435
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
436
436
|
* @param {Payabli.ExportSettlementsRequest} request
|
|
437
437
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
438
438
|
*
|
|
@@ -476,7 +476,7 @@ export declare class ExportClient {
|
|
|
476
476
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
477
477
|
*
|
|
478
478
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
479
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
479
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
480
480
|
* @param {Payabli.ExportSubscriptionsRequest} request
|
|
481
481
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
482
482
|
*
|
|
@@ -520,7 +520,7 @@ export declare class ExportClient {
|
|
|
520
520
|
* Export a list of transactions for an entrypoint in a file in XLXS or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
521
521
|
*
|
|
522
522
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
523
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
523
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
524
524
|
* @param {Payabli.ExportTransactionsRequest} request
|
|
525
525
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
526
526
|
*
|
|
@@ -564,7 +564,7 @@ export declare class ExportClient {
|
|
|
564
564
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
565
565
|
*
|
|
566
566
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
567
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
567
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
568
568
|
* @param {number} transferId - Transfer identifier.
|
|
569
569
|
* @param {Payabli.ExportTransferDetailsRequest} request
|
|
570
570
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -587,7 +587,7 @@ export declare class ExportClient {
|
|
|
587
587
|
/**
|
|
588
588
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
589
589
|
*
|
|
590
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
590
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
591
591
|
* @param {Payabli.ExportTransfersRequest} request
|
|
592
592
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
593
593
|
*
|
|
@@ -610,7 +610,7 @@ export declare class ExportClient {
|
|
|
610
610
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
611
611
|
*
|
|
612
612
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
613
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
613
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
614
614
|
* @param {Payabli.ExportVendorsRequest} request
|
|
615
615
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
616
616
|
*
|
|
@@ -137,7 +137,7 @@ class ExportClient {
|
|
|
137
137
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
138
138
|
*
|
|
139
139
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
140
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
140
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
141
141
|
* @param {Payabli.ExportBatchDetailsRequest} request
|
|
142
142
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
143
143
|
*
|
|
@@ -291,7 +291,7 @@ class ExportClient {
|
|
|
291
291
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
292
292
|
*
|
|
293
293
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
294
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
294
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
295
295
|
* @param {Payabli.ExportBatchesRequest} request
|
|
296
296
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
297
297
|
*
|
|
@@ -445,7 +445,7 @@ class ExportClient {
|
|
|
445
445
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
446
446
|
*
|
|
447
447
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
448
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
448
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
449
449
|
* @param {Payabli.ExportBatchesOutRequest} request
|
|
450
450
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
451
451
|
*
|
|
@@ -599,7 +599,7 @@ class ExportClient {
|
|
|
599
599
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
600
600
|
*
|
|
601
601
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
602
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
602
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
603
603
|
* @param {Payabli.ExportBillsRequest} request
|
|
604
604
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
605
605
|
*
|
|
@@ -753,7 +753,7 @@ class ExportClient {
|
|
|
753
753
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
754
754
|
*
|
|
755
755
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
756
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
756
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
757
757
|
* @param {Payabli.ExportChargebacksRequest} request
|
|
758
758
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
759
759
|
*
|
|
@@ -907,7 +907,7 @@ class ExportClient {
|
|
|
907
907
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
908
908
|
*
|
|
909
909
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
910
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
910
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
911
911
|
* @param {Payabli.ExportCustomersRequest} request
|
|
912
912
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
913
913
|
*
|
|
@@ -1061,7 +1061,7 @@ class ExportClient {
|
|
|
1061
1061
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
1062
1062
|
*
|
|
1063
1063
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1064
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1064
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1065
1065
|
* @param {Payabli.ExportInvoicesRequest} request
|
|
1066
1066
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1067
1067
|
*
|
|
@@ -1292,7 +1292,7 @@ class ExportClient {
|
|
|
1292
1292
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
1293
1293
|
*
|
|
1294
1294
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1295
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1295
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1296
1296
|
* @param {Payabli.ExportPayoutRequest} request
|
|
1297
1297
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1298
1298
|
*
|
|
@@ -1523,7 +1523,7 @@ class ExportClient {
|
|
|
1523
1523
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
1524
1524
|
*
|
|
1525
1525
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1526
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1526
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1527
1527
|
* @param {Payabli.ExportSettlementsRequest} request
|
|
1528
1528
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1529
1529
|
*
|
|
@@ -1677,7 +1677,7 @@ class ExportClient {
|
|
|
1677
1677
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
1678
1678
|
*
|
|
1679
1679
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1680
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1680
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1681
1681
|
* @param {Payabli.ExportSubscriptionsRequest} request
|
|
1682
1682
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1683
1683
|
*
|
|
@@ -1831,7 +1831,7 @@ class ExportClient {
|
|
|
1831
1831
|
* Export a list of transactions for an entrypoint in a file in XLXS or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
1832
1832
|
*
|
|
1833
1833
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1834
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1834
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1835
1835
|
* @param {Payabli.ExportTransactionsRequest} request
|
|
1836
1836
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1837
1837
|
*
|
|
@@ -1985,7 +1985,7 @@ class ExportClient {
|
|
|
1985
1985
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
1986
1986
|
*
|
|
1987
1987
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1988
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1988
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1989
1989
|
* @param {number} transferId - Transfer identifier.
|
|
1990
1990
|
* @param {Payabli.ExportTransferDetailsRequest} request
|
|
1991
1991
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -2066,7 +2066,7 @@ class ExportClient {
|
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
2068
2068
|
*
|
|
2069
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
2069
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2070
2070
|
* @param {Payabli.ExportTransfersRequest} request
|
|
2071
2071
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2072
2072
|
*
|
|
@@ -2147,7 +2147,7 @@ class ExportClient {
|
|
|
2147
2147
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
2148
2148
|
*
|
|
2149
2149
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
2150
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
2150
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2151
2151
|
* @param {Payabli.ExportVendorsRequest} request
|
|
2152
2152
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2153
2153
|
*
|
|
@@ -13,7 +13,7 @@ export declare class HostedPaymentPagesClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* Loads all of a payment page's details including `pageIdentifier` and `validationCode`. This endpoint requires an `application` API token.
|
|
15
15
|
*
|
|
16
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
16
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
17
17
|
* @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
|
|
18
18
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
19
19
|
*
|
|
@@ -32,7 +32,7 @@ export declare class HostedPaymentPagesClient {
|
|
|
32
32
|
* Creates a new payment page for a paypoint.
|
|
33
33
|
* Note: this operation doesn't create a new paypoint, just a payment page for an existing paypoint. Paypoints are created by the Payabli team when a boarding application is approved.
|
|
34
34
|
*
|
|
35
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
35
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
36
36
|
* @param {Payabli.NewPageRequest} request
|
|
37
37
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
38
38
|
*
|
|
@@ -52,7 +52,7 @@ export declare class HostedPaymentPagesClient {
|
|
|
52
52
|
/**
|
|
53
53
|
* Updates a payment page in a paypoint.
|
|
54
54
|
*
|
|
55
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
55
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
56
56
|
* @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
|
|
57
57
|
* @param {Payabli.PayabliPages} request
|
|
58
58
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -58,7 +58,7 @@ class HostedPaymentPagesClient {
|
|
|
58
58
|
/**
|
|
59
59
|
* Loads all of a payment page's details including `pageIdentifier` and `validationCode`. This endpoint requires an `application` API token.
|
|
60
60
|
*
|
|
61
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
61
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
62
62
|
* @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
|
|
63
63
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
64
|
*
|
|
@@ -118,7 +118,7 @@ class HostedPaymentPagesClient {
|
|
|
118
118
|
* Creates a new payment page for a paypoint.
|
|
119
119
|
* Note: this operation doesn't create a new paypoint, just a payment page for an existing paypoint. Paypoints are created by the Payabli team when a boarding application is approved.
|
|
120
120
|
*
|
|
121
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
121
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
122
122
|
* @param {Payabli.NewPageRequest} request
|
|
123
123
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
124
124
|
*
|
|
@@ -186,7 +186,7 @@ class HostedPaymentPagesClient {
|
|
|
186
186
|
/**
|
|
187
187
|
* Updates a payment page in a paypoint.
|
|
188
188
|
*
|
|
189
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
189
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
190
190
|
* @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
|
|
191
191
|
* @param {Payabli.PayabliPages} request
|
|
192
192
|
* @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -13,7 +13,7 @@ export declare class InvoiceClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* Creates an invoice in an entrypoint.
|
|
15
15
|
*
|
|
16
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
16
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
17
17
|
* @param {Payabli.AddInvoiceRequest} request
|
|
18
18
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
19
19
|
*
|
|
@@ -181,7 +181,7 @@ export declare class InvoiceClient {
|
|
|
181
181
|
/**
|
|
182
182
|
* Retrieves the next available invoice number for a paypoint.
|
|
183
183
|
*
|
|
184
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
184
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
185
185
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
186
186
|
*
|
|
187
187
|
* @throws {@link Payabli.BadRequestError}
|
|
@@ -197,7 +197,7 @@ export declare class InvoiceClient {
|
|
|
197
197
|
/**
|
|
198
198
|
* Returns a list of invoices for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
|
|
199
199
|
*
|
|
200
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
200
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
201
201
|
* @param {Payabli.ListInvoicesRequest} request
|
|
202
202
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
203
203
|
*
|
|
@@ -59,7 +59,7 @@ class InvoiceClient {
|
|
|
59
59
|
/**
|
|
60
60
|
* Creates an invoice in an entrypoint.
|
|
61
61
|
*
|
|
62
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
62
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
63
63
|
* @param {Payabli.AddInvoiceRequest} request
|
|
64
64
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
65
65
|
*
|
|
@@ -494,7 +494,7 @@ class InvoiceClient {
|
|
|
494
494
|
/**
|
|
495
495
|
* Retrieves the next available invoice number for a paypoint.
|
|
496
496
|
*
|
|
497
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
497
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
498
498
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
499
499
|
*
|
|
500
500
|
* @throws {@link Payabli.BadRequestError}
|
|
@@ -551,7 +551,7 @@ class InvoiceClient {
|
|
|
551
551
|
/**
|
|
552
552
|
* Returns a list of invoices for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
|
|
553
553
|
*
|
|
554
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
554
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
555
555
|
* @param {Payabli.ListInvoicesRequest} request
|
|
556
556
|
* @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
557
557
|
*
|
|
@@ -13,7 +13,7 @@ export declare class LineItemClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* Adds products and services to an entrypoint's catalog. These are used as line items for invoicing and transactions. In the response, "responseData" displays the item's code.
|
|
15
15
|
*
|
|
16
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
16
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
17
17
|
* @param {Payabli.AddItemRequest} request
|
|
18
18
|
* @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
19
19
|
*
|
|
@@ -73,7 +73,7 @@ export declare class LineItemClient {
|
|
|
73
73
|
/**
|
|
74
74
|
* Retrieves a list of line items and their details from an entrypoint. Line items are also known as items, products, and services. Use filters to limit results.
|
|
75
75
|
*
|
|
76
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
76
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
77
77
|
* @param {Payabli.ListLineItemsRequest} request
|
|
78
78
|
* @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
79
79
|
*
|
|
@@ -59,7 +59,7 @@ class LineItemClient {
|
|
|
59
59
|
/**
|
|
60
60
|
* Adds products and services to an entrypoint's catalog. These are used as line items for invoicing and transactions. In the response, "responseData" displays the item's code.
|
|
61
61
|
*
|
|
62
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
62
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
63
63
|
* @param {Payabli.AddItemRequest} request
|
|
64
64
|
* @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
65
65
|
*
|
|
@@ -246,7 +246,7 @@ class LineItemClient {
|
|
|
246
246
|
/**
|
|
247
247
|
* Retrieves a list of line items and their details from an entrypoint. Line items are also known as items, products, and services. Use filters to limit results.
|
|
248
248
|
*
|
|
249
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
249
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
250
250
|
* @param {Payabli.ListLineItemsRequest} request
|
|
251
251
|
* @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
252
252
|
*
|
|
@@ -11,7 +11,7 @@ export declare class MoneyInClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<MoneyInClient.Options>;
|
|
12
12
|
constructor(options?: MoneyInClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until [captured](/api-reference/moneyin/capture-an-authorized-transaction).
|
|
14
|
+
* Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until [captured](/developers/api-reference/moneyin/capture-an-authorized-transaction).
|
|
15
15
|
* Only card transactions can be authorized. This endpoint can't be used for ACH transactions.
|
|
16
16
|
* <Tip>
|
|
17
17
|
* Consider migrating to the [v2 Authorize endpoint](/developers/api-reference/moneyinV2/authorize-a-transaction) to take advantage of unified response codes and improved response consistency.
|
|
@@ -53,11 +53,11 @@ export declare class MoneyInClient {
|
|
|
53
53
|
private __authorize;
|
|
54
54
|
/**
|
|
55
55
|
* <Warning>
|
|
56
|
-
* This endpoint is deprecated and will be sunset on November 24, 2025. Migrate to [POST `/capture/{transId}`](/api-reference/moneyin/capture-an-authorized-transaction)`.
|
|
56
|
+
* This endpoint is deprecated and will be sunset on November 24, 2025. Migrate to [POST `/capture/{transId}`](/developers/api-reference/moneyin/capture-an-authorized-transaction)`.
|
|
57
57
|
* </Warning>
|
|
58
58
|
*
|
|
59
59
|
* Capture an [authorized
|
|
60
|
-
* transaction](/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
|
|
60
|
+
* transaction](/developers/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
|
|
61
61
|
*
|
|
62
62
|
* @param {string} transId - ReferenceId for the transaction (PaymentId).
|
|
63
63
|
* @param {number} amount - Amount to be captured. The amount can't be greater the original total amount of the transaction. `0` captures the total amount authorized in the transaction. Partial captures aren't supported.
|
|
@@ -74,7 +74,7 @@ export declare class MoneyInClient {
|
|
|
74
74
|
capture(transId: string, amount: number, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.CaptureResponse>;
|
|
75
75
|
private __capture;
|
|
76
76
|
/**
|
|
77
|
-
* Capture an [authorized transaction](/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
|
|
77
|
+
* Capture an [authorized transaction](/developers/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
|
|
78
78
|
*
|
|
79
79
|
* You can use this endpoint to capture both full and partial amounts of the original authorized transaction. See [Capture an authorized transaction](/developers/developer-guides/pay-in-auth-and-capture) for more information about this endpoint.
|
|
80
80
|
*
|
|
@@ -554,7 +554,7 @@ export declare class MoneyInClient {
|
|
|
554
554
|
void(transId: string, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.VoidResponse>;
|
|
555
555
|
private __void;
|
|
556
556
|
/**
|
|
557
|
-
* Make a single transaction. This method authorizes and captures a payment in one step. This is the v2 version of the `api/MoneyIn/getpaid` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
557
|
+
* Make a single transaction. This method authorizes and captures a payment in one step. This is the v2 version of the `api/MoneyIn/getpaid` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
558
558
|
*
|
|
559
559
|
* @param {Payabli.RequestPaymentV2} request
|
|
560
560
|
* @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -656,7 +656,7 @@ export declare class MoneyInClient {
|
|
|
656
656
|
getpaidv2(request: Payabli.RequestPaymentV2, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
|
|
657
657
|
private __getpaidv2;
|
|
658
658
|
/**
|
|
659
|
-
* Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until captured. This is the v2 version of the `api/MoneyIn/authorize` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
659
|
+
* Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until captured. This is the v2 version of the `api/MoneyIn/authorize` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
660
660
|
*
|
|
661
661
|
* **Note**: Only card transactions can be authorized. This endpoint can't be used for ACH transactions.
|
|
662
662
|
*
|
|
@@ -695,7 +695,7 @@ export declare class MoneyInClient {
|
|
|
695
695
|
authorizev2(request: Payabli.RequestPaymentAuthorizeV2, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
|
|
696
696
|
private __authorizev2;
|
|
697
697
|
/**
|
|
698
|
-
* Capture an authorized transaction to complete the transaction and move funds from the customer to merchant account. This is the v2 version of the `api/MoneyIn/capture/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
698
|
+
* Capture an authorized transaction to complete the transaction and move funds from the customer to merchant account. This is the v2 version of the `api/MoneyIn/capture/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
699
699
|
*
|
|
700
700
|
* @param {string} transId - ReferenceId for the transaction (PaymentId).
|
|
701
701
|
* @param {Payabli.CaptureRequest} request
|
|
@@ -727,7 +727,7 @@ export declare class MoneyInClient {
|
|
|
727
727
|
/**
|
|
728
728
|
* Give a full refund for a transaction that has settled and send money back to the account holder. To perform a partial refund, see [Partially refund a transaction](developers/api-reference/moneyinV2/partial-refund-a-settled-transaction).
|
|
729
729
|
*
|
|
730
|
-
* This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
730
|
+
* This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
731
731
|
*
|
|
732
732
|
* @param {string} transId - ReferenceId for the transaction (PaymentId).
|
|
733
733
|
* @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -745,7 +745,7 @@ export declare class MoneyInClient {
|
|
|
745
745
|
/**
|
|
746
746
|
* Refund a transaction that has settled and send money back to the account holder. If `amount` is omitted or set to 0, performs a full refund. When a non-zero `amount` is provided, this endpoint performs a partial refund.
|
|
747
747
|
*
|
|
748
|
-
* This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
748
|
+
* This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
749
749
|
*
|
|
750
750
|
* @param {string} transId - ReferenceId for the transaction (PaymentId).
|
|
751
751
|
* @param {number} amount - Amount to refund from original transaction, minus any service fees charged on the original transaction. If omitted or set to 0, performs a full refund.
|
|
@@ -765,7 +765,7 @@ export declare class MoneyInClient {
|
|
|
765
765
|
refundv2Amount(transId: string, amount: number, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
|
|
766
766
|
private __refundv2Amount;
|
|
767
767
|
/**
|
|
768
|
-
* Cancel a transaction that hasn't been settled yet. Voiding non-captured authorizations prevents future captures. This is the v2 version of the `api/MoneyIn/void/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/
|
|
768
|
+
* Cancel a transaction that hasn't been settled yet. Voiding non-captured authorizations prevents future captures. This is the v2 version of the `api/MoneyIn/void/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
|
|
769
769
|
*
|
|
770
770
|
* @param {string} transId - ReferenceId for the transaction (PaymentId).
|
|
771
771
|
* @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.
|