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
| Environment | Base URL | Description |
|---|---|---|
| Production | https://bigflip.id/api | Production environment base URL |
| Sandbox | https://bigflip.id/big_sandbox_api | Sandbox environment base URL |
Headers
| Key Header | Value | Descriptions |
|---|---|---|
Content-Type | application/x-www-form-urlencodedd | The media type of the resource |
Authorization | Basic <AUTH_STRING> | The credentials to authenticate request |
Authentication
- HTTP: Basic Auth
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 |