Authenticating Payments via Netcetera Through HyperSwitch SDK
How to trigger redirection less external 3DS authentication in HyperSwitch SDK ?
Last updated
Was this helpful?
How to trigger redirection less external 3DS authentication in HyperSwitch SDK ?
Last updated
Was this helpful?
Please specify the payment needs to externally authenticated via Netcetera by passing the below field
in create payments call. You can read more about it .
Pass your Netcetera SDK API key to HyperSwitch SDK like below.
Make the Hyperswitch request. Take the value of the field acs_signed_content
, then decrypt it using . Under the decrypted 'x5c' header you will get your root certificate.
Please note the above step is not required for Production environment.
Android
Put the obtained certificate in assets directory in your android project.
Put the obtained certificate in the root directory in your iOS project.