Global API
API Overview
2min
global class breadwinnerpaymentsapi is a global class that can be used to make requests to payment processors via breadwinner as it is a part of the managed package, you must prepend the namespace “bw payments” methods a method call(map\<string, object> request) is a static global method within the breadwinnerpaymentsapi class, which can be used to make an api request bw payments breadwinnerpaymentsapi call(map\<string, object> request); breadwinner accepts the request data in the form of map\<string, object>, and even returns the response data as a map\<string, object>, thus making the requests and responses dynamic for more information, please refer to the example requests and responses section