Accessing regulatory fee information
Learn how to access regulatory fee information.
Getting the aggregated fee amounts
{
"id": "4f434b0f-b3b6-4698-8754-becb034f1abd",
...
"totalAmount": 44.09,
"subtotal": 41.0,
"totalFees": 16.0,
"totalTax": 3.09,
...
"items": [
{
"id": "f8c25de3-ddba-4a41-9946-3db9801bb04f",
...
"amount": 20.0,
"quantity": 2,
...
"fees": {
...
"amount": 16.0,
"taxAmount": 1.2
}
}
],
...
}Getting information on specific fees
Last updated