Skip to content

mrozycki-tink/tink-link-web-payment-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Languages

Tink Link web payment example

This is an example app implementing payments initialisation using Tink Link. This project was bootstrapped with create-react-app.

Installation

Running this example application requires CLIENT_ID and CLIENT_SECRET, retrievable in the Tink Console after signing up for a developer account.

Running the app locally

  1. Install dependencies
yarn
  1. Set your client identifier and client secret as environment variables
export REACT_APP_TINK_LINK_PAYMENT_CLIENT_ID='<YOUR_CLIENT_ID>'
export TINK_LINK_PAYMENT_CLIENT_SECRET='<YOUR_CLIENT_SECRET>'
  1. Run client and server in terminal separately
yarn start:client
yarn start:server

The client app is available at http://localhost:3000. The server is running at http://localhost:8080.

Resources

For more information about initiate payments with Tink Link please visit our documentation page.

About

An example web app demonstrating how to execute payments using Tink Link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 54.8%
  • CSS 21.8%
  • JavaScript 16.3%
  • HTML 7.1%