website logo
Product Overview
NetSuite
Payments
QuickBooks
Xero
Navigate through spaces
⌘K
Getting Started
App Installation
Connect to Payment Processor
Customer Match
Update Page Layouts
Guided Wizard
Create Customer
Create Transaction
Create Subscription
Create Invoice
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
Global API

API Overview

3min

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
|
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

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Global API
NEXT
Request
Docs powered by
Archbee
TABLE OF CONTENTS
Global Class
Methods
Docs powered by
Archbee