cURL
curl --request POST \ --url https://apis.hopnow.io/v1/customers/{customer_id}/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "object": "<string>", "customer_id": "<string>", "name": "<string>", "status": "<string>", "balances": [ {} ], "created": "<string>", "updated": "<string>" }
Create a new account for a customer
cus_
acc_
"account"
active
suspended
inactive
{ "id": "acc_1234567890abcdef", "object": "account", "customer_id": "cus_abc123", "name": "Primary Trading Account", "status": "active", "balances": [], "created": "2024-01-01T00:00:00Z", "updated": "2024-01-01T00:00:00Z" }