Skip to content

Send Level 2/3 data for Adyen card payments #167

Closed as not planned
Closed as not planned
@rvdsteege

Description

From customer:

Wij lopen tegen hoge fees aan voor transacties in USA. Nu adviseert Adyen ons om level 2/3 data mee te sturen als additional field.

It is suggested to reduce payment fees with Adyen by sending additional purchase data for commercial card payments:

Level 2 or Level 3 (L2/L3) data provides commercial shoppers with additional information about purchases on their card statements. It allows companies to track how much is spent on their corporate cards where a single card may have multiple users.
Companies can also track the amount of sales tax to pay or reconcile transactions using a unique customer code. Transactions submitted with L2/L3 data that meet requirements have lower interchange rates.

Sample additional data from the mentioned documentation:

  "additionalData": {
    "enhancedSchemeData.totalTaxAmount": "24000",
    "enhancedSchemeData.customerReference": "101",
    "enhancedSchemeData.freightAmount": "300",
    "enhancedSchemeData.destinationStateProvinceCode": "NYC",
    "enhancedSchemeData.shipFromPostalCode": "1082GM",
    "enhancedSchemeData.orderDate": "101216",
    "enhancedSchemeData.destinationPostalCode": "1082GM",
    "enhancedSchemeData.destinationCountryCode": "NLD",
    "enhancedSchemeData.dutyAmount": "500",
    "enhancedSchemeData.itemDetailLine1.description": "T15 Test products 1",
    "enhancedSchemeData.itemDetailLine1.productCode": "TEST120",
    "enhancedSchemeData.itemDetailLine1.commodityCode": "COMMCODE1",
    "enhancedSchemeData.itemDetailLine1.quantity": "5",
    "enhancedSchemeData.itemDetailLine1.unitOfMeasure": "m",
    "enhancedSchemeData.itemDetailLine1.unitPrice": "1000",
    "enhancedSchemeData.itemDetailLine1.discount": "60",
    "enhancedSchemeData.itemDetailLine1.totalAmount": "4940",
    "enhancedSchemeData.itemDetailLine2.description": "T15 Test products 2",
    "enhancedSchemeData.itemDetailLine2.productCode": "TEST120",
    "enhancedSchemeData.itemDetailLine2.commodityCode": "COMMCODE2",
    "enhancedSchemeData.itemDetailLine2.quantity": "5",
    "enhancedSchemeData.itemDetailLine2.unitOfMeasure": "m",
    "enhancedSchemeData.itemDetailLine2.unitPrice": "1000",
    "enhancedSchemeData.itemDetailLine2.discount": "60",
    "enhancedSchemeData.itemDetailLine2.totalAmount": "4940",
    "enhancedSchemeData.itemDetailLine3.description": "T15 Test products 3",
    "enhancedSchemeData.itemDetailLine3.quantity": "5",
    "enhancedSchemeData.itemDetailLine3.productCode": "TEST120",
    "enhancedSchemeData.itemDetailLine3.commodityCode": "COMMCODE3",
    "enhancedSchemeData.itemDetailLine3.unitOfMeasure": "m",
    "enhancedSchemeData.itemDetailLine3.unitPrice": "1000",
    "enhancedSchemeData.itemDetailLine3.discount": "60",
    "enhancedSchemeData.itemDetailLine3.totalAmount": "4940"
  }

Internal Help Scout ticket: https://secure.helpscout.net/conversation/1553720692/22265

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

  • Status

    Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions