post https://api.kudipayment.com/v1/3des/combine
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"]}'
Name | 3DES Key |
---|---|
Component 1 | E8BBAE9BAFB217478A2EED948E97B2FE |
Component 2 | 78A55CE0A0E6B669CAD51201A70456CD |
Component 3 | DB0F22AFA8A9EAE04259CDD7FBBA4AF |