Mangopay/mangopay2-nodejs-sdk

Card PayIn with 3DS2

Ottunger opened this issue · 2 comments

MangoPay recently introduced forcefully 3DS2 on all card PayIns.
Does your method support attributes:

IpAddress: string;
BrowserInfo: {
    AcceptHeader: string;
    JavaEnabled: boolean;
    Language: string;
    ColorDepth: number;
    ScreenHeight: number;
    ScreenWidth: number;
    TimeZoneOffset: number;
    UserAgent: string;
    JavascriptEnabled: boolean;
}

when passed within PayIns.create?

Hello @Ottunger,

According to the documentation, only Card Direct PayIns have those properties and yes, you can add them when creating it.

Cool, seemed to work indeed from testing.