Ingenico-ePayments / connect-sdk-client-js

Ingenico Connect JavaScript Client SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/mobile/javascript/
Other
26 stars 15 forks source link

3D Secure in react-native applications #10

Closed mbd-fondative closed 1 year ago

mbd-fondative commented 4 years ago

Hi, How to integrate the 3D Secure service in react-native application ?? How to replace the returnUrl ??

LeonStemerdink commented 4 years ago

Hello, The Ingenico Connect Client SDKs do not contain any functionality that is specific to 3DS Secure. You can find more information about working with 3D Secure on the Ingenico Connect platform here.

mbd-fondative commented 4 years ago

Hi, In the parameters of request 3DS , we have the attribute returnUrl !! how to use this in mobile applications??

"order" : { "amountOfMoney" : { "currencyCode" : "EUR", "amount" : 2980 }, "customer" : { "billingAddress" : { "countryCode" : "NL" } } }, "cardPaymentMethodSpecificInput" : { "paymentProductId" : 1, "returnUrl" : "https://www.example.com", "card" : { "cvv" : "123", "cardNumber" : "4567350000427977", "expiryDate" : "1220", "cardholderName" : "Wile E. Coyote" } } }