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
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2515
2515
"422":
2516
-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "The payment cannot be cancelled", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2516
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "The payment cannot be cancelled", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2517
2517
release-authorization:
2518
2518
"":
2519
2519
parameters:
@@ -2527,7 +2527,7 @@ examples:
2527
2527
"404":
2528
2528
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2529
2529
"422":
2530
-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Authorization cannot be released because the payment is not in the authorized\nstate.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2530
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Authorization cannot be released because the payment is not in the authorized\nstate.", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Apple is not able to verify your domain", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3086
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Apple is not able to verify your domain", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3081
3087
create-payment-link:
3082
3088
create-payment-link-201-1:
3083
3089
requestBody:
@@ -3182,7 +3188,7 @@ examples:
3182
3188
"404":
3183
3189
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3184
3190
"422":
3185
-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least one body parameter must be provided", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3191
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least one body parameter must be provided", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3186
3192
delete-payment-link:
3187
3193
"":
3188
3194
parameters:
@@ -3196,7 +3202,7 @@ examples:
3196
3202
"404":
3197
3203
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3198
3204
"422":
3199
-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Payment link cannot be deleted.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3205
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Payment link cannot be deleted.", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3200
3206
get-payment-link-payments:
3201
3207
get-payment-link-payments-200-1:
3202
3208
parameters:
@@ -4038,7 +4044,7 @@ examples:
4038
4044
"410":
4039
4045
application/hal+json: {"status": 410, "title": "Gone", "detail": "Profile with token pfl_QkEhN94Ba has been deleted.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
4040
4046
"422":
4041
-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least the 'name', 'website', 'email', 'phone', 'categoryCode', 'businessCategory', 'description', 'countriesOfActivity' or 'mode' field has to be provided", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
4047
+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least the 'name', 'website', 'email', 'phone', 'categoryCode', 'businessCategory', 'description', 'countriesOfActivity' or 'mode' field has to be provided", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
|`documentation`|[Optional[models.CancelPaymentPaymentsResponseDocumentation]](../models/cancelpaymentpaymentsresponsedocumentation.md)|:heavy_minus_sign:| The URL to the generic Mollie API error handling guide.|
|`documentation`|[models.CancelPaymentPaymentsResponseDocumentation](../models/cancelpaymentpaymentsresponsedocumentation.md)|:heavy_check_mark:| The URL to the generic Mollie API error handling guide. |
0 commit comments