I used the below API under REST pay to make a payment
URL:{
{baseUrl}}/v1/payments
body:
{
"amount": 2500, "taxAmount" : 500, "final": true,
}
I'm expecting the total would be 30. but the receipt shows 25. am I missing something here?