III-PAYOUT FUNDS
Last updated
Last updated
POST
Add a new fund
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
amount
float
Amount of funds
blockchain
string
polygon or etherum
crypto
string
currency of your funds (USDC or USDT)
tx_hash
string
Unique alphanumeric identifier assigned to your transaction on the blockchain
merchant_data (optional)
string or json
After successful or canceled payment. we send it to you through the callback url. eg :{txId : qktr12eqzg, status : sfrt}
Response
Our service will return a JSON object.
if you receive an errorCode
other than 0, there is an error
Otherwise, we will provide you with the fund identifier "fund_id"
The details of this error are specified by errorMessage
Returns the history of funds with their details
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
status
string
● Blank to display all statuses
● fund:pending : for pending funds
● fund:success: for success funds
● fund:failed: for failed funds
from
date
start date filter (2023-06-01)
to
date
end date filter (2023-06-19)
order
string
● ASC : ascending order by date
● DESC : descending order with respect to dates
page
2
Each page contains a maximum of 50 records
Response
Our service will return a JSON object.
Return the detail of funds by passing his id parameter
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
id
number
Id of the funds
Response
GET
GET