We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/authorization_code
While the return type in the OAS document says Array, the API actually returns a single AuthorizationCodeResponse object:
AuthorizationCodeResponse
openapi/openapi/mx_platform_api.yml
Lines 529 to 531 in 5be0770
This is also what the MX docs show: https://docs.mx.com/products/connectivity/instant-account-verification/processor-token/client-guide#5-request-an-authorization-code
Because of this error, OpenAPI-generator clients are not returning data for this endpoint.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While the return type in the OAS document says Array, the API actually returns a single
AuthorizationCodeResponse
object:openapi/openapi/mx_platform_api.yml
Lines 529 to 531 in 5be0770
This is also what the MX docs show: https://docs.mx.com/products/connectivity/instant-account-verification/processor-token/client-guide#5-request-an-authorization-code
Because of this error, OpenAPI-generator clients are not returning data for this endpoint.
The text was updated successfully, but these errors were encountered: