Add Testing Customer
POST {{baseUrl}}/aggregation/v2/customers/testing
Enroll a testing customer (Test Drive accounts).
For using Testing customers, register a test application with your systems engineer or account manager. Then use that testing applicationId
when creating testing customers. Testing customers can only be assigned to testing OAuth applications and can only add accounts to Finbank OAuth for testing OAuth implementation as well as other Finbank testing 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}