Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

aamarill/marqeta

Repository files navigation

Marqeta Sandbox API

Using the Marqeta API to simulate a transaction in Ruby.

Steps

  • Fork repo and clone locally.
  • Create an account to use their API in a sandbox environment.
  • Create a file called secrets.rb and add the following Secrets module to it:
  module Secrets
    Application_Token   = "insert application token here"
    Master_Access_Token = "insert master access token here"
    Shared_environment_base_URL =  "insert shared environment base URL here"
  end
  • Use api_test.rb to play around with the API.

About

Using the Marqeta API to simulate a transaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages