For developers
Use cases
This page lists some of the most popular use cases so you get an idea of all the ways we can help you facilitate payments
Your users need to have an active Ziina wallet for you to perform actions on their behalf in your application
How can my users get paid to their Ziina wallets inside my app?
- Obtain a Bearer Authorization token for your user via the OAuth 2.0 flow
- Use this token to create payment intent on user’s behalf
- The
payment intent
we provide in the response will include aredirect_url
- the payment link for the payer - Redirect the payer to the
redirect_url
to complete the transaction - Optional: to add your service charge transfer funds to your business account
How can my users transfer money inside my app?
- Obtain a Bearer Authorization token for your user via the OAuth 2.0 flow
- Call the transfer endpoint
How can I automatically issue refunds in my application?
- You need to obtain the token either for your business or for your users, depending on who will be issuing refunds
- Call the issue refund endpoint
How can I perform money disbursements in my app?
- You need to obtain the token for your business
- You need to call the transfer endpoint with the accountIds (
to_account_ids
) or ziinames (to_ziinames
) you want to send money to
What if a user doesn’t have a Ziina account and tries to log in with Ziina in my app?
Users will be asked to download the Ziina app to complete onboarding, after which their authorization can proceed
Need help?
If you have questions, visit our help center or contact us at support@ziina.com.