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

Skip to content

amyoxen/APIs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayFabric APIs

PayFabric APIs are organized around Representational State Transfer (REST) architecture and are designed to have predictable, resource-oriented URLs and use HTTP response codes to indicate API errors. Below are the API endpoints:

  1. Live Server: https://www.payfabric.com/v2/rest/api
  2. Sandbox Server: https://sandbox.payfabric.com/v2/rest/api

Where do I start?

Want to get started with PayFabric API integration? Here's a quick check list:

  1. Register and then configure a PayFabric account, check out the Quick Start Guide to learn how.
  2. Read up on how to authenticate with our APIs.
  3. Read up on how to handle errors with our APIs.
  4. Browse the API docs for the API you need to work with, you could also view our language specific examples.
  5. Have a question or need help? Contact [email protected].

Authentication

PayFabric clients have two ways to authenticate, Device ID and Password authentication and Security Token authentication.

We have a detailed guide for authenticating your users with our APIs.

Handling Exceptions

PayFabric uses HTTP response codes to indicate the status of requests.

We have a guide detailing the meanings of the most common response codes that you will encounter.

API Documentation

PayFabric sends and receives payloads as structured JSON Objects. Many of these objects are used in both requests and responses. Some of the objects (like Address or Cardholder) are embedded as child elements of other objects.

Transactions

Wallets / Credit Cards / eChecks

Payment Gateway Profiles

Addresses

Help us make it better

Please tell us how we can make the APIs better. If you have a specific feature request or if you found a bug, please contact [email protected]. Also, feel free to branch these documents and send a pull request with improvements!

About

Documents and sample code for developers who are going to integrate with PayFabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published