FIELD | REQUIREMENTS |
company_id |
numeric (assigned by mysecurepayment.cloud) |
pid |
alphanumeric (assigned by mysecurepayment.cloud) |
customer |
alphanumeric
(ABS Customer) |
amount | numeric - 2 decimals no dollar sign |
description |
alphanumeric max of 255 characters (escape spaces and special characters) |
invoices | List of invoices separated by pipe (|) number::amount::discount_date::discount_amount (no limit of characters - exported back) |
Send either the (Amount/Description) OR (Invoices). Not both! | |
fee_percent |
Charge A Processing Fee for using a credit card / Echeck Override the companies fee structure. Enter the fee amount percentage. |
0 = No Fee Charged 1 = One Percent Charged 2 = Two Percent Charged |
|
_return_url |
Full URL to send a repsonse back to. User will be automatically returned to the URL supplied with a string of payment data to be processed.
Note: must be a link opened with a window.open() function: <a onclick="window.open('LINK URL')" style="cursor:pointer">LINK</a> |
_testMode | 1 for yes (test credit card pre-filled) |
https://www.triadhosting.biz/payments/
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b
https://www.triadhosting.biz/payments/?company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&amount=1000.00&description=my+invoice+number+1001
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&invoices=1001::10.99
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&invoices=1001::10.01::2025-10-19::2.00|1002::12.02::2025-10-20::3.00|1003::14.01|1004::16.02|1005::18.03
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&invoices=116::1013.20::::50.00|10016::-23.78
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&invoices=1001::10.99&fee_percent=0
https://www.triadhosting.biz/payments/?_testMode=1&company_id=7&customer=00055&pid=HshbsmzeAn1Sq31ITliEFw8b&invoices=1001::10.99&fee_percent=5
<input type="hidden" name="customer" value="00055">
<input type="hidden" name="company_id" value="7">
<input type="hidden" name="customer" value="00055">
<input type="hidden" name="pid" value="HshbsmzeAn1Sq31ITliEFw8b">
<input type="hidden" name="invoices" value="1001::10.01::2025-10-19::2.00|1002::12.02::2025-10-20::3.00|1003::14.01|1004::16.02|1005::18.03">
<input type="hidden" name="_testMode" value="1">
&_testMode=1