Definitions
Some definitions that will help explain a few concepts as you integrate Waza Payout into your projects:
API KeysThis is the
x-waza-key
required in the request header to make any API call to the WAZA endpoints. Note that the keys for sandbox and production environment differ. As such make sure to use the appropriate keys for the expected environments.Kindly contactsupport@waza.co for your access to these keys.
Account IDThis is the unique
id
for an account/wallet. You can retrieve thisid
from the response object of the List Balances endpoint.
Transaction IDThis is the unique
id
generated for payout transaction initiated.
Statement IDThis is the unique
id
generated when creating or requesting an account statement. Thisid
is passed as a path variable in the Statement download and Get Statement Details by ID endpoints
Updated 16 days ago