post https://api.vcita.biz/business/payments/v1/payouts
Creates a Payout
Log in to see full request history
Responses
Creates a Payout
xxxxxxxxxx
curl --request POST \
--url https://api.vcita.biz/business/payments/v1/payouts \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
22{
"data": {
"payout": {
"account_number": "1111",
"business_uid": "e7e05e20e17317c9",
"created_at": "2025-02-19T10:00:00Z",
"currency": "USD",
"fee": "33.54",
"net": "300.0",
"other": "0.01",
"processed_time": "2022-12-02T18:00:00Z",
"provider_created_time": "2022-12-01T08:00:00Z",
"provider_payout_id": "35f76716b86d7d6f",
"provider_updated_time": "2022-12-02T18:00:00Z",
"status": "Processed",
"total_amount": "333.55",
"uid": "zdhnsp37krjlvrb7",
"updated_at": "2025-02-19T10:00:00Z"
}
},
"success": true
}