| HTTP status | Error code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 403 | FORBIDDEN | You do not have permission to access this resource |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location 'https://api.paypaga.com/v2/taxes?country=undefined&product=undefined&payment_method=undefined'{
"items": [
{
"country": "BR",
"currency": "BRL",
"product": "pay_in",
"type": "percentage",
"applies_to": "amount",
"value": 0.02
}
]
}