Skip to content

Commit

Permalink
📝 (gocardless) updated the docs - removed redundant information
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Dec 15, 2023
1 parent 5ac4c58 commit ba49e79
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/app-gocardless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba49e79

Please sign in to comment.