You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17007
+
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17008
17008
* @summary Read a microdeposit for a user
17009
17009
* @param {string} microDepositGuid The unique identifier for the microdeposit. Defined by MX.
17010
17010
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17147
+
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17148
17148
* @summary Read a microdeposit for a user
17149
17149
* @param {string} microDepositGuid The unique identifier for the microdeposit. Defined by MX.
17150
17150
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17223
+
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17224
17224
* @summary Read a microdeposit for a user
17225
17225
* @param {string} microDepositGuid The unique identifier for the microdeposit. Defined by MX.
17226
17226
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
@@ -17302,7 +17302,7 @@ export class MicrodepositsApi extends BaseAPI {
17302
17302
}
17303
17303
17304
17304
/**
17305
-
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17305
+
* Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
17306
17306
* @summary Read a microdeposit for a user
17307
17307
* @param {string} microDepositGuid The unique identifier for the microdeposit. Defined by MX.
17308
17308
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
22177
+
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
22178
22178
* @summary List transactions by account
22179
22179
* @param {string} accountGuid The unique id for an `account`.
22180
22180
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
22854
+
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
22855
22855
* @summary List transactions by account
22856
22856
* @param {string} accountGuid The unique id for an `account`.
22857
22857
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
@@ -23103,7 +23103,7 @@ export const TransactionsApiFactory = function (configuration?: Configuration, b
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
23106
+
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
23107
23107
* @summary List transactions by account
23108
23108
* @param {string} accountGuid The unique id for an `account`.
23109
23109
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
@@ -23363,7 +23363,7 @@ export class TransactionsApi extends BaseAPI {
23363
23363
}
23364
23364
23365
23365
/**
23366
-
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
23366
+
* Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
23367
23367
* @summary List transactions by account
23368
23368
* @param {string} accountGuid The unique id for an `account`.
23369
23369
* @param {string} userGuid The unique identifier for a `user`, beginning with the prefix `USR-`.
0 commit comments