Planes de pago
Obtener planes de pago de un comercio
GET /v1/merchants/{merchant_id}/fee-rules
Obtener los planes de pago disponibles para un comercio específico.
Datos de respuesta
| Parámetros | Descripción |
|---|---|
| id |
|
| payment_method |
|
| term |
|
| commission |
|
| card_brand |
|
| has_installments |
|
| is_international |
|
| is_selected |
|
curl --request GET \
--url https://api.menta.global/api/v1/merchants/{merchant_id}/fee-rules \
--header 'Authorization: Bearer {access_token}'[
{
"id": "string",
"payment_method": "string",
"term": "integer",
"commission": "integer",
"card_brand": "string",
"has_installments": "boolean",
"is_international": "boolean",
"is_selected": "boolean"
}
]