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