Order Form Button for Recur Billing


NOTES:

  1. You must be set up for the Recur Billing Service for this to work.

  2. The value of “pr_plan_id” must match a valid “planid” from your Payment Plans.

Code:

      <form method="POST" action="https://paywithcardx.com/pay/">
        <input type="hidden" name="pt_gateway_account" value="pnpdemo2">
        <input type="hidden" name="pt_transaction_amount" value="5.00">
        <input type="hidden" name="pr_plan_id" value="1">
        <input type="submit" value="Pay">
      </form>