The ClickandPledge default payment system includes a comprehensive user interface allowing for easy addition and updates of products and donations. In addition to the classic interface, the payment system allows processing of credit cards using a basket system that can easily be integrated into your existing payment solution.
The following are parameters that can be used:
Required Parameters:
B = Basket Name (Required)- Example: B=Conference Registration [TEXT]
T = Total charge to be processed (Required)- Example: T=100 [NUMERIC]
Optional Parameters:
D = Total tax deductible portion (Optional)- Example: D=20
I = Reference ID (Optional)- Example: I=ABC123 [TEXT- limit 50 characters]
Recurring Parameters (Optional):
P = 1, 2, 3, 4, 5
1: Every 2 weeks
2: Monthly
3: Every 2 months
4: Quarterly
5: Annually
N = Number of intervals
Example:
The above URL (cut and paste in your browser) provides:

The basket name is shown with a total price of $100 and $20 tax deductible. Since a Reference ID ( ID ) is provided and the Redirect ( R ) are provided once the card is authenticated the system will redirect the page to address listed as R with the ReferenceID as a parameter.
The arguments used for redirect are:
- I = Reference ID as provided in the originating URL.
- A = Authorization Number
- S = Status: A (Authorized), DCL (Declined), CNCL (Canceled - in case Parameter C is provided with value =1).
- P = Payment method
o CC = Credit Card,
o IN = Invoice
o PO = Purchase Order
o PP = PayPal