| 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/catalog/countries?country=undefined&payment_method=undefined¤cy=undefined'{
"items": [
{
"country": "BR",
"currency": "BRL",
"payment_methods": [
"pix",
"cvu"
]
}
]
}