@cobo/cobo-waas2 1.36.0 → 1.38.0

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.
Files changed (92) hide show
  1. package/README.md +9 -1
  2. package/dist/ApiClient.js +1 -1
  3. package/dist/api/PaymentApi.js +77 -0
  4. package/dist/index.js +49 -0
  5. package/dist/model/AddressesEventData.js +18 -3
  6. package/dist/model/ApprovalUserDetail.js +13 -0
  7. package/dist/model/BalanceUpdateInfoEventData.js +18 -3
  8. package/dist/model/ChainsEventData.js +18 -3
  9. package/dist/model/ComplianceDispositionUpdateEventData.js +18 -3
  10. package/dist/model/ComplianceKyaScreeningsUpdateEventData.js +18 -3
  11. package/dist/model/ComplianceKytScreeningsUpdateEventData.js +18 -3
  12. package/dist/model/CreateBulkSendRequest.js +1 -1
  13. package/dist/model/CreateBulkSendRequestPayoutParamsInner.js +1 -1
  14. package/dist/model/EstimatedSOLFeeSlow.js +2 -2
  15. package/dist/model/FiatTransactionEventData.js +436 -0
  16. package/dist/model/MPCVaultEventData.js +18 -3
  17. package/dist/model/OrganizationEventData.js +275 -0
  18. package/dist/model/PaymentAccountBalanceUpdateEventData.js +418 -0
  19. package/dist/model/PaymentAddressUpdateEventData.js +31 -3
  20. package/dist/model/PaymentBalanceChange.js +248 -0
  21. package/dist/model/PaymentBalanceChangeResponse.js +125 -0
  22. package/dist/model/PaymentBalanceChangeSourceType.js +106 -0
  23. package/dist/model/PaymentBalanceFlowDirection.js +61 -0
  24. package/dist/model/PaymentBulkSend.js +17 -0
  25. package/dist/model/PaymentBulkSendEvent.js +40 -3
  26. package/dist/model/PaymentBulkSendItem.js +13 -0
  27. package/dist/model/PaymentOrderEventData.js +18 -3
  28. package/dist/model/PaymentPayout.js +1 -1
  29. package/dist/model/PaymentPayoutDetail.js +2 -2
  30. package/dist/model/PaymentPayoutEvent.js +20 -5
  31. package/dist/model/PaymentPayoutRecipientInfo.js +1 -1
  32. package/dist/model/PaymentRefundEventData.js +21 -4
  33. package/dist/model/PaymentSettlementEvent.js +18 -3
  34. package/dist/model/PaymentTransactionEventData.js +57 -3
  35. package/dist/model/Refund.js +2 -1
  36. package/dist/model/SOLBase.js +1 -1
  37. package/dist/model/SuspendedTokenEventData.js +18 -3
  38. package/dist/model/TSSRequestWebhookEventData.js +18 -3
  39. package/dist/model/TokenListingEventData.js +18 -3
  40. package/dist/model/TokensEventData.js +18 -3
  41. package/dist/model/TransactionFee.js +1 -1
  42. package/dist/model/TransactionSOLFee.js +3 -3
  43. package/dist/model/TransactionWebhookEventData.js +18 -3
  44. package/dist/model/WalletInfoEventData.js +18 -3
  45. package/dist/model/WebhookEventData.js +195 -20
  46. package/dist/model/WebhookEventDataType.js +17 -2
  47. package/dist/model/WebhookEventType.js +25 -0
  48. package/docs/AddressesEventData.md +7 -1
  49. package/docs/ApprovalUserDetail.md +1 -0
  50. package/docs/BalanceUpdateInfoEventData.md +7 -1
  51. package/docs/ChainsEventData.md +7 -1
  52. package/docs/ComplianceDispositionUpdateEventData.md +7 -1
  53. package/docs/ComplianceKyaScreeningsUpdateEventData.md +7 -1
  54. package/docs/ComplianceKytScreeningsUpdateEventData.md +7 -1
  55. package/docs/CreateBulkSendRequest.md +1 -1
  56. package/docs/CreateBulkSendRequestPayoutParamsInner.md +1 -1
  57. package/docs/EstimatedSOLFeeSlow.md +1 -1
  58. package/docs/FiatTransactionEventData.md +86 -0
  59. package/docs/MPCVaultEventData.md +7 -1
  60. package/docs/OrganizationEventData.md +66 -0
  61. package/docs/PaymentAccountBalanceUpdateEventData.md +76 -0
  62. package/docs/PaymentAddressUpdateEventData.md +8 -1
  63. package/docs/PaymentApi.md +71 -0
  64. package/docs/PaymentBalanceChange.md +19 -0
  65. package/docs/PaymentBalanceChangeResponse.md +10 -0
  66. package/docs/PaymentBalanceChangeSourceType.md +30 -0
  67. package/docs/PaymentBalanceFlowDirection.md +12 -0
  68. package/docs/PaymentBulkSend.md +1 -0
  69. package/docs/PaymentBulkSendEvent.md +8 -1
  70. package/docs/PaymentBulkSendItem.md +1 -0
  71. package/docs/PaymentOrderEventData.md +7 -1
  72. package/docs/PaymentPayout.md +1 -1
  73. package/docs/PaymentPayoutDetail.md +1 -1
  74. package/docs/PaymentPayoutEvent.md +8 -2
  75. package/docs/PaymentPayoutRecipientInfo.md +1 -1
  76. package/docs/PaymentRefundEventData.md +8 -2
  77. package/docs/PaymentSettlementEvent.md +7 -1
  78. package/docs/PaymentTransactionEventData.md +10 -1
  79. package/docs/Refund.md +1 -1
  80. package/docs/SOLBase.md +1 -1
  81. package/docs/SuspendedTokenEventData.md +7 -1
  82. package/docs/TSSRequestWebhookEventData.md +7 -1
  83. package/docs/TokenListingEventData.md +7 -1
  84. package/docs/TokensEventData.md +7 -1
  85. package/docs/TransactionFee.md +1 -1
  86. package/docs/TransactionSOLFee.md +2 -2
  87. package/docs/TransactionWebhookEventData.md +7 -1
  88. package/docs/WalletInfoEventData.md +7 -1
  89. package/docs/WebhookEventData.md +45 -11
  90. package/docs/WebhookEventDataType.md +7 -1
  91. package/docs/WebhookEventType.md +10 -0
  92. package/package.json +1 -1
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. |
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
8
  **screening_id** | **String** | The unique system-generated identifier for this screening request (UUID format, fixed 36 characters). |
