Listar planos de taxa
get
https://sandbox-api.rebornpay.io/v1/fee-plansAuth obrigatóriaHeaders
X-Api-KeystringrequiredAPI Key do seller (header)
Responses
200OK
arraycurl -X GET 'https://sandbox-api.rebornpay.io/v1/fee-plans' \ -H 'X-Api-Key: $API_KEY'200Response example
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"anticipationType": "NONE",
"eventualAnticipationFee": 1,
"compulsoryAnticipationDays": 1,
"compulsoryAnticipationMdr": 1,
"pixMdr": 1,
"pixCeilingFee": 1,
"pixMinimumCostFee": 1,
"cardPixMdr": 1,
"cardPixCeilingFee": 1,
"cardPixMinimumCostFee": 1,
"bankSlipFixed": 1,
"defaultInstallmentFees": [
{
"installment": 1,
"mdr": 1,
"anticipationMdr": 1
}
],
"brandFees": [
{
"brand": "VISA",
"groupId": 1,
"debitMdr": 1,
"installmentFees": [
null
]
}
],
"createdAt": "2025-01-15T10:30:00Z",
"updatedAt": "2025-01-15T10:30:00Z",
"createdBy": "string"
}
]