how to get the ThreeDSecure Response Fields in DoDirectPayment api

Chris_Xia
Contributor
Contributor

I send DoDirectPayment using request with  PSD2 fields. it's expected some error in response . but it succeed and no ThreeDSecure  response field in response. what I am missing. Below is my request and response

 

curl https://api-3t.sandbox.paypal.com/nvp \
> --insecure \
> -d VERSION=124.0 \
> -d SIGNATURE=AIZFYNCeWqC3wzX-lhHNHkwXM35nAgzUJ2sjgGJN3VlduyyMvqXFSTo7 \
> -d USER=biqiong.xia-facilitator_api1.zuora.com \
> -d PWD=9NZQTUG7ZET5E76V \
> -d METHOD=DoDirectPayment \
> -d PAYMENTACTION=Authorization \
> -d IPADDRESS=172.24.16.194 \
> -d AMT=1 \
> -d CREDITCARDTYPE=Visa \
> -d ACCT=4032035839880531 \
> -d EXPDATE=042020 \
> -d CVV2=123 \
> -d FIRSTNAME=John \
> -d LASTNAME=Smith \
> -d STREET=1MainSt. \
> -d CITY=SanJose \
> -d STATE=CA \
> -d ZIP=95131 \
> -d COUNTRYCODE=US \
> -d CAVV=jMKEKlqlJGiJARAbxMDZ5+fnFeg= \
> -d XID=TTVmdlFxbERYVXo5R1hrVUY5bjY= \
> -d ECI3DS=2 \
> -d MPIVENDOR3DS=Y \
> -d THREEDSVERSION=2.2.0 \
> -d AUTHSTATUS3DS=Y

 

response

 

TIMESTAMP=2019%2d07%2d03T01%3a30%3a50Z&CORRELATIONID=4afb42b1da177&ACK=Success&VERSION=124%2e0&BUILD=53072421&AMT=1%2e00&CURRENCYCODE=USD&AVSCODE=Y&CVV2MATCH=S&TRANSACTIONID=53Y837558W4355836

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.