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
Add tests for these endpoints within the p2p_money_transfer folder into their respective test cases.
p2p_money_transfer
p2p_happy_path RECEIVE_QUOTE
POST /participants/{Type}/{ID}
p2p_happy_path with subID
POST /participants/{Type}/{ID}/{SubId}
accented unicode characters test
burmese unicode characters test
p2p_unhappy_path with invalid subID at PayeeFSP
p2p_happy_path BALANCE CHECKS
The text was updated successfully, but these errors were encountered:
AmTryingMyBest
No branches or pull requests
Add tests for these endpoints within the
p2p_money_transfer
folder into their respective test cases.p2p_happy_path RECEIVE_QUOTE
POST /participants/{Type}/{ID}
- Add Participant to ALSp2p_happy_path with subID
POST /participants/{Type}/{ID}/{SubId}
- Add Participant to ALSaccented unicode characters test
POST /participants/{Type}/{ID}
- Add Participant to ALSburmese unicode characters test
POST /participants/{Type}/{ID}
- Add Participant to ALSp2p_unhappy_path with invalid subID at PayeeFSP
POST /participants/{Type}/{ID}/{SubId}
- Add Participant to ALSp2p_happy_path BALANCE CHECKS
POST /participants/{Type}/{ID}
- Add Participant to ALSThe text was updated successfully, but these errors were encountered: