Developer
Products
Command
Control
Dispute and Chargeback Management
Integration Guides
Support
Submit a Ticket
Sign In
Developer
Products
Command
Control
Dispute and Chargeback Management
Links
Integration Guides
Support
Sign In
Kount Developer
Command
Code Examples
Code Examples
CURL Command Example for API Call
Make the following CURL call for API: curl -G -d "trid=ABCDEFG12345" -H "X-Kount-Api-Key: yourapikeyhere" https://ap...
CURL Command Example for RIS
Perform the following to make a RISK call using an API key and CURL: curl -d "MODE=Q&MACK=Y&AUTH=A&CURR=USD&EMAL=name...
ENS Event Data Code Samples
All event data is sent in XML format using UTF-8 encoding. Depending on the event type, the specific structure of the...
NodeJS Example for RIS Call
Require needed libraries (querystring, https). Create your inquiry data array. Create your http options. Make a call...