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
Custom Guided Wizard
Button URL Structure

Transaction Level Fields

6min

Payment Amount

You can optionally populate the Payment Amount using the Originating object field. A Formula field with a number data type will also work. If you assign the field API name to the payment_amount param, Breadwinner will show this field value on the Payment Amount.

Button URL
|
&payment_amount=amount_api_field__c


Payment Currency

You can optionally populate the Payment Currency using the Originating object field. A Formula field with a text data type will also work. If you assign the field API name to the payment_currency param, Breadwinner will show this field value on the Payment Currency.

Button URL
|
&payment_currency=currency_api_field__c


Payment Description

You can optionally populate the Payment Description using the Originating object field. A Formula field with a text data type will also work. If you assign the field API name to the payment_description param, Breadwinner will show this field value on the Payment Description.

Button URL
|
&payment_description=description_api_field__c


Summary of all fields available for a New Transaction

The structure of a Button URL to create a new Transaction with all possible fields is show below.

Button URL
|
/apex/bwp_rc__CreateTransaction
?originating_record={!salesforce_record_ID} 
&parent_id=lookup_api_field__c
&payment_amount=amount_api_field__c
&payment_currency=currency_api_field__c
&payment_description=description_api_field__c
&testing=true




Updated 08 Mar 2023
Did this page help you?
PREVIOUS
Button URL Structure
NEXT
Button URL Generator
Docs powered by
Archbee
TABLE OF CONTENTS
Payment Amount
Payment Currency
Payment Description
Summary of all fields available for a New Transaction
Docs powered by
Archbee