Definitions
Some definitions that will help explain a few concepts as you integrate Waza Payout into your projects:
API Keys
This 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 contact [email protected] for your access to these keys.
Account ID
This is the unique
id
for an account/wallet. You can retrieve thisid
from the response object of the List Balances endpoint.
Transaction ID
This is the unique
id
generated for payout transaction initiated.
Statement ID
This 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 about 1 year ago