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
Bill inquiry service at /bill-inq is not working. It actually calls /bill-pay. The request is
/bill-inq
/bill-pay
{"PAN":"92***********5","expDate":"***","paymentInfo":"MPHONE=0999****","IPIN":"***","payeeId":"0010010003","applicationId":"ACTSCon","tranDateTime":"210708024449","UUID":"d90bea5f-70e9-45ab-8594-87456331945b"}
The response is
{"message":"Request fields validation error","code":400,"status":"BadRequest","details":[{"tranAmount":"this field is required"}]}
The text was updated successfully, but these errors were encountered:
That is actually on me -- we never really paid that much of attention to the web version at all. But, let's complete them services.
Start a pull request and i will fill in the api parts for you
Sorry, something went wrong.
No branches or pull requests
Bill inquiry service at
/bill-inq
is not working.It actually calls
/bill-pay
.The request is
The response is
The text was updated successfully, but these errors were encountered: