| 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/payment-methods?country=undefined&payment_method=undefined¤cy=undefined'{
"items": [
{
"payment_method": "top_up",
"country": "BR",
"currency": "BRL",
"products": [
"pay_in",
"pay_out"
]
}
]
}