SDK Installation Guide
Android SDK Installation Guide for ZiniPay Hosted Payments
Use the ZiniPay Android WebView helper to create hosted invoices and verify invoices after redirect.
Android SDK for ZiniPay overview
The Android SDK is a WebView helper for creating a hosted ZiniPay invoice and verifying the invoice after redirect. It accepts an API key from loadPaymentForm(...), and falls back to the bundled sandbox key if the key argument is empty.
This guide is written for Bangladesh businesses that want a practical ZiniPay integration path for sdk. It covers the installation flow, required setup, verification checkpoints, and internal links you may need before going live.
Why use Android SDK for ZiniPay with ZiniPay?
Android SDK for ZiniPay helps connect your existing platform with ZiniPay so customers can complete local payment flows while your business keeps order, invoice, balance, membership, course, or service delivery tied to payment verification.
The main search intent for this page is ZiniPay Android SDK. Related users are usually looking for a reliable payment gateway plugin, module, SDK, or app that works with Bangladesh payment automation and can reduce manual payment checking.
Installation steps
- 1. Download the Android SDK ZIP file.
- 2. Add the SDK helper files to your Android project.
- 3. Connect the helper to the screen that will load the hosted payment form.
Configuration steps
- 1. Call loadPaymentForm(...) with customer, amount, redirect, cancel, metadata values, and your merchant API key.
- 2. Use your merchant API key for production payment flows.
- 3. Handle redirect and cancel URLs in your app flow.
- 4. Verify the invoice after redirect before unlocking paid content or service.
How the payment flow works
- 1. Android app calls the SDK helper to create a hosted invoice.
- 2. The WebView loads the hosted ZiniPay payment page.
- 3. After redirect, the app or backend verifies the invoice status.
SEO keywords covered in this guide
This page targets ZiniPay Android SDK and related integration searches such as ZiniPay Android SDK, Android WebView payment helper, hosted invoice Android, ZiniPay payment verify Android. The content is structured around setup instructions, verification flow, platform requirements, and practical merchant use cases.
Important notes
- Create URL: https://api.zinipay.com/v1/payment/create
- Verify URL: https://api.zinipay.com/v1/payment/verify
- Sandbox fallback key: sandbox_test_8f4c9a2e7b31
- URL arguments are accepted for older integrations, but the SDK always uses the fixed ZiniPay API URL.
FAQ about Android SDK for ZiniPay
Do I need a ZiniPay account?
Live payment flows usually require a ZiniPay merchant account or API credentials. SDKs may include sandbox values for testing.
Can it support local payment automation?
Yes. Use Android SDK for ZiniPay as part of a ZiniPay workflow when your business needs bKash, Nagad, Rocket, or other supported local payment methods with backend verification.
Should I verify payment before delivery?
Yes. Always verify payment status before updating an invoice, order, membership, course access, or SMM panel balance.