Add Customer
POST {{baseUrl}}/aggregation/v2/customers/active
Enroll an active customer, which is the actual owner of one or more real-world accounts. This is a billable customer.
Supported regions:
Request Body
{"username"=>"customer_{{$timestamp}}", "firstName"=>"John", "lastName"=>"Smith"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Finicity-App-Token | string | ||
Finicity-App-Key | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"1005061234","username":"customerusername1","createdDate":1607450357}