9
9
  **address** | **String** | The screened blockchain address. |
10
10
  **chain_id** | **String** | The chain identifier. |
@@ -47,6 +47,8 @@ Name | Type | Description | Notes
47
47
 
48
48
  * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
49
49
 
50
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
51
+
50
52
  * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
51
53
 
52
54
  * `SuspendedToken` (value: `"SuspendedToken"`)
@@ -57,6 +59,10 @@ Name | Type | Description | Notes
57
59
 
58
60
  * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
59
61
 
62
+ * `Organization` (value: `"Organization"`)
63
+
64
+ * `FiatTransaction` (value: `"FiatTransaction"`)
65
+
60
66
  * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
61
67
 
62
68
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. |
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
8
  **transaction_id** | **String** | The transaction ID. |
9
9
  **transaction_type** | [**KytScreeningsTransactionType**](KytScreeningsTransactionType.md) | |
10
10
  **review_status** | [**ReviewStatusType**](ReviewStatusType.md) | |
@@ -46,6 +46,8 @@ Name | Type | Description | Notes
46
46
 
47
47
  * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
48
48
 
49
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
50
+
49
51
  * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
50
52
 
51
53
  * `SuspendedToken` (value: `"SuspendedToken"`)
@@ -56,6 +58,10 @@ Name | Type | Description | Notes
56
58
 
57
59
  * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
58
60
 
61
+ * `Organization` (value: `"Organization"`)
62
+
63
+ * `FiatTransaction` (value: `"FiatTransaction"`)
64
+
59
65
  * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
60
66
 
61
67
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **request_id** | **String** | The request ID that is used to track a bulk send request. The request ID is provided by you and must be unique within your system. | [optional]
8
8
  **source_account** | **String** | The source account from which the bulk send will be made. - If the source account is a merchant account, provide the merchant's ID (e.g., \"M1001\"). - If the source account is the developer account, use the string `\"developer\"`. |
9
9
  **execution_mode** | [**PaymentBulkSendExecutionMode**](PaymentBulkSendExecutionMode.md) | |
10
- **description** | **String** | The description for the entire bulk send batch. | [optional]
10
+ **description** | **String** | The description for the entire bulk send batch. Maximum length: 255 characters. | [optional]
11
11
  **payout_params** | [**[CreateBulkSendRequestPayoutParamsInner]**](CreateBulkSendRequestPayoutParamsInner.md) | The bulk send items. |
12
12
 
13
13
 
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
7
7
  **token_id** | **String** | The token ID of the cryptocurrency to be sent to the recipient. |
8
8
  **receiving_address** | **String** | The receiving address. |
9
9
  **amount** | **String** | The amount of the cryptocurrency to be sent to the recipient. |
10
- **description** | **String** | A note or comment about the bulk send item. | [optional]
10
+ **description** | **String** | A note or comment about the bulk send item. Maximum length: 255 characters. | [optional]
11
11
 
12
12
 
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
7
7
  **compute_unit_price** | **String** | The price paid per compute unit. This value determines the priority fee for the transaction, allowing you to increase inclusion probability in congested conditions. |
8
8
  **compute_unit_limit** | **String** | The maximum number of compute units your transaction is allowed to consume. It sets an upper bound on computational resource usage to prevent overload. |
9
9
  **base_fee** | **String** | A fixed fee charged per signature. The default is 5,000 lamports per signature. |
10
- **rent_amount** | **String** | The rent fee charged by the network to store non–rent-exempt accounts on-chain. It is deducted periodically until the account maintains the minimum balance required for rent exemption. | [optional]
10
+ **rent_amount** | **String** | The one-time rent required to create and initialize a Solana token Associated Token Account (ATA) — a token sub-address that must be activated before the token can be received or used. This rent is paid by the main (source) address. It is populated only when an ATA must be activated for the transaction; otherwise it is null. | [optional]
11
11
 
12
12
 
@@ -0,0 +1,86 @@
1
+ # CoboWaas2.FiatTransactionEventData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
+ **transaction_id** | **String** | The transaction ID. |
9
+ **main_transaction_id** | **String** | The UUID of the parent (main) transaction that this record is associated with. Set only when the current record is a gas/fee transaction initiated by FeeStation; omit for main transactions. | [optional]
10
+ **transaction_type** | [**FeeStationFiatTransactionType**](FeeStationFiatTransactionType.md) | |
11
+ **amount** | **String** | The transaction amount. |
12
+ **fiat_currency** | **String** | The fiat currency of the transaction. Possible values include: - `USD`: US Dollar. |
13
+ **status** | **String** | The status of the fiat transaction. Possible values include: - `Created`: The transaction has been created. - `Succeeded`: The transaction has been completed successfully. |
14
+ **cobo_category** | **[String]** | The Cobo category of the transaction. | [optional]
15
+ **created_timestamp** | **Number** | The time when the transaction was created, in Unix timestamp format, measured in milliseconds. | [optional]
16
+ **modified_timestamp** | **Number** | The time when the transaction was last modified, in Unix timestamp format, measured in milliseconds. | [optional]
17
+
18
+
19
+
20
+ ## Enum: DataTypeEnum
21
+
22
+
23
+ * `Transaction` (value: `"Transaction"`)
24
+
25
+ * `TSSRequest` (value: `"TSSRequest"`)
26
+
27
+ * `Addresses` (value: `"Addresses"`)
28
+
29
+ * `WalletInfo` (value: `"WalletInfo"`)
30
+
31
+ * `MPCVault` (value: `"MPCVault"`)
32
+
33
+ * `Chains` (value: `"Chains"`)
34
+
35
+ * `Tokens` (value: `"Tokens"`)
36
+
37
+ * `TokenListing` (value: `"TokenListing"`)
38
+
39
+ * `PaymentOrder` (value: `"PaymentOrder"`)
40
+
41
+ * `PaymentRefund` (value: `"PaymentRefund"`)
42
+
43
+ * `PaymentSettlement` (value: `"PaymentSettlement"`)
44
+
45
+ * `PaymentTransaction` (value: `"PaymentTransaction"`)
46
+
47
+ * `PaymentAddressUpdate` (value: `"PaymentAddressUpdate"`)
48
+
49
+ * `PaymentPayout` (value: `"PaymentPayout"`)
50
+
51
+ * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
52
+
53
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
54
+
55
+ * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
56
+
57
+ * `SuspendedToken` (value: `"SuspendedToken"`)
58
+
59
+ * `ComplianceDisposition` (value: `"ComplianceDisposition"`)
60
+
61
+ * `ComplianceKytScreenings` (value: `"ComplianceKytScreenings"`)
62
+
63
+ * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
64
+
65
+ * `Organization` (value: `"Organization"`)
66
+
67
+ * `FiatTransaction` (value: `"FiatTransaction"`)
68
+
69
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
70
+
71
+
72
+
73
+
74
+
75
+ ## Enum: StatusEnum
76
+
77
+
78
+ * `Created` (value: `"Created"`)
79
+
80
+ * `Succeeded` (value: `"Succeeded"`)
81
+
82
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
83
+
84
+
85
+
86
+
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. |
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
8
  **vault_id** | **String** | The vault ID. | [optional]
9
9
  **project_id** | **String** | The project ID. | [optional]
10
10
  **name** | **String** | The vault name. | [optional]
@@ -47,6 +47,8 @@ Name | Type | Description | Notes
47
47
 
48
48
  * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
49
49
 
50
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
51
+
50
52
  * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
51
53
 
52
54
  * `SuspendedToken` (value: `"SuspendedToken"`)
@@ -57,6 +59,10 @@ Name | Type | Description | Notes
57
59
 
58
60
  * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
59
61
 
62
+ * `Organization` (value: `"Organization"`)
63
+
64
+ * `FiatTransaction` (value: `"FiatTransaction"`)
65
+
60
66
  * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
61
67
 
62
68
 
@@ -0,0 +1,66 @@
1
+ # CoboWaas2.OrganizationEventData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
+ **org_id** | **String** | The organization ID. | [optional]
9
+ **name** | **String** | The organization name. | [optional]
10
+
11
+
12
+
13
+ ## Enum: DataTypeEnum
14
+
15
+
16
+ * `Transaction` (value: `"Transaction"`)
17
+
18
+ * `TSSRequest` (value: `"TSSRequest"`)
19
+
20
+ * `Addresses` (value: `"Addresses"`)
21
+
22
+ * `WalletInfo` (value: `"WalletInfo"`)
23
+
24
+ * `MPCVault` (value: `"MPCVault"`)
25
+
26
+ * `Chains` (value: `"Chains"`)
27
+
28
+ * `Tokens` (value: `"Tokens"`)
29
+
30
+ * `TokenListing` (value: `"TokenListing"`)
31
+
32
+ * `PaymentOrder` (value: `"PaymentOrder"`)
33
+
34
+ * `PaymentRefund` (value: `"PaymentRefund"`)
35
+
36
+ * `PaymentSettlement` (value: `"PaymentSettlement"`)
37
+
38
+ * `PaymentTransaction` (value: `"PaymentTransaction"`)
39
+
40
+ * `PaymentAddressUpdate` (value: `"PaymentAddressUpdate"`)
41
+
42
+ * `PaymentPayout` (value: `"PaymentPayout"`)
43
+
44
+ * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
45
+
46
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
47
+
48
+ * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
49
+
50
+ * `SuspendedToken` (value: `"SuspendedToken"`)
51
+
52
+ * `ComplianceDisposition` (value: `"ComplianceDisposition"`)
53
+
54
+ * `ComplianceKytScreenings` (value: `"ComplianceKytScreenings"`)
55
+
56
+ * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
57
+
58
+ * `Organization` (value: `"Organization"`)
59
+
60
+ * `FiatTransaction` (value: `"FiatTransaction"`)
61
+
62
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
63
+
64
+
65
+
66
+
@@ -0,0 +1,76 @@
1
+ # CoboWaas2.PaymentAccountBalanceUpdateEventData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
+ **source_account** | **String** | The source account of the balance change. This field uses the same semantics as `source_account` in [List balance changes](https://www.cobo.com/developers/v2/api-references/payment/list-balance-changes). - When the account is a merchant account, this is the merchant ID (merchant code), which you can retrieve by calling [List all merchants](https://www.cobo.com/developers/v2/api-references/payment/list-all-merchants). - When the account is the developer account, use `developer`. |
9
+ **source_id** | **String** | The source ID of the balance change. |
10
+ **source_type** | [**PaymentBalanceChangeSourceType**](PaymentBalanceChangeSourceType.md) | |
11
+ **token_id** | **String** | The token ID of the balance change. |
12
+ **amount** | **String** | The balance change amount, truncated to two decimal places and represented as a numeric string. |
13
+ **amount_raw** | **String** | The balance change amount in the token's decimal precision, represented as a numeric string. |
14
+ **balance_before** | **String** | The account balance before the balance change, truncated to two decimal places and represented as a numeric string. |
15
+ **balance_before_raw** | **String** | The account balance before the balance change in the token's decimal precision, represented as a numeric string. |
16
+ **balance_after** | **String** | The account balance after the balance change, truncated to two decimal places and represented as a numeric string. |
17
+ **balance_after_raw** | **String** | The account balance after the balance change in the token's decimal precision, represented as a numeric string. |
18
+ **flow_direction** | [**PaymentBalanceFlowDirection**](PaymentBalanceFlowDirection.md) | |
19
+ **update_time** | **Number** | The time when the balance was updated, represented as a UNIX timestamp in seconds. |
20
+
21
+
22
+
23
+ ## Enum: DataTypeEnum
24
+
25
+
26
+ * `Transaction` (value: `"Transaction"`)
27
+
28
+ * `TSSRequest` (value: `"TSSRequest"`)
29
+
30
+ * `Addresses` (value: `"Addresses"`)
31
+
32
+ * `WalletInfo` (value: `"WalletInfo"`)
33
+
34
+ * `MPCVault` (value: `"MPCVault"`)
35
+
36
+ * `Chains` (value: `"Chains"`)
37
+
38
+ * `Tokens` (value: `"Tokens"`)
39
+
40
+ * `TokenListing` (value: `"TokenListing"`)
41
+
42
+ * `PaymentOrder` (value: `"PaymentOrder"`)
43
+
44
+ * `PaymentRefund` (value: `"PaymentRefund"`)
45
+
46
+ * `PaymentSettlement` (value: `"PaymentSettlement"`)
47
+
48
+ * `PaymentTransaction` (value: `"PaymentTransaction"`)
49
+
50
+ * `PaymentAddressUpdate` (value: `"PaymentAddressUpdate"`)
51
+
52
+ * `PaymentPayout` (value: `"PaymentPayout"`)
53
+
54
+ * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
55
+
56
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
57
+
58
+ * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
59
+
60
+ * `SuspendedToken` (value: `"SuspendedToken"`)
61
+
62
+ * `ComplianceDisposition` (value: `"ComplianceDisposition"`)
63
+
64
+ * `ComplianceKytScreenings` (value: `"ComplianceKytScreenings"`)
65
+
66
+ * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
67
+
68
+ * `Organization` (value: `"Organization"`)
69
+
70
+ * `FiatTransaction` (value: `"FiatTransaction"`)
71
+
72
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
73
+
74
+
75
+
76
+
@@ -4,9 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. |
7
+ **data_type** | **String** | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data. |
8
8
  **custom_payer_id** | **String** | A unique identifier assigned by the developer to track and identify individual payers in their system. |
9
9
  **payer_id** | **String** | A unique identifier assigned by Cobo to track and identify individual payers. |
10
+ **merchant_id** | **String** | The merchant ID. | [optional]
10
11
  **chain** | **String** | The chain ID. |
11
12
  **previous_address** | **String** | The previous top-up address that was assigned to the payer. |
12
13
  **updated_address** | **String** | The new top-up address that has been assigned to the payer. |
@@ -46,6 +47,8 @@ Name | Type | Description | Notes
46
47
 
47
48
  * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
48
49
 
50
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
51
+
49
52
  * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
50
53
 
51
54
  * `SuspendedToken` (value: `"SuspendedToken"`)
@@ -56,6 +59,10 @@ Name | Type | Description | Notes
56
59
 
57
60
  * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
58
61
 
62
+ * `Organization` (value: `"Organization"`)
63
+
64
+ * `FiatTransaction` (value: `"FiatTransaction"`)
65
+
59
66
  * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
60
67
 
61
68
 
@@ -47,6 +47,7 @@ Method | HTTP request | Description
47
47
  [**getSettlementInfoByIds**](PaymentApi.md#getSettlementInfoByIds) | **GET** /payments/settlement_info | Get withdrawable balances
48
48
  [**getTopUpAddress**](PaymentApi.md#getTopUpAddress) | **GET** /payments/topup/address | Create/Get top-up address
49
49
  [**listAllocationItems**](PaymentApi.md#listAllocationItems) | **GET** /payments/allocation_items | List all allocation items
50
+ [**listBalanceChanges**](PaymentApi.md#listBalanceChanges) | **GET** /payments/balance_changes | List balance changes
50
51
  [**listBatchAllocations**](PaymentApi.md#listBatchAllocations) | **GET** /payments/batch_allocations | List all batch allocations
51
52
  [**listBulkSendItems**](PaymentApi.md#listBulkSendItems) | **GET** /payments/bulk_sends/{bulk_send_id}/items | List bulk send items
52
53
  [**listBulkSends**](PaymentApi.md#listBulkSends) | **GET** /payments/bulk_sends | List bulk sends
@@ -2331,6 +2332,76 @@ Name | Type | Description | Notes
2331
2332
  - **Accept**: application/json
2332
2333
 
2333
2334
 
2335
+ ## listBalanceChanges
2336
+
2337
+ > PaymentBalanceChangeResponse listBalanceChanges(source_account, opts)
2338
+
2339
+ List balance changes
2340
+
2341
+ This operation retrieves balance changes for the specified source account. Each balance change includes the source information, token ID, changed amount, account balances before and after the change, flow direction, and creation time. You need to specify `source_account`. Currently, use `developer` as the source account. You can use pagination parameters to control the response size, and filter balance changes by `token_id`, `flow_direction`, `min_created_timestamp`, `max_created_timestamp`, `source_type`, or `source_id`. <Note>When specifying `source_id`, you must also specify `source_type`.</Note> For more information, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview).
2342
+
2343
+ ### Example
2344
+
2345
+ ```javascript
2346
+ const CoboWaas2 = require('@cobo/cobo-waas2');
2347
+ // Initialize the API client
2348
+ const apiClient = CoboWaas2.ApiClient.instance
2349
+ // Select the development environment. To use the production environment, replace `Env.DEV` with `Env.PROD`
2350
+ apiClient.setEnv(CoboWaas2.Env.DEV);
2351
+ // Replace `<YOUR_PRIVATE_KEY>` with your private key
2352
+ apiClient.setPrivateKey("<YOUR_PRIVATE_KEY>");
2353
+ // Call the API
2354
+ const apiInstance = new CoboWaas2.PaymentApi();
2355
+ const source_account = "developer";
2356
+ const opts = {
2357
+ 'limit': 10,
2358
+ 'before': "RqeEoTkgKG5rpzqYzg2Hd3szmPoj2cE7w5jWwShz3C1vyGmk1",
2359
+ 'after': "RqeEoTkgKG5rpzqYzg2Hd3szmPoj2cE7w5jWwShz3C1vyGSAk",
2360
+ 'token_id': "ETH_USDT",
2361
+ 'flow_direction': new CoboWaas2.PaymentBalanceFlowDirection(),
2362
+ 'min_created_timestamp': 1744689600,
2363
+ 'max_created_timestamp': 1744776000,
2364
+ 'source_type': new CoboWaas2.PaymentBalanceChangeSourceType(),
2365
+ 'source_id': "po_1234567890"
2366
+ };
2367
+ apiInstance.listBalanceChanges(source_account, opts).then((data) => {
2368
+ console.log('API called successfully. Returned data: ' + data);
2369
+ }, (error) => {
2370
+ console.error(error);
2371
+ });
2372
+
2373
+ ```
2374
+
2375
+ ### Parameters
2376
+
2377
+
2378
+ Name | Type | Description | Notes
2379
+ ------------- | ------------- | ------------- | -------------
2380
+ **source_account** | **String**| The source account for which to retrieve balance changes. Currently, use &#x60;developer&#x60;. |
2381
+ **limit** | **Number**| The maximum number of objects to return. For most operations, the value range is [1, 50]. | [optional] [default to 10]
2382
+ **before** | **String**| A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response. | [optional]
2383
+ **after** | **String**| A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response. | [optional]
2384
+ **token_id** | **String**| The token ID used to filter balance changes. For a complete list of supported tokens, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview). | [optional]
2385
+ **flow_direction** | [**PaymentBalanceFlowDirection**](.md)| The direction of the balance change relative to the source account. Possible values include: - &#x60;in&#x60;: Funds flow into the source account. - &#x60;out&#x60;: Funds flow out of the source account. | [optional]
2386
+ **min_created_timestamp** | **Number**| The minimum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or after this time are returned. | [optional]
2387
+ **max_created_timestamp** | **Number**| The maximum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or before this time are returned. | [optional]
2388
+ **source_type** | [**PaymentBalanceChangeSourceType**](.md)| The source type used to filter balance changes. Possible values include: - &#x60;Init&#x60;: Balance change caused by initialization. - &#x60;OrderIn&#x60;: Balance change from an order-in payment. - &#x60;LatePayment&#x60;: Balance change from a late payment. - &#x60;TopUp&#x60;: Balance change from a top-up. - &#x60;UnexceptedIn&#x60;: Balance change from an unexpected incoming payment. - &#x60;RefundOut&#x60;: Balance change from a refund payout. - &#x60;Payout&#x60;: Balance change from a payout. - &#x60;UnexceptedOut&#x60;: Balance change from an unexpected outgoing payment. - &#x60;Allocation&#x60;: Balance change from an allocation. - &#x60;SettlementNetwork&#x60;: Balance change from the settlement network. - &#x60;BulkSend&#x60;: Balance change from a bulk send. &lt;Note&gt;When specifying &#x60;source_id&#x60;, you must also specify &#x60;source_type&#x60;.&lt;/Note&gt; | [optional]
2389
+ **source_id** | **String**| The source ID used to filter balance changes. &lt;Note&gt;When specifying &#x60;source_id&#x60;, you must also specify &#x60;source_type&#x60;.&lt;/Note&gt; | [optional]
2390
+
2391
+ ### Return type
2392
+
2393
+ [**PaymentBalanceChangeResponse**](PaymentBalanceChangeResponse.md)
2394
+
2395
+ ### Authorization
2396
+
2397
+ [OAuth2](../README.md#OAuth2), [CoboAuth](../README.md#CoboAuth)
2398
+
2399
+ ### HTTP request headers
2400
+
2401
+ - **Content-Type**: Not defined
2402
+ - **Accept**: application/json
2403
+
2404
+
2334
2405
  ## listBatchAllocations
2335
2406
 
2336
2407
  > ListBatchAllocations200Response listBatchAllocations(opts)
@@ -0,0 +1,19 @@
1
+ # CoboWaas2.PaymentBalanceChange
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **source_id** | **String** | The source ID of the balance change. |
8
+ **source_type** | [**PaymentBalanceChangeSourceType**](PaymentBalanceChangeSourceType.md) | |
9
+ **token_id** | **String** | The token ID of the balance change. |
10
+ **amount** | **String** | The balance change amount, truncated to two decimal places and represented as a numeric string. |
11
+ **amount_raw** | **String** | The balance change amount in the token&#39;s decimal precision, represented as a numeric string. |
12
+ **balance_before** | **String** | The account balance before the balance change, truncated to two decimal places and represented as a numeric string. |
13
+ **balance_before_raw** | **String** | The account balance before the balance change in the token&#39;s decimal precision, represented as a numeric string. |
14
+ **balance_after** | **String** | The account balance after the balance change, truncated to two decimal places and represented as a numeric string. |
15
+ **balance_after_raw** | **String** | The account balance after the balance change in the token&#39;s decimal precision, represented as a numeric string. |
16
+ **flow_direction** | [**PaymentBalanceFlowDirection**](PaymentBalanceFlowDirection.md) | |
17
+ **created_timestamp** | **Number** | The time when the balance change was created, represented as a UNIX timestamp in seconds. |
18
+
19
+
@@ -0,0 +1,10 @@
1
+ # CoboWaas2.PaymentBalanceChangeResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data** | [**[PaymentBalanceChange]**](PaymentBalanceChange.md) | The list of balance changes. | [optional]
8
+ **pagination** | [**Pagination**](Pagination.md) | | [optional]
9
+
10
+
@@ -0,0 +1,30 @@
1
+ # CoboWaas2.PaymentBalanceChangeSourceType
2
+
3
+ ## Enum
4
+
5
+
6
+ * `Init` (value: `"Init"`)
7
+
8
+ * `OrderIn` (value: `"OrderIn"`)
9
+
10
+ * `LatePayment` (value: `"LatePayment"`)
11
+
12
+ * `TopUp` (value: `"TopUp"`)
13
+
14
+ * `UnexceptedIn` (value: `"UnexceptedIn"`)
15
+
16
+ * `RefundOut` (value: `"RefundOut"`)
17
+
18
+ * `Payout` (value: `"Payout"`)
19
+
20
+ * `UnexceptedOut` (value: `"UnexceptedOut"`)
21
+
22
+ * `Allocation` (value: `"Allocation"`)
23
+
24
+ * `SettlementNetwork` (value: `"SettlementNetwork"`)
25
+
26
+ * `BulkSend` (value: `"BulkSend"`)
27
+
28
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
29
+
30
+
@@ -0,0 +1,12 @@
1
+ # CoboWaas2.PaymentBalanceFlowDirection
2
+
3
+ ## Enum
4
+
5
+
6
+ * `in` (value: `"in"`)
7
+
8
+ * `out` (value: `"out"`)
9
+
10
+ * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
11
+
12
+
@@ -12,5 +12,6 @@ Name | Type | Description | Notes
12
12
  **status** | [**PaymentBulkSendStatus**](PaymentBulkSendStatus.md) | |
13
13
  **created_timestamp** | **Number** | The created time of the bulk send, represented as a UNIX timestamp in seconds. |
14
14
  **updated_timestamp** | **Number** | The updated time of the bulk send, represented as a UNIX timestamp in seconds. |
15
+ **commission_fee** | [**CommissionFee**](CommissionFee.md) | The commission fee. Not returned when no fee has been incurred, the actual charged amount once incurred, or &#x60;0&#x60; if refunded. | [optional]
15
16
 
16
17
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **data_type** | **String** | The data type of the event. - &#x60;Transaction&#x60;: The transaction event data. - &#x60;TSSRequest&#x60;: The TSS request event data. - &#x60;Addresses&#x60;: The addresses event data. - &#x60;WalletInfo&#x60;: The wallet information event data. - &#x60;MPCVault&#x60;: The MPC vault event data. - &#x60;Chains&#x60;: The enabled chain event data. - &#x60;Tokens&#x60;: The enabled token event data. - &#x60;TokenListing&#x60;: The token listing event data. - &#x60;PaymentOrder&#x60;: The payment order event data. - &#x60;PaymentRefund&#x60;: The payment refund event data. - &#x60;PaymentSettlement&#x60;: The payment settlement event data. - &#x60;PaymentTransaction&#x60;: The payment transaction event data. - &#x60;PaymentAddressUpdate&#x60;: The top-up address update event data. - &#x60;PaymentPayout&#x60;: The payment payout event data. - &#x60;PaymentBulkSend&#x60;: The payment bulk send event data. - &#x60;BalanceUpdateInfo&#x60;: The balance update event data. - &#x60;SuspendedToken&#x60;: The token suspension event data. - &#x60;ComplianceDisposition&#x60;: The compliance disposition event data. - &#x60;ComplianceKytScreenings&#x60;: The compliance KYT screenings event data. - &#x60;ComplianceKyaScreenings&#x60;: The compliance KYA screenings event data. |
7
+ **data_type** | **String** | The data type of the event. - &#x60;Transaction&#x60;: The transaction event data. - &#x60;TSSRequest&#x60;: The TSS request event data. - &#x60;Addresses&#x60;: The addresses event data. - &#x60;WalletInfo&#x60;: The wallet information event data. - &#x60;MPCVault&#x60;: The MPC vault event data. - &#x60;Chains&#x60;: The enabled chain event data. - &#x60;Tokens&#x60;: The enabled token event data. - &#x60;TokenListing&#x60;: The token listing event data. - &#x60;PaymentOrder&#x60;: The payment order event data. - &#x60;PaymentRefund&#x60;: The payment refund event data. - &#x60;PaymentSettlement&#x60;: The payment settlement event data. - &#x60;PaymentTransaction&#x60;: The payment transaction event data. - &#x60;PaymentAddressUpdate&#x60;: The top-up address update event data. - &#x60;PaymentPayout&#x60;: The payment payout event data. - &#x60;PaymentBulkSend&#x60;: The payment bulk send event data. - &#x60;PaymentAccountBalanceUpdate&#x60;: The Payments account balance updated event data, including account information and balance change details. - &#x60;BalanceUpdateInfo&#x60;: The balance update event data. - &#x60;SuspendedToken&#x60;: The token suspension event data. - &#x60;ComplianceDisposition&#x60;: The compliance disposition event data. - &#x60;ComplianceKytScreenings&#x60;: The compliance KYT screenings event data. - &#x60;ComplianceKyaScreenings&#x60;: The compliance KYA screenings event data. - &#x60;Organization&#x60;: The organization event data. - &#x60;FiatTransaction&#x60;: The fiat transaction event data. |
8
8
  **bulk_send_id** | **String** | The bulk send ID. |
9
9
  **request_id** | **String** | The request ID. | [optional]
10
10
  **source_account** | **String** | The source account from which the bulk send will be made. - If the source account is a merchant account, provide the merchant&#39;s ID (e.g., \&quot;M1001\&quot;). - If the source account is the developer account, use the string &#x60;\&quot;developer\&quot;&#x60;. |
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **status** | [**PaymentBulkSendStatus**](PaymentBulkSendStatus.md) | |
14
14
  **created_timestamp** | **Number** | The created time of the bulk send, represented as a UNIX timestamp in seconds. |
15
15
  **updated_timestamp** | **Number** | The updated time of the bulk send, represented as a UNIX timestamp in seconds. |
16
+ **commission_fee** | [**CommissionFee**](CommissionFee.md) | The commission fee. Not returned when no fee has been incurred, the actual charged amount once incurred, or &#x60;0&#x60; if refunded. | [optional]
16
17
 
17
18
 
18
19
 
@@ -49,6 +50,8 @@ Name | Type | Description | Notes
49
50
 
50
51
  * `PaymentBulkSend` (value: `"PaymentBulkSend"`)
51
52
 
53
+ * `PaymentAccountBalanceUpdate` (value: `"PaymentAccountBalanceUpdate"`)
54
+
52
55
  * `BalanceUpdateInfo` (value: `"BalanceUpdateInfo"`)
53
56
 
54
57
  * `SuspendedToken` (value: `"SuspendedToken"`)
@@ -59,6 +62,10 @@ Name | Type | Description | Notes
59
62
 
60
63
  * `ComplianceKyaScreenings` (value: `"ComplianceKyaScreenings"`)
61
64
 
65
+ * `Organization` (value: `"Organization"`)
66
+
67
+ * `FiatTransaction` (value: `"FiatTransaction"`)
68
+
62
69
  * `unknown_default_open_api` (value: `"unknown_default_open_api"`)
63
70
 
64
71
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **receiving_address** | **String** | The receiving address. |
10
10
  **amount** | **String** | The amount of the cryptocurrency to be sent to the recipient. |
11
11
  **description** | **String** | A note or comment about the bulk send item. | [optional]
12
+ **tx_hash** | **String** | The transaction hash of the bulk send item. | [optional]
12
13
  **status** | [**PaymentBulkSendItemStatus**](PaymentBulkSendItemStatus.md) | |
13
14
  **validation_status** | [**PaymentBulkSendItemValidationStatus**](PaymentBulkSendItemValidationStatus.md) | |
14
15