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 provider platform, which has the implementation of the provider(BPP) 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 seeker to test their flows by using mock provider as a recipient.
The text was updated successfully, but these errors were encountered:
Mock provider platform, which has the implementation of the provider(BPP) 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 scenarios.This will help a seeker to test their flows by using mock provider as a recipient.
The text was updated successfully, but these errors were encountered: