Skip to content
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

DEV-1623: Remove iFrame as an option from Visa Open Banking Docs #632

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions pages/docs/balance/open-banking/visa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ When an end-user opens the Exchange Session URL, they are prompted to authentica
| User 3 | u92721594 | nbs589 | User failed to authenticate themselves at the financial institution | ❌ Authentication error |
| User 4 | u91902655 | jtx720 | Temporary error with a Visa service | ❌ Temporary error |

#### Visa SDKs for Account Authentication

Tink Link (a Visa solution) is the front-end SDK for Visa IAV. It is designed to be embedded into your application using one of [Visa’s SDKs](https://docs.us.tink.com/resources/sdk). This guide will focus on using the Web Integration which redirects users to a generated Visa URL to perform the account verification process. If you are building a web application, either for desktop or mobile, use the Web SDK (Exchange Session URL) through:

- [Tink/Visa Link URL](https://docs.us.tink.com/resources/sdk/link-url) (most performant integration option, navigates the entire page from your domain to the Visa domain)
- [iFrame](https://docs.us.tink.com/resources/sdk/sdk-iframe) (embedded in your domain, Visa domain is not visible)

Note: When referencing the documentation, replace the Tink/Visa Link URL with the external-provider-session URL that you retrieve from the Dwolla API.

#### Dwolla Node SDK for API Interactions

Throughout this guide, we'll assume you're using the [Dwolla Node SDK](https://developers.dwolla.com/sdks-tools/node) to interact with Dwolla's API endpoints. This SDK simplifies making requests and handling responses for various Dwolla functionalities.
Expand Down Expand Up @@ -309,5 +300,4 @@ const fundingSource = createFundingSource({
### Resources

- [Open Banking API Reference](https://developers.dwolla.com/docs/balance/api-reference/open-banking)
- [Visa SDK Documentation](https://docs.us.tink.com/resources/sdk)
- [Integration Example App](https://github.com/Dwolla/integration-examples/tree/main/packages/open-banking/visa)
Binary file removed public/assets/images/ask-ai-icon.png
Binary file not shown.
Loading