Difference between revisions of "NATS4 RevUpCard"
m |
(No difference)
|
Revision as of 12:55, 17 December 2008
NATS4 version 4.0.32 and later supports payment dumps to a RevUpCard account. Users of NATS4 4.0.32 or greater should skip to the section Configuring RevUpCard below. Users of earlier NATS4 versions should enter an upgrade support ticket or follow the steps below.
Creating RevUpCard dump format
Dump formats are used to format and display your payment after they've been stored. Go to Payments Admin and click the Dump Formats tab to view the current dump formats. Create a dump format by typing in the name under "New Dump Format" or you can edit an existing one by clicking the Edit icon next to it.
- Name: RevUpCard CSV
- Dump Header:
"CardNo","DDANo","MemberId","Amount","Description","DOB","SSN","WorkPhone","PostalCode","PreAuthId"
- Entry Header: None.
- Entry:
"","{$affiliate.payvia.DDANo}","","{$total.total_amount/100|currency_format:2}","{$affiliate.payvia.memo}","","","","",""
- Entry Footer: None.
- Dump Footer: None.
Click save.
Create RevUpCard PayVia
- In the Payments Admin, click the Pay Via Options tab, enter RevUpCard CSV into the "New Pay Via Option" text box (at the bottom of the page), and click Add.
- Fill out:
- Pay Via Description: what affiliates will see as the name of the pay via type (RevUpCard)
- Allowable 'Minimum Payout' Choices: A comma-separated list of available minimum payout options for affiliates.
- Cost Per Payout: The fee to charge affiliates per pay out sent. Make it zero to disable cost or make it negative to give affiliates a bonus for each payout.
- Dump Format to Use: Choose the appropriate dump format to use (explained later)
- Click save
Configuring RevUpCard
Click the Edit PayVia Fields button. From here, you'll be editing the pay via type's structure. You can add a new field to the structure by filling out the row and clicking Save.
- Name: DDANo
- Type: Text
- Required: mark this checkbox
- Minimum: 16
- Maximum: 16
- Unique: mark this checkbox
- Check Function: alnum_number_check
Your affiliates can now enter their RevUpCard account information and change their payment type to RevUpCard.