Combine 3DES Components

Combine 2 or 3 key components 3DES 128 bits

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Body Params
components
array of strings

Array of strings 2 or 3 3DES components

components
string
Defaults to {"components": ["E8BBAE9BAFB217478A2EED948E97B2FE","78A55CE0A0E6B669CAD51201A70456CD","DB0F22AFA8A9EAE04259CDD7FBBA4AFC"]}
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json