2009

Table Of Contents
Using the Payflow Pro SDK to Perform ACH Payments
Example ACH Payments
6
40 Payflow ACH Payment Service Guide
Example Credit Payment
Use TRXTYPE=C and the ORIGID of a previously submitted ACH payment to submit a
Credit payment. You must perform a Credit payment before the first settlement.
"TRXTYPE=C&PARTNER=PayPal&VENDOR=SuperMerchant&USER=SuperMerchant&PWD=x1y2z
3&ORIGID=VXYZ01475826"
Example Credit Response
RESULT=0&PNREF=V63D15597698&RESPMSG=Approved
Example POP Debit/Sale Payment
Use TRXTYPE=S and AUTHTYPE=POP to submit a POP Debit/Sale payment.
"DESC=POPExample&TRXTYPE=S&TENDER=A&PARTNER=partner&USER=user&PWD=pwd&AMT=2
2&ACCT=987654321&STREET=685 E Middle Field
Rd&ZIP=94043&ABA=111111118&ACCTTYPE=C&NAME=John
Doe&AUTHTYPE=POP&TERMSTATE=CA&TERMCITY=MNVW&CHKNUM=123&CITY=MNV"
Example POP Response
RESULT=0&PNREF=V63D15597698&RESPMSG=Approved
Example ARC Debit/Sale Payment
Use TRXTYPE=S and AUTHTYPE=ARC to submit a ARC Debit/Sale payment.
"DESC=ARCExample&TRXTYPE=S&TENDER=A&PARTNER=partner&USER=user&PWD=pwd&AMT=2
6&ACCT=23456789&STREET=685 E Middle Field
Rd&ZIP=94043&ABA=111111118&ACCTTYPE=S&NAME=Jane
Doe&AUTHTYPE=ARC&CHKNUM=456"
Example ARC Response
RESULT=0&PNREF=V63D15597698&RESPMSG=Approved
Example RCK Debit/Sale Payment
Use TRXTYPE=S and AUTHTYPE=RCK to submit a RCK Debit/Sale payment.
"DESC=RCKExample&TRXTYPE=S&TENDER=A&PARTNER=partner&USER=user&PWD=pwd&AMT=3
0&ACCT=987654321&STREET=685 E Middle Field
Rd&ZIP=94043&ABA=111111118&ACCTTYPE=C&NAME=John
Doe&AUTHTYPE=RCK&CHKNUM=789"
Example RCK Response
RESULT=0&PNREF=V63D15597698&RESPMSG=Approved
Example WEB Debit/Sale Payment
Use TRXTYPE=S and AUTHTYPE=WEB to submit a WEB Debit/Sale payment.