Skip to content

Commit

Permalink
Merge pull request #23 from Volsund/update/update-GC-urls
Browse files Browse the repository at this point in the history
Update URLs to GoCardless
  • Loading branch information
victory-sokolov committed Jul 17, 2023
2 parents 68d49dd + 67c9e42 commit 5152ec8
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

If you're having general trouble with your Nordigen integration or bank related issue, please reach out to our support via email [support@nordigen.com](support@nordigen.com)
If you're having general trouble with your Nordigen integration or bank related issue, please reach out to our support via email [bank-account-data-support@gocardless.com](bank-account-data-support@gocardless.com)
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.3] - 2023-13-07

- Update URLs to GoCardless

## [2.1.2] - 2022-12-19

- Fix redirect_immediate parameter
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Nordigen Ruby Library

This is official Ruby client library for [Nordigen](https://nordigen.com/en).
This is official Ruby client library for [GoCardless Bank Account Data](https://gocardless.com/bank-account-data/).

For a full list of endpoints and arguments, see the [docs](https://nordigen.com/en/account_information_documenation/api-documention/overview/).
For a full list of endpoints and arguments, see the [docs](https://developer.gocardless.com/bank-account-data/quick-start-guide).

Before starting to use API you will need to create a new secret and get your `SECRET_ID` and `SECRET_KEY` from the [Nordigen's Open Banking Portal](https://ob.nordigen.com/user-secrets/).
Before starting to use API you will need to create a new secret and get your `SECRET_ID` and `SECRET_KEY` from the [GoCardless Bank Account Data Portal](https://bankaccountdata.gocardless.com/user-secrets/).

## Requirements

Expand All @@ -31,7 +31,7 @@ Example code can be found in `main.rb` file and Ruby on Rails example applicatio
require 'securerandom'
require 'nordigen-ruby'

# Get secret_id and secret_key from ob.nordigen.com portal and pass to NordigenClient or load from .env file
# Get secret_id and secret_key from bankaccountdata.gocardless.com/user-secrets/ portal and pass to NordigenClient or load from .env file
client = Nordigen::NordigenClient.new(
secret_id: "SECRET_ID",
secret_key: "SECRET_KEY"
Expand Down Expand Up @@ -62,7 +62,7 @@ id = "REVOLUT_REVOGB21"
# Returns requisition_id and link to initiate authorization with a bank
init = client.init_session(
# redirect url after successful authentication
redirect_url: "https://nordigen.com",
redirect_url: "https://gocardless.com",
# institution id
institution_id: id,
# a unique user ID of someone who's using your services, usually it's a UUID
Expand Down Expand Up @@ -116,4 +116,4 @@ bundle exec rake test

## Support

For any inquiries please contact support at [support@nordigen.com](support@nordigen.com) or create an issue in repository.
For any inquiries please contact support at [bank-account-data-support@gocardless.com](bank-account-data-support@gocardless.com) or create an issue in repository.
Loading

0 comments on commit 5152ec8

Please sign in to comment.