Template:Processing ACH payments

From 360Works Product Documentation Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Plastic 2 now supports payments via direct bank transfers and eChecks, via ACH payments. To take a payment via eCheck, use the CCProcessPaymentACH function after calling the g...")
 
Line 1: Line 1:
 
Plastic 2 now supports payments via direct bank transfers and eChecks, via ACH payments. To take a payment via eCheck, use the CCProcessPaymentACH function after calling the gateway. The exact parameters that are required vary by gateway, but a typical example would look like:
 
Plastic 2 now supports payments via direct bank transfers and eChecks, via ACH payments. To take a payment via eCheck, use the CCProcessPaymentACH function after calling the gateway. The exact parameters that are required vary by gateway, but a typical example would look like:
  
<pre>
+
Set Variable [$result; Value:
Set Variable [$result; Value:
+
CCProcessPaymentACH (
CCProcessPaymentACH (
+
{{{1|merchantAccount}}};
merchantAccountName;
+
{{{2|transactionKey}}};
txKey;
+
dollarAmount;
dollarAmount;
+
accountNumber;
accountNumber;
+
routingNumber;
routingNumber;
+
bankName;
bankName;
+
accountType;
accountType;
+
accountHolderFirstName;  
accountHolderFirstName;
+
accountHolderLastName;
accountHolderLastName;
+
checkNumber;
checkNumber;
+
"achType=ARC" )]
"achType=ARC" )]
+
</pre>
+

Revision as of 17:21, 29 August 2013

Plastic 2 now supports payments via direct bank transfers and eChecks, via ACH payments. To take a payment via eCheck, use the CCProcessPaymentACH function after calling the gateway. The exact parameters that are required vary by gateway, but a typical example would look like:

Set Variable [$result; Value:
CCProcessPaymentACH (
merchantAccount;
transactionKey;
dollarAmount;
accountNumber;
routingNumber;
bankName;
accountType;
accountHolderFirstName; 
accountHolderLastName;
checkNumber;
"achType=ARC" )]
Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox