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
amount
string
Example:

"10.00"

description
string
Example:

"optional"

senderName
string
Example:

"optional"

senderRoutingNumber
string
Example:

"HBUKGB4BXXX"

wireType
string
Example:

"international"