Cancelando um Carnê

Path Params
book_payment_id
string
REQUIRED
ID do Carnê
Body Params
canceled_type
string
REQUIRED
Tipo de cancelamento. Valores possíveis: cancel_pending (Cancelar todas as cobranças em atraso e em aberto), cancel_future (Cancelar apenas as cobranças em aberto)
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]
Content-Type
string
REQUIRED
application/json

Request
{
  "canceled_type":"cancel_pending"
}