Skip to main content
Version: 0.0.1

Flip for Business API Documentation

Welcome to Flip for Business API Documentation. Flip is a payment processing platform that enables businesses to accept and send payments online. Its API allows businesses to integrate its payment processing capabilities into your own websites and applications, facilitating easy and secure transactions with your customers. Flip API is organized around REST (Representational State Transfer) to provide a simple and predictable interface. You can use Flip API in test mode, which doesn’t affect your live data or interact with banking networks. The API key you use to authenticate the request and base URL determines whether the request is in live mode or test mode. Flip API doesn’t support bulk updates, so you can work on only one object per request. You can take use of Flip's secure and convenient payment processing by integrating our API into your own applications and websites.

Payouts/Disbursement

  • Money Transfer
  • Special Money Transfer
  • Agent Money Transfer
  • International Money Transfer

Accept Payments

  • Create Bill

Base URL

EnvironmentBase URLDescription
Productionhttps://bigflip.id/apiProduction environment base URL
Sandboxhttps://bigflip.id/big_sandbox_apiSandbox environment base URL

Headers

Key HeaderValueDescriptions
Content-Typeapplication/x-www-form-urlencodeddThe media type of the resource
AuthorizationBasic <AUTH_STRING>The credentials to authenticate request

Authentication

We are using Basic Authentication by including Authorization header in each of your request. Value of the header is the provided Secret Key from your Flip for Business dashboard. You should include your API secret key like a usual basic auth request, and use the secret key as the username: AUTH_STRING: Base64Encode("YourApiSecretKey"+":")

Security Scheme Type:

http

HTTP Authorization Scheme:

basic