-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Estou com uma dúvida!
Como você faz o tratamento quando uma fatura venceu? Preciso cobrar juros e multa.
$dadosCobranca = [
'customer' => $cliente_id,
'billingType' => "BOLETO",
'dueDate' => "2022-01-11", //vencimento
'value' => "102", //valor
'description' => "Teste C123452",
'externalReference' => "C123452",
'fine' => ['value' => "1"],
'interest' => ['value' => "2"],
'postalService' => "false"
];
$cobranca = $asaas->Cobranca()->create($dadosCobranca);
VOCÊ PODERIA ENVIAR UM EXEMPLO SEU?
Obrigado.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels