Short Examples of Using the First Data Marketplace API
This project is a simple script to teach you how to use the First Data Marketplace API and uses samples from our API docs. You will need to sign up for a sandbox account, and repalce the username, secret, and url with the credentials supplied to you via email.
For Node: install all modules with the following command
npm install --save
Then type the following command to run the script
node index.js
For Python: Make sure you have installed any dependencies via pip and then run
python auth.py