website logo
Product Overview
NetSuite
Payments
QuickBooks
Xero
Navigate through spaces
Product Overview
NetSuite
Payments
QuickBooks
Xero
⌘K
Getting Started
App Installation
Connect to Payment Processor
Customer Match
Update Page Layouts
Guided Wizard
Custom Guided Wizard
Button URL Structure
Button URL Generator
Additional Configuration
Auto-match Payment Transactions with Customers
Custom Fields
Global API
API Overview
Request
Response
Technical Resources
Requirements
ERD / Object Structure
ID Locations
Getting Help
Docs powered by archbee 
3min

API Overview

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.

Apex
|


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

Updated 06 Sep 2022
Did this page help you?
Yes
No
UP NEXT
Request
Docs powered by archbee 
TABLE OF CONTENTS
Global Class
Methods