Add Testing Customer
POST {{baseUrl}}/aggregation/v2/customers/testing
Enroll a testing customer (Test Drive accounts).
For using testing customers with FinBank OAuth, you must register a test application with your systems engineer or account manager. Then, use that testing applicationId
when creating testing customers.
Testing Customers can access FinBank profiles (except FinBank Billable
profiles), and cannot access live financial institutions.
Supported regions:
Request Body
{"username"=>"customer_{{$timestamp}}", "firstName"=>"John", "lastName"=>"Smith"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: Created
{"id":"1005061234","username":"customerusername1","createdDate":1607450357}