POST
/
v1
/
account
/
{accountId}
/
test
/
wire
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"
}'

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required

Body

application/json