Add

Add payout

post
Authorizations
Body
typestring · enumRequiredPossible values:
namestringRequired
Responses
201Success
post
POST /v1/payouts/add HTTP/1.1
Host: 
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 208

{
  "type": "free",
  "name": "text",
  "fiatDetails": {
    "provider": "text",
    "paymentProviderId": "text"
  },
  "stablecoinDetails": {
    "blockchainId": "text",
    "tokenId": "text",
    "spender": "text"
  },
  "nativeDetails": {
    "blockchainId": "text"
  }
}
201Success

No content