We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2345c1b commit 0bf6f00Copy full SHA for 0bf6f00
tap_aggregator/README.md
@@ -176,6 +176,10 @@ Example:
176
Aggregates the given receipts into a receipt aggregate voucher.
177
Returns an error if the user expected API version is not supported.
178
179
+We recommend that the server is set-up to support a maximum HTTP request size of 10MB, in which case we guarantee that
180
+`aggregate_receipts` support a maximum of at least 15,000 receipts per call. If you have more than 15,000 receipts to
181
+aggregate, we recommend calling `aggregate_receipts` multiple times.
182
+
183
Example:
184
185
*Request*:
0 commit comments