Your users need to have Ziina wallet to perform actions in your application on their behalf

How can my users get paid to their Ziina wallets inside my app?

  1. Obtain a Bearer Authorization token for your user via the OAuth 2.0 flow
  2. Use this token to create payment intent on user’s behalf
  3. The payment intent we provide in the response will include a redirect_url - the payment link for the payer
  4. Redirect the payer to the redirect_url to complete the transaction
  5. Optional: to add your service charge transfer funds to your business account

How can my users transfer money inside my app?

  1. Obtain a Bearer Authorization token for your user via the OAuth 2.0 flow
  2. Call transfer endpoint money

How can I automatically issue refunds in my application?

  1. You need to obtain the token either for your business or for your users, depending on who will be issuing refunds
  2. Call issue refund endpoint

How can I perform money disbursements in my app?

  1. You need to obtain the token for your business
  2. You need to call transfer endpoint with the accountIds (to_account_ids) or ziinames (to_ziinames) you want to send money to

How can I conduct KYC (Know Your Customer) in my app?

  1. Currently, onboarding is only available through the Ziina app. Users must download the app to complete KYC
  2. Obtain a Bearer Authorization token for your user via the OAuth 2.0 flow
  3. Only users who have completed KYC in the Ziina app will be able to accept payments and make transfers

Need help?

If you have questions, visit our help center or contact us at support@ziina.com.