Payouts
Create Payout
Creates a new payout for the authenticated merchant
POST
/
api
/
v1
/
merchants
/
payout
/
create
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
currency
string
requiredCryptocurrency symbol
network
string
requiredNetwork for the cryptocurrency
amount
number
requiredAmount to withdraw
Required range:
x > 0
Must be a multiple of 1e-8
address
string
requiredDestination address for the payout
Response
200 - application/json
wallet
object
network
object
status
enum<string>
Available options:
PROCESSING
, CONFIRMING
, COMPLETED
, REJECTED
address
string
txHash
string
amount
number
createdAt
string