post https://api.sendwyre.com/v3/accounts
Log in to see full request history
Note on fields required
When creating the account you can submit as many or as few profileFields as you need at the time of Account creation. More information
Responses
Note on fields required
When creating the account you can submit as many or as few profileFields as you need at the time of Account creation. More information
xxxxxxxxxx
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR-WYRE-SECRET-KEY" \
-d '{"type":"INDIVIDUAL","country": "US","subaccount": true,"profileFields":[{"fieldId": "individualLegalName","value": "YOUR_NAME"},{"fieldId": "individualEmail","value": "YOUREMAIL@EMAIL.com"},{"fieldId": "individualResidenceAddress","value": {"street1": "1 Market St","street2": "Suite 402","city": "San Francisco","state": "CA","postalCode": "94105","country": "US"}}]}' \
https://api.testwyre.com/v3/accounts
Try It!
to start a request and see the response here! Or choose an example: