Skip to content

Commit

Permalink
Merge pull request #94 from paytrail/includeitems-settlement
Browse files Browse the repository at this point in the history
Add includeItems to /settlements
  • Loading branch information
jfrojd-paytrail committed Sep 25, 2023
2 parents 02b5f28 + 21f5d00 commit 5ffcfda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ Example of the refunditems serialised into CSV
| callbackUrl | string | <center>x</center> | | The url the system will send the report to as a `POST` request. Callback URLs must use HTTPS. |
| reportFields | string[] | <center></center> | all | Limit the fields that will be included in the report. Leaving this empty will include all fields. Possible values: `entryDate`, `created`, `amount`, `status`, `firstname`, `familyname`, `description`, `reference`, `paymentMethod`, `stamp`, `address`, `postcode`, `postoffice`, `country`, `checkoutReference`, `archiveNumber`, `payerName`, `settlementId`, `settlementDate`, `settlementReference`, `originalTradeReference`, `vatPercentage`, `vatAmount`, `paymentMethodFee`, `paymentMethodCommission`, `shopInShopCommission`, `shopInShopCommissionVatPercentage` and `shopInShopCommissionVatAmount` |
| submerchant | integer | <center></center> | | Get submerchant's payment report (aggregate only) |
| includeItems | boolean | <center></center> | false | Include trade items in generated report. Only applicable when requestType is set to `json` |

#### Response

Expand Down

0 comments on commit 5ffcfda

Please sign in to comment.