Making an ACH Charge

ACH Payments are created similar to the way you create Card payments. However, instead of the Custom Credit Card Input and Paytram Process Card Button components, you will add three custom text fields to the Flow screen where the payment information is to be entered. You will need to add fields for:

  1. Account Number

  2. Routing Number

  3. Checking or Savings choice fields (likely as radio buttons or picklist options).

    1. Note: Some gateways have specific requirements how the Checking and Savings options are used. We have created a Flow Choice Set that you can use to easily add the Checking/Savings options easily that work for your chosen gateway. Create a new resource with the following values

      1. Type = Picklist Choice Set

      2. API Name = your choice

      3. Object = Paytram Helper

      4. Datatype = can be picklist or radio buttons

      5. Fields - choose Account _Type_{your gateway} (eg Account _Type_Accept_Blue

    2. This will place a Checking/Savings choice on your page with the correct values already set.

Once the 3 fields are on your page they will look something like this

Map these three fields to the corresponding ‘ACH’ fields in the Charge Card/ACH Subflow.

Set the Info_CardorACHorAUTH value to ‘ACH’ and leave the CC_CreditCardToken blank.

Last updated