Skip to content
New issue

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

Incorrect return type for /authorization_code endpoint #133

Open
rubendinho opened this issue Feb 13, 2024 · 0 comments
Open

Incorrect return type for /authorization_code endpoint #133

rubendinho opened this issue Feb 13, 2024 · 0 comments

Comments

@rubendinho
Copy link

While the return type in the OAS document says Array, the API actually returns a single AuthorizationCodeResponse object:

authorization_code:
items:
"$ref": "#/components/schemas/AuthorizationCodeResponse"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant