Quote a cobru

Estimate Cobru fees and net received amount before creating a payment.

Endpoint

POST /cobru/estimate/

Documented in legacy Cobru materials. Useful for cart previews and merchant-side fee estimation.

Example request

{
  "amount": "5000",
  "client_assume_costs": true
}

Example response

{
  "cobru_amount": 5000,
  "cobru_fee": 295,
  "iva": 56.05,
  "cobru_payed_amount": 4700
}

On this page