Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conform to 3dsecurev2 #12

Open
eltorio opened this issue Jul 22, 2023 · 3 comments
Open

Conform to 3dsecurev2 #12

eltorio opened this issue Jul 22, 2023 · 3 comments

Comments

@eltorio
Copy link

eltorio commented Jul 22, 2023

3Dsecure v2 (mandatory from oct 2022) needs two new variables:

PBX_BILLING

<?xml version=”1.0” encoding=”utf-8” ?>
<Billing>
  <Address>
    <FirstName>Jean</FirstName>
    <LastName>Dupont</LastName>
    <Address1>12 rue Test</Address1>
    <!-- Address2 is optional --> 
    <ZipCode>75001</ZipCode>
    <City>Paris</City>
    <CountryCode>250</CountryCode>
  </Address>
</Billing>

PBX_SHOPPINGCART

<?xml version=”1.0” encoding=”utf-8” ?>
<shoppingcart>
  <total>
    <totalQuantity>12</totalQuantity>
  </total>
</shoppingcart>
@pmhoudry
Copy link
Owner

pmhoudry commented Jul 23, 2023 via email

@eltorio
Copy link
Author

eltorio commented Jul 25, 2023

I made one but not sure it correspond to what you want, I needed to adapt to my needs… But it can be a starting point.

@pmhoudry
Copy link
Owner

pmhoudry commented Jul 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants