slice Business — Login demo
A guided sign-in flow. Prefer raw endpoints? See the API reference & playground →
Sign in to a slice Business merchant account — start with your phone + PIN to receive an OTP, then confirm it to open a live session.
🔐 Sign in
🧪 Sandbox account
- Phone
9000000000- PIN
0000- OTP
123456
This designated sandbox merchant returns simulated profile, transactions, passbook & send-money data — no real credentials and no upstream call. Any other phone number is sent to the live upstream.
Authenticated actions
The session token is attached automatically to each call.
GET
Merchant profile
/api/slice/profile GET
Balance & accounts
/api/slice/account-screen GET
QR/UPI collections
/api/slice/transactions GET
Passbook ledger
/api/slice/passbook GET
Beneficiaries
/api/slice/beneficiary/manage POST
Prepare transfer
/api/slice/sendMoney/prepare Sends a confirmation OTP for the transfer.
POST
Confirm transfer
/api/slice/sendMoney/confirm