API Reference

Combine 2 or 3 key components 3DES 128 bits

Curl request example. The components shall be pointed out as an array of string on this way:

curl --request POST \
     --url 'https://api.kudipayment.com/v1/3des/combine'\
     --header 'accept: application/json'\
     --header 'content-type: application/json'\
     --header 'x-api-key: PJAqhzZ4Qw2mIC6snt41Z3BroiLYIhLz5CqkMZEk'\
     --data '{"components": ["E8BBAE9BAFB217478A2EED948E97B2FE","78A55CE0A0E6B669CAD51201A70456CD","DB0F22AFA8A9EAE04259CDD7FBBA4AFC"]}'
Name3DES Key
Component 1E8BBAE9BAFB217478A2EED948E97B2FE
Component 278A55CE0A0E6B669CAD51201A70456CD
Component 3DB0F22AFA8A9EAE04259CDD7FBBA4AF
Language
Credentials
Header
Click Try It! to start a request and see the response here!