Adyen · Schema
AdditionalDataOpenInvoice
AdditionalDataOpenInvoice schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| openinvoicedata.merchantData | string | Holds different merchant data points like product, purchase, customer, and so on. It takes data in a Base64 encoded string. The `merchantData` parameter needs to be added to the `openinvoicedata` sign |
| openinvoicedata.numberOfLines | string | The number of invoice lines included in `openinvoicedata`. There needs to be at least one line, so `numberOfLines` needs to be at least 1. |
| openinvoicedata.recipientFirstName | string | First name of the recipient. If the delivery address and the billing address are different, specify the `recipientFirstName` and `recipientLastName` to share the delivery address with Klarna. Otherwis |
| openinvoicedata.recipientLastName | string | Last name of the recipient. If the delivery address and the billing address are different, specify the `recipientFirstName` and `recipientLastName` to share the delivery address with Klarna. Otherwise |
| openinvoicedataLine[itemNr].currencyCode | string | The three-character ISO currency code. |
| openinvoicedataLine[itemNr].description | string | A text description of the product the invoice line refers to. |
| openinvoicedataLine[itemNr].itemAmount | string | The price for one item in the invoice line, represented in minor units. The due amount for the item, VAT excluded. |
| openinvoicedataLine[itemNr].itemId | string | A unique id for this item. Required for RatePay if the description of each item is not unique. |
| openinvoicedataLine[itemNr].itemVatAmount | string | The VAT due for one item in the invoice line, represented in minor units. |
| openinvoicedataLine[itemNr].itemVatPercentage | string | The VAT percentage for one item in the invoice line, represented in minor units. For example, 19% VAT is specified as 1900. |
| openinvoicedataLine[itemNr].numberOfItems | string | The number of units purchased of a specific product. |
| openinvoicedataLine[itemNr].returnShippingCompany | string | Name of the shipping company handling the the return shipment. |
| openinvoicedataLine[itemNr].returnTrackingNumber | string | The tracking number for the return of the shipment. |
| openinvoicedataLine[itemNr].returnTrackingUri | string | URI where the customer can track the return of their shipment. |
| openinvoicedataLine[itemNr].shippingCompany | string | Name of the shipping company handling the delivery. |
| openinvoicedataLine[itemNr].shippingMethod | string | Shipping method. |
| openinvoicedataLine[itemNr].trackingNumber | string | The tracking number for the shipment. |
| openinvoicedataLine[itemNr].trackingUri | string | URI where the customer can track their shipment. |