Authentication¶
To use the Payout API, the following information is required which will be provided by FloCash:
- User name and password to access API
- Secret Key: You must use this key combined with API credential to form a control key as additional security
- Register your server IPs from which you will be sending api requests
How to create control key:
We use SHA256 digest algorithm to hash this info apiUsername:apiPassword:secretkey
For example:
- apiUsername:test
- apiPassword:test
- Secret Key: 000102030405060708090A0B0C0D0E0F
Will be SHA256(‘test:test: 000102030405060708090A0B0C0D0E0F’)