-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACCT-1931] feat(test): adding account check collection for us #1
Conversation
2b4eb5c
to
cd1a6f7
Compare
73e9c5d
to
8ad2d24
Compare
}, | ||
{ | ||
"key": "tink_link", | ||
"value": "https://link.us.tink.com/1.0/account-check/connect?client_id=ae89c638d52444bfbea050a6cd773d29&state=OPTIONAL&redirect_uri=https%3A%2F%2Fconsole.us.tink.com%2Fcallback&authorization_code=9b24a6ac05004ee8bab57b12ee42b7d3&market=US&test=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the URL and remove any ids or codes and replace it with {{...}} like the values listed above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with this one, I don't think we have &test=true
applicable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I've modified the url.
"let redirectUriEncoded = encodeURIComponent(redirectUri);", | ||
"", | ||
"//Compose TinkLink URI", | ||
"let tinkLink = \"https://link.us.tink.com/1.0/account-check/connect?client_id=YOUR_CLIENT_ID&state=OPTIONAL&redirect_uri=REDIRECT_URL&authorization_code=USER_AUTHORIZATION_CODE&market=MARKET&test=TEST\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&test=TEST,
Is this something that actually works? I thought we had removed this from being applicable. We decide if it is a test or not by setting it in the console to be either sandbox or live
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
8ad2d24
to
bf55a66
Compare
bf55a66
to
6163ef9
Compare
Adding a postman collection specific for testing US account check with continuous access.