Generate Lite Connect URL
POST {{baseUrl}}/connect/v2/generate/lite
Connect Lite is a minimalistic implementation of the Connect Full experience, providing a limited set of features. Connect Lite is a useful option if you want to handle the selection of Financial Institution and Account(s) in your own user experience.
Supported regions:
Request Body
{"partnerId"=>"{{partnerId}}", "customerId"=>"{{customerId}}", "institutionId"=>4222, "redirectUri"=>"https://backend.com/connect/", "webhook"=>"{{webhookURL}}", "webhookContentType"=>"application/json", "experience"=>"default", "singleUseUrl"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"link":"https://connect2.openbanking.mastercard.com.au?customerId=1892\u0026origin=url\u0026partnerId=2445583947972\u0026signature=54bfc4fdb002921f6066195bfbfd997934618caef61139cf8809bf6a4daa53e9\u0026timestamp=1656519867660\u0026ttl=1656527067660\u0026webhookContentType=application%2Fjson"}