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"
}
}