Skip to main content

Payout request

Endpoint
Endpoint Method
Authentication
/transaction/payout
POST Yes
Authentication
Type
Token source
Server
Bearer <USAPI>/auth

USAPI

User State API

Body request
{
  "properties"amount": <integer>,
  "value"store" : <boolean>
}
Properties
Properties of Data type Required notes

amount

integeryesminimum amount is 10000
store
boolean yes

Request example

Body request example

{
  "properties": "value"
}

Axios code example

insert code here
Result example

Body request example

insert code here
Error example

Body400 requestBad exampleRequest

User balance is less than requested amount

insert{
    code"message": here"Insufficient Fund"
}

Requested amount is less than minimum amount

{
    "message": "Minimum amount is 10000"
}