Capture Request (For pre-auth or authorized transaction)
Merchant should use SALES (SALS) for most of the use cases and avoid Pre-Authorization & Capture model. This is because many merchant will miss the auto-release period before they can actually capture the funds. Merchant who uses pre-auth or authorize payment mode may capture the transaction at a later stage by using this API.
Request
URL: https://api.fiuu.com/RMS/API/capstxn/index.php
Method: POST or GET

Response (JSON Format)

Formula of skey
md5( {txnID}{amount}{domain}{verify_key} )
Formula of VrfKe
md5( {secret_key}{Domain}{TranID}{StatCode} )
Updated 8 days ago