GET
/
v1
/
transactions
/
return-reasons
List return reasons
curl --request GET \
  --url http://localhost:4011/v1/transactions/return-reasons \
  --header 'Authorization: Bearer <token>'
{
  "resultado": [
    {
      "code": "FR01",
      "description": "Fraud"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Response

Return reasons retrieved successfully

resultado
object[]