Skip to content

Instantly share code, notes, and snippets.

@ricardokdz
Last active November 7, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardokdz/34505a57f88d3e5d4706a40e34e15a32 to your computer and use it in GitHub Desktop.
Save ricardokdz/34505a57f88d3e5d4706a40e34e15a32 to your computer and use it in GitHub Desktop.
multa fixa + juro fixo diário
{
"amount": "300",
"currency": "BRL",
"on_behalf_of": "{{SELLER_ID}}",
"customer": "{{BUYER_ID}}",
"payment_type": "boleto",
"payment_method": {
"expiration_date": "{{BOLETO_EXPIRATION_DATE}}",
"billing_instructions": {
"late_fee": {
"mode": "",
"start_date": "{{LATE_FEE_DATE}}",
"amount": 300
},
"interest": {
"mode": "DAILY_AMOUNT",
"start_date": "{{INTEREST_DATE}}",
"amount": 500
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment