Mobile Apps & checkout
Mobile rails
Connect mobile apps to OrbytPay without putting secret keys in the APK. Your server creates payments via REST API; customers complete bank transfer or card on mobile-optimised hosted checkout.
How mobile integrations work
OrbytPay does not require a native SDK binary — the integration pattern is HTTP:
- Your backend calls
POST /v1/paymentswith your secret key - Open the returned
payment_urlin an in-app browser or system browser - Customer pays on responsive hosted checkout (bank or card)
- Your server receives
payment.creditedvia signed webhook
Keep orbk_sec_ on your server only — never ship it inside mobile app bundles.
OrbytPay merchant app
The official OrbytPay Android app is a merchant tool — collect, view balance, and withdraw on the go. Distributed as a direct APK for approved accounts; see the download page for honest availability.
Connected app demo
OrbytPay ships with demo connected apps (e.g. Aircom Wallet in local sandbox) showing how a mobile wallet calls the API and opens hosted checkout. This is a reference pattern — not a separate payment network.