Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Rellum/Payments-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiserv Payment API Demo

API Keys

  • Visit our Developer Platform and generate a sandbox key.
  • Take a note of this key and your secret key as you'll need it later
  • Update your secret and API key within '/api/routes/main.js'
  • Please note that you'll be running this on our production endpoint as our sandbox environment is a like for like (although no transactions will be executed!)

Setup

  • Install NodeJs
  • Install Yarn
  • Open 2 terminals, one in 'api' and one in 'www'
  • Run 'yarn install' inside of 'www'
  • Run 'npm install' inside of 'api'

Running

Notes

  • To get an idea of what is taking place, open Chrome, open the developer console and enable 'preserve logs's

About

A demo of the Fiserv Payments APIs found on our developer portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 6.5%
  • CSS 5.1%
  • Dockerfile 2.3%