Easy Cashout V2 Technical and Security Aspects
Technical and Security Aspects of our V2 Cashout endpoints.
Each environment has its own domain. The path of the endpoints do not change.
Environment
Domain
Staging
https://payout-api-stg.directa24.com/v2/request
Production
Provided once you complete the testing
API Keys
In order to authenticate, our Cashouts APIs uses API Keys in all of the requests to authenticate. Your API Keys can be retrieved from the Merchant Panel by going to Settings -> API Access -> Cashouts Credentials.
These are the three credentials you will need:
Your user:
API Key
Your password:
API Passphrase
Your secret key to generate the signatures:
API Signature
Your user and password keys must be sent in all the API calls using the API Key
and API Passphrase
fields on the body of the request.
Headers
All requests sent through Cashouts v3 API must have the following headers.
Header
Format
Mandatory
Description
Payload-Signature
String
Yes
HMAC256 of the whole JSON Payload using your API Signature
Content-Type
String
Yes
application/json
User-Agent
String
Yes
Server client user agent
IP Whitelisting
For security purposes, you need to whitelist the IPs from where you will call our API.
In order to whitelist your IPs and make the process as smoother as possible, you should go to Settings -> API Access and add the list of IPs you will possibly use under the Cashouts IP Address section.
Best Practices
We recommend you follow this list of technical and security practices to maximize the security of the information end-to-end.
Always ensure to verify the Signatures control string sent in the notifications to validate its veracity.
We convert all the data we receive to UTF-8. Make sure you are also converting it into UTF-8 to make sure both parties have the same details.
Go to the next page to learn how to generate the Payload-Signature control string to verify the requests' you send and receive integrity.
Last updated
Was this helpful?