Card PayIn with 3DS2
Ottunger opened this issue · 2 comments
Ottunger commented
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
?
iulian03 commented
Hello @Ottunger,
According to the documentation, only Card Direct PayIns have those properties and yes, you can add them when creating it.
Ottunger commented
Cool, seemed to work indeed from testing.