-
Notifications
You must be signed in to change notification settings - Fork 22
Description
https://bankaccountdata.gocardless.com/api/docs#/requisitions/Create%20requisition lists parameters including user_language and ssn.
{
"redirect": "string",
"institution_id": "string",
"agreement": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"user_language": "strin",
"ssn": "string",
"account_selection": false,
"redirect_immediate": false
}
create_requisition lacks the ssn parameter: https://github.com/nordigen/nordigen-python/blob/master/nordigen/api/requisitions.py#L46C9-L46C27
When using initialize_session as the README suggests it lacks both the user_language and the ssn parameters:
nordigen-python/nordigen/nordigen.py
Line 172 in d6d1eff
| def initialize_session( |
So at the moment the only option is to use the HTTP endpoints directly in order to have access to the features.