You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mock seeker platform, which has the implementation of all seeker(BAP) APIs. The service should accept the request and return a response for success and failure scenarios.
For example, if HTTP headers contains mode equals to success, then return a success response. If mode is fail, return a failure response. Similarly, Mock APIs implementation should return different responses for different scenarios
This will help a provider to test their flows by using mock seeker as a recipient.
The text was updated successfully, but these errors were encountered:
Mock seeker platform, which has the implementation of all seeker(BAP) APIs. The service should accept the request and return a response for success and failure scenarios.
For example, if HTTP headers contains mode equals to
success
, then return a success response. If mode isfail
, return a failure response. Similarly, Mock APIs implementation should return different responses for different scenariosThis will help a provider to test their flows by using mock seeker as a recipient.
The text was updated successfully, but these errors were encountered: