question

chrispetchey avatar image
chrispetchey asked chrispetchey commented

3DSecure - more information required

I'm implementing 3DSecure in my iframe implementation as per this doc:
https://docs.clover.com/docs/use-3ds

I dont understand the "cryptogram" parameter. What are valid values?
The values shown in the sample at the bottom of that page ("cryptogram": "11B5 2345 49C3 C4DD 931A 27BD 8CA3 CD82")
returns an error suggesting that it doesnt match the regex requirement.

"cryptogram": "11B5" works!

Also, what is the "authentication_status" parameter for? Am I telling clover charge endpoint what the authentication status is? I dont understand

ecommerce
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
parquet76 avatar image
parquet76 answered chrispetchey commented

Have you seen the docs? They explain the parameters - https://docs.clover.com/docs/use-3ds

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

chrispetchey avatar image chrispetchey commented ·

Yes. I've seen the docs. I said so in my question.

I'm trying to implement this for website iframe.

In the "create a charge" restapi docs https://docs.clover.com/reference/createcharge it shows a parameter "threeds" which contains an authentication_result object. One of the parameters of that object is "cryptogram". The required input value isnt clear.

I dont understand how to use this. The create a charge tutorial https://docs.clover.com/docs/create-a-charge just says "expand the object ot check entries"

My understanding is that when a "customer not present" transaction occurs the customer will receive an SMS notification or similar



0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community