|
|
Line 7: |
Line 7: |
| | | |
| Most post URLs use the same variables, but the ''posttype'' field changes depending on which post URL you are using. Note: | | Most post URLs use the same variables, but the ''posttype'' field changes depending on which post URL you are using. Note: |
− | the Denial and Expire posts may only use columns in the 'members' table. | + | the Denial and Expire posts may only use columns in the 'members' table.<br/> |
− | | + | '''Note''': this information is sent to your post url through '''GET''' (script.php?username=foo&password=bar) not POST (such as with a form).<br/> |
| * loginid | | * loginid |
| * amount | | * amount |
− | * transid ($billername.':'.$memberid) | + | * transid ($billername.':'.transactionid) |
− | * posttype | + | * posttype (approval , denial , rebill, credit, chargeback , expire) |
| * all the columns in the 'members' table which include: (run ''describe members'' to get a full list) | | * all the columns in the 'members' table which include: (run ''describe members'' to get a full list) |
| ** memberid | | ** memberid |