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
Summary: GET /quotes for malformed ID error response is 1001 rather than 3002 or 3xxx.
Tasks:
Severity: Low
Priority: Low
Expected Behavior either 400 http code with proper error code (3002 ) or 202 with callback error code of 3002
Steps to Reproduce
curl --location --request GET 'http://dev1-quoting-service.mojaloop.live/quotes/000000' \ --header 'Accept: application/vnd.interoperability.quotes+json;version=1' \ --header 'Content-Type: application/vnd.interoperability.quotes+json;version=1.0' \ --header 'Date: Mon, 13 Jan 2020 15:13:48 GMT' \ --header 'FSPIOP-Source: payerfsp' \ --header 'FSPIOP-Destination: payeefsp'
with another ID
curl --location --request GET 'http://dev1-quoting-service.mojaloop.live/quotes/482f5eb4-67b6-####-9737-c77b0@$4706c' \ --header 'Accept: application/vnd.interoperability.quotes+json;version=1' \ --header 'Content-Type: application/vnd.interoperability.quotes+json;version=1.0' \ --header 'Date: Mon, 13 Jan 2020 15:13:48 GMT' \ --header 'FSPIOP-Source: payerfsp' \ --header 'FSPIOP-Destination: payeefsp'
Specifications
Notes:
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
oderayi
amarmodus
No branches or pull requests
Summary:
GET /quotes for malformed ID error response is 1001 rather than 3002 or 3xxx.
Tasks:
Severity:
Low
Priority:
Low
Expected Behavior
either 400 http code with proper error code (3002 ) or 202 with callback error code of 3002
Steps to Reproduce
with another ID
Specifications
Notes:
Pull Requests
The text was updated successfully, but these errors were encountered: