Preview claimable transactions for a (merchant, period) window. Uses the same eligibility predicate as create; surfaces conflicts when other invoices already own rows in the window. Used by the Create-invoice form to validate the window before submit.
Preview claimable transactions for a (merchant, period) window. Uses the same eligibility predicate as create; surfaces conflicts when other invoices already own rows in the window. Used by the Create-invoice form to validate the window before submit.
Query parameters
The merchant_id parameter
UTC date, inclusive
UTC date, inclusive
UTC date, exclusive
UTC date, exclusive
Response
Success
Example response
{
"success": true,
"data": {
"fee_totals_by_currency": [
{
"currency": "GBP"
}
],
"transactions": [
{
"deposit_currency": "GBP",
"fee_currency": "GBP"
}
]
}
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