For AI agents: visit https://docs.dlocal.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Property | Type | Description |
|---|
id | String | The installment ID. |
installment_amount | Positive Float | Installment amount. Includes interests associated to the installment. |
total_amount | Positive Float | Installments total amount. Includes interests associated to the installment. |
installments | Integer | Number of installments. |
{
"id" : "INS54434-2",
"installment_amount" : 550.00,
"installments" : 2,
"total_amount" : 1100.00
}