Nikita Kilimanjaro
Nikita Kilimanjaro

Reputation: 11

Implementing 3D Secure using CyberSource REST API

I'm adding a support of CyberSource to our system and just got new requirement about 3D Secure support.

I've already implemented some flows using CyberSource REST API:

I'm a little bit confused, because I can't find any information about implementation of Payer Authentication in conjunction with the REST integration. All I found is the documentation for Simple Order API and SCMP API.

Am I missing something? Am I supposed to use any of the aforementioned docs or there is some separate document for REST API? Or I should use different integration method instead of REST?

Upvotes: 1

Views: 2182

Answers (1)

Will H
Will H

Reputation: 404

Update 6-14-18: The payer authentication (3-D Secure) is now available with the REST API.

The payer authentication services are not available through the REST API at this time. I know they will be, but don't know when.

The only other option is using the SOAP API (SOAP Toolkit) or pre-built client (Simple Order API). SCMP is a legacy API and should not be used.

Upvotes: 0

Related Questions