curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/test/wire \
--header 'Content-Type: application/json' \
--data '{
"amount": "10.00",
"description": "optional",
"senderName": "optional",
"senderRoutingNumber": "121042882",
"wireType": "domestic"
}'
Use this API to create a payout from an account.
Below fields are mandatory
{
"accountId": "{{accountId}}",
"contactId": "{{contactId}}",
"amount": "200"
}
status field in response can have below values.
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/test/wire \
--header 'Content-Type: application/json' \
--data '{
"amount": "10.00",
"description": "optional",
"senderName": "optional",
"senderRoutingNumber": "121042882",
"wireType": "domestic"
}'