Skip to content

Commit 1979021

Browse files
Merge pull request #157 from pt-techaspa/Paypalnegativevalues
Paypalnegativevalues
2 parents 8d1d6ef + c407e97 commit 1979021

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,20 +1033,20 @@ General API HTTP status codes and what to expect of them.
10331033

10341034
##### Item
10351035

1036-
| Field | Type | Required | Example | Description |
1037-
| ------------------------- | ------------------------- | ------------------ | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1038-
| unitPrice | integer | <center>x</center> | 1000 | Price per unit, in each country's minor unit, e.g. for Euros use cents. By default price should include VAT, unless [`usePricesWithoutVat`](#request-body) is set to true. Maximum value is 2147483647, minimum value is -2147483648. Negative value can't be used for Shop-in-Shop payments or when [`usePricesWithoutVat`](#request-body) is set to true. |
1039-
| units | integer | <center>x</center> | 5 | Quantity, how many items ordered. Negative values are not supported. Maximum value of 99999998. |
1040-
| vatPercentage | numeric | <center>x</center> | 25.5 | VAT percentage. Values between 0 and 100 are allowed with one number in decimal part. |
1041-
| productCode | string | <center>x</center> | 9a | Merchant product code. May appear on invoices of certain payment methods. Maximum of 100 characters. |
1042-
| description | string | <center>-</center> | Bear suits for adults | Item description. May appear on invoices of certain payment methods. Maximum of 1000 characters. |
1043-
| category | string | <center>-</center> | fur suits | Merchant specific item category. Maximum of 100 characters. |
1044-
| orderId (Deprecated) | string | <center>-</center> | | (Deprecated) Item level order ID (suborder ID). Mainly useful for Shop-in-Shop purchases. This field is deprecated but remains here as a reference for old integrations. |
1045-
| stamp | string | <center>-</center> | d4aca017-f1e7-4fa5-bfb5-2906e141ebac | Unique identifier for this item. Required for Shop-in-Shop payments. Required for item refunds. Maximum of 200 characters. |
1046-
| reference | string | <center>-</center> | fur-suits-5 | Reference for this item. Required for Shop-in-Shop payments. |
1047-
| merchant | string | <center>-</center> | 695874 | Merchant ID for the item. Required for Shop-in-Shop payments, do not use for normal payments. |
1048-
| commission | [Commission](#commission) | <center>-</center> | - | Shop-in-Shop commission. Do not use for normal payments. |
1049-
| deliveryDate (Deprecated) | string | <center>-</center> | 2019-12-31 | (Deprecated) When is this item going to be delivered. This field is deprecated but remains here as a reference for old integrations. |
1036+
| Field | Type | Required | Example | Description |
1037+
| ------------------------- | ------------------------- | ------------------ | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1038+
| unitPrice | integer | <center>x</center> | 1000 | Price per unit, in each country's minor unit, e.g. for Euros use cents. By default price should include VAT, unless [`usePricesWithoutVat`](#request-body) is set to true. Maximum value is 2147483647, minimum value is -2147483648. Negative value can't be used for Shop-in-Shop payments or when [`usePricesWithoutVat`](#request-body) is set to true. PayPal doesn’t support negative values. |
1039+
| units | integer | <center>x</center> | 5 | Quantity, how many items ordered. Negative values are not supported. Maximum value of 99999998. |
1040+
| vatPercentage | numeric | <center>x</center> | 25.5 | VAT percentage. Values between 0 and 100 are allowed with one number in decimal part. |
1041+
| productCode | string | <center>x</center> | 9a | Merchant product code. May appear on invoices of certain payment methods. Maximum of 100 characters. |
1042+
| description | string | <center>-</center> | Bear suits for adults | Item description. May appear on invoices of certain payment methods. Maximum of 1000 characters. |
1043+
| category | string | <center>-</center> | fur suits | Merchant specific item category. Maximum of 100 characters. |
1044+
| orderId (Deprecated) | string | <center>-</center> | | (Deprecated) Item level order ID (suborder ID). Mainly useful for Shop-in-Shop purchases. This field is deprecated but remains here as a reference for old integrations. |
1045+
| stamp | string | <center>-</center> | d4aca017-f1e7-4fa5-bfb5-2906e141ebac | Unique identifier for this item. Required for Shop-in-Shop payments. Required for item refunds. Maximum of 200 characters. |
1046+
| reference | string | <center>-</center> | fur-suits-5 | Reference for this item. Required for Shop-in-Shop payments. |
1047+
| merchant | string | <center>-</center> | 695874 | Merchant ID for the item. Required for Shop-in-Shop payments, do not use for normal payments. |
1048+
| commission | [Commission](#commission) | <center>-</center> | - | Shop-in-Shop commission. Do not use for normal payments. |
1049+
| deliveryDate (Deprecated) | string | <center>-</center> | 2019-12-31 | (Deprecated) When is this item going to be delivered. This field is deprecated but remains here as a reference for old integrations. |
10501050

10511051
##### Customer
10521052

0 commit comments

Comments
 (0)