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
Copy file name to clipboardExpand all lines: api/openapi.yaml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1158,10 +1158,10 @@ paths:
1158
1158
get:
1159
1159
description: "Requests to this endpoint return a list of transactions associated\
1160
1160
\ with the specified account. <br /><br />Enhanced transaction data may be\
1161
-
\ requested using the `includes` parameter. \nTo use this optional parameter,\
1161
+
\ requested using the `includes` parameter. To use this optional parameter,\
1162
1162
\ the value should include the optional metadata requested such as `repeating_transactions`,\
1163
-
\ `merchants`, `classifications`, `geolocations`.\nFor more information, see\
1164
-
\ the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).\n"
1163
+
\ `merchants`, `classifications`, `geolocations`. For more information, see\
1164
+
\ the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
1165
1165
operationId: listTransactionsByAccount
1166
1166
parameters:
1167
1167
- description: The unique id for an `account`.
@@ -7312,8 +7312,11 @@ paths:
7312
7312
tags:
7313
7313
- microdeposits
7314
7314
get:
7315
-
description: |
7316
-
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.
7315
+
description: Use this endpoint to read the attributes of a specific microdeposit
7316
+
according to its unique GUID. <br /><br /> Webhooks for microdeposit status
7317
+
changes are triggered when a status changes. The actual status of the microdeposit
7318
+
guid updates every minute. You may force a status update by calling the read
7319
+
microdeposit endpoint.
7317
7320
operationId: readUserMicrodeposit
7318
7321
parameters:
7319
7322
- description: The unique identifier for the microdeposit. Defined by MX.
@@ -8835,8 +8838,7 @@ components:
8835
8838
nullable: true
8836
8839
type: string
8837
8840
instructional_text:
8838
-
example: |
8839
-
Some instructional text <a href="https://example.url.mxbank.com/instructions"
8841
+
example: Some instructional text <a href="https://example.url.mxbank.com/instructions"
Copy file name to clipboardExpand all lines: docs/MicrodepositsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ catch (ApiException e)
397
397
398
398
Read a microdeposit for a user
399
399
400
-
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.
400
+
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.
Copy file name to clipboardExpand all lines: docs/TransactionsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -819,7 +819,7 @@ catch (ApiException e)
819
819
820
820
List transactions by account
821
821
822
-
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).
822
+
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).
Copy file name to clipboardExpand all lines: src/MX.Platform.CSharp/Api/MicrodepositsApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ public interface IMicrodepositsApiSync : IApiAccessor
126
126
/// Read a microdeposit for a user
127
127
/// </summary>
128
128
/// <remarks>
129
-
/// 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.
129
+
/// 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.
130
130
/// </remarks>
131
131
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
132
132
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -139,7 +139,7 @@ public interface IMicrodepositsApiSync : IApiAccessor
139
139
/// Read a microdeposit for a user
140
140
/// </summary>
141
141
/// <remarks>
142
-
/// 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.
142
+
/// 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.
143
143
/// </remarks>
144
144
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
145
145
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -289,7 +289,7 @@ public interface IMicrodepositsApiAsync : IApiAccessor
289
289
/// Read a microdeposit for a user
290
290
/// </summary>
291
291
/// <remarks>
292
-
/// 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.
292
+
/// 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.
293
293
/// </remarks>
294
294
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
295
295
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -303,7 +303,7 @@ public interface IMicrodepositsApiAsync : IApiAccessor
303
303
/// Read a microdeposit for a user
304
304
/// </summary>
305
305
/// <remarks>
306
-
/// 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.
306
+
/// 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.
307
307
/// </remarks>
308
308
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
309
309
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1118,7 +1118,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ListUserV
1118
1118
}
1119
1119
1120
1120
/// <summary>
1121
-
/// Read a microdeposit for a user 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.
1121
+
/// Read a microdeposit for a user 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.
1122
1122
/// </summary>
1123
1123
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
1124
1124
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1132,7 +1132,7 @@ public MicrodepositResponseBody ReadUserMicrodeposit(string microDepositGuid, st
1132
1132
}
1133
1133
1134
1134
/// <summary>
1135
-
/// Read a microdeposit for a user 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.
1135
+
/// Read a microdeposit for a user 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.
1136
1136
/// </summary>
1137
1137
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
1138
1138
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1203,7 +1203,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ReadUserM
1203
1203
}
1204
1204
1205
1205
/// <summary>
1206
-
/// Read a microdeposit for a user 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.
1206
+
/// Read a microdeposit for a user 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.
1207
1207
/// </summary>
1208
1208
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
1209
1209
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1218,7 +1218,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ReadUserM
1218
1218
}
1219
1219
1220
1220
/// <summary>
1221
-
/// Read a microdeposit for a user 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.
1221
+
/// Read a microdeposit for a user 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.
1222
1222
/// </summary>
1223
1223
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
1224
1224
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
0 commit comments