📝 (gocardless) updated the docs - removed redundant information (#292)

This commit is contained in:
Matiss Janis Aboltins
2023-12-22 21:33:06 +00:00
committed by GitHub
parent c910b6efcb
commit 933fc27126
2 changed files with 7 additions and 15 deletions

View File

@@ -2,23 +2,9 @@
Find in [doc](https://docs.google.com/spreadsheets/d/1ogpzydzotOltbssrc3IQ8rhBLlIZbQgm5QCiiNJrkyA/edit#gid=489769432) what is id of bank which you want to integrate
Add the `institution_id` and your name to list of possible options in the frontend
project `actual` in file `GoCardlessExternalMsg.js`
```jsx
<Strong>Choose your banks:</Strong>
<CustomSelect
options={[
['default', 'Choose your bank'],
['ING_PL_INGBPLPW', 'ING PL'],
['MBANK_RETAIL_BREXPLPW', 'MBANK'],
['SANDBOXFINANCE_SFIN0000', 'DEMO - TEST']
]}
```
Launch frontend and backend server
Create new linked account selecting the institution which you added recently.
Create new linked account selecting the institution which you are interested in.
In the server logs you can find all required information to create class for
your bank.

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
docs: updated the GoCardless integration instructions