Introduction

Introduction to Payfric API

This document is intended to assist software developers who want to develop applications using Payfric.com. It fully documents our application programming interface (API) that allows developers to interact with our system. To use the information provided here, you should first have access to an active Payfric.com account. Login to your Payfric.com account and set your api setting to allow api, every account default api on Payfric.com is dissallow api. RESTful web services HTTP/1.1 JSON (JavaScript Object Notation) Application Program Interface will allow you to automate the process of making payment, receiving payment, fetching your account balance, fetching your account history of transactions within your own software. Since our API is based on REST principles, it's very easy to write and test applications. You can use your browser to access URLs, and you can use pretty much any HTTP client in any programming language to interact with the API. All responses from Payfric.com API are in JSON format.

When running transfer from your website, payfric will first check if your base currency balance can settle the payment and if not, it will check the base currency of the beneficiary, if your balance with the base currency of the beneficary can settle the payment, then the transfer will went successfully either the transfer will be aborted.

Last updated