slice Business API
slice Business merchant banking (India) — OTP login, profile & balance, collection/passbook ledgers, beneficiaries, and two-step bank transfer.
Overview
Base URL: https://api.openbankinggateway.com — all responses use the unified {code, data} envelope.
Session flow: complete the login endpoints to receive a gateway token, then pass it as token= to every authenticated endpoint.
Transparency: the raw upstream fintech JSON is included under data.upstream on every response — success and error alike.
Fill in the parameters on any endpoint below and hit Send request to call the live gateway, or copy the curl example to run it from your terminal.
Auth
/api/slice/login/startStart OTP login
| Parameter | In | Value |
|---|---|---|
phone* | query | |
pin* | query |
/api/slice/login/confirmConfirm OTP and issue a session token
| Parameter | In | Value |
|---|---|---|
phone* | query | |
otp* | query |
Account
/api/slice/profileMerchant profile (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/slice/account-screenBalance and bank account summary (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/slice/transactionsRecent QR/UPI collections (token required)
| Parameter | In | Value |
|---|---|---|
token* | query | |
pageNumber | query | |
pageSize | query |
/api/slice/passbookBank passbook ledger, CREDIT/DEBIT (token required)
| Parameter | In | Value |
|---|---|---|
token* | query | |
pageNumber | query | |
pageSize | query |
Transfer
/api/slice/beneficiary/manageList saved beneficiaries (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/slice/sendMoney/preparePrepare bank transfer (sends confirmation OTP)
| Parameter | In | Value |
|---|---|---|
token* | query | |
beneficiaryId* | query | |
amount* | query | |
notes | query |
/api/slice/sendMoney/confirmConfirm bank transfer with OTP
| Parameter | In | Value |
|---|---|---|
token* | query | |
otp* | query |