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

KeyDatatypeRequiredDescription
Content-Typestring
Finicity-App-Tokenstring
Finicity-App-Keystring
Acceptstring

RESPONSES

status: Created

{"id":"1005061234","username":"customerusername1","createdDate":1607450357}