Using scripts for payments verification
From ISPWiki
Following is the scheme for payment verification currently used in our system:
- If a user makes payment by a certain payment methods for the first time, and if there is a /addon/xxxcheck script, verification and payment are transferred to the script.
- If a user has already made payments by that payment method, or there is no such scripts, it will be considered verified, and funds will be credited automatically.
Script name: name of the payment request module - 'pm' + check. For example, or pmogone - ogonecheck
Script parameters: ogonecheck elid info, where elid is a payment id, info is additional information (different for each payment request)
