Public
Documentation Settings

Open developer APIs

The API Banking platform from Open is India's first Banking-as-a-Service ( BAAS) platform for developers to integrate banking into their business work flows.

Our current suite of APIs include Virtual Accounts, Recurring billing via direct bank debit and bulk payouts to other bank accounts. The Virtual account APIs lets developers create unique Indian bank account numbers on the fly to recieve and reconcile payments via NEFT, RTGS and IMPS transactions. Our recurring billing APIs makes it easier for any businesses to automate subscriptions by directly debiting the customers bank account using an emandate. Our payout APIs makes it easier for developers to transfer funds to any bank account in India using NEFT, RTGS or IMPS payment methods.

We will soon be launching our APIs for creating and issuing business debit Cards & expense cards, payment gateway, UPI and pulling bank account information from other banks

Authentication

All APIs require access_token to be passed as part of request header to get access to the resources.

In addition to access_token, you will require accounts_id, companies_id, users_id to be passed in other APIs.

POSTLogin

https://sandbox.bankopen.co/api/v1/login
HEADERS
Content-Type

application/json

Bodyraw
{
  "login": "",
  "password": ""
}

Contacts

A Contact can be an individual or a company that can receive.

** Eg : A vendor, supplier, marketplace sellers, etc. Basically, anyone your business needs to pay.**

Using a Contact,

  • You can send payouts.
  • You can receive payments via NEFT/RTGS/IMPS/Payment gateway/ UPI (coming soon)

Contacts must be created prior to sending/receiving a payment to/from them. When you create a Contact, we automatically generate and assign a unique contacts_id.

Contact attributes

KeyMandatory
accounts_idY
companies_idY
nameY
primary_contactN
type_of_contact`Individual` or `Organisation`
email_idY
mobile_numberY
landline_numberN
shipping_addressN
address_lineN
cityN
stateN
pincodeN
billing_addressN
address_lineN
cityN
stateN
pincodeN
currencyN
panN
gstinN
tdsN
notesN
beneficiary_account_numberN
ifsc_codeN
bank_nameN
other_detailsN
Loading