QWAAP Documentation
  • Introduction
    • Introduction
  • GETTING STARTED
    • Merchant On-boarding
      • Settings
      • Compliance
    • Authentication
    • Error Handling
  • UTILITY FUNCTIONS
    • Supported Countries/Regions
    • Sandbox Test Accounts
    • Currency Limits
  • RECEIVING MONEY
    • Initiate Invoice Payment
    • Invoice Payment Statuses
  • SENDING MONEY
    • Pre-requisites
    • Initiate Wallet Payout
    • Payout Transaction Statuses
  • WEBHOOKS AND REDIRECTS
    • Webhooks
      • HMAC Signature Verification
      • RSA Signature Verification
    • Merchant Redirect
  • KNOWLEDGE BASE
    • Settlements
    • Callbacks
    • Customer Support Platforms
Powered by GitBook
On this page
  • API Keys
  • IP whitelisting
  1. SENDING MONEY

Pre-requisites

Payouts depend on the transaction method and currency specified when initiating payout requests

API Keys

Both the secret and public keys are required to make a payout request. You can always generate a new secret key whenever it gets compromised.

The merchant account can only have one set of keys and therefore when you generate a new secret key, we replace the old one.

Note that, the old key is only replaced when you click the save button on the form where you get displayed the new secret key. Always make sure you click the save button after you have copied the newly generated secret key.

IP whitelisting

For your account balance security purposes, we require you to white list all the IP addresses where the payout API requests will be initiated from. This is an extra layer of security that helps just in case the API keys have been compromised on your side. This could help safeguard your funds.

PreviousInvoice Payment StatusesNextInitiate Wallet Payout

Last updated 1 year ago