Properties
| Name | Type | Required | Description |
|---|---|---|---|
| installmentCount | Long | ✅ | Number of installments |
| customer | String | ✅ | Unique customer identifier in Asaas |
| value | Double | ✅ | Value of each installment |
| billingType | InstallmentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
| dueDate | String | ✅ | Due date of the first installment |
| creditCard | CreditCardRequestDto | ✅ | Credit card information |
| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ✅ | Credit card holder information |
| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
| totalValue | Double | ❌ | Total installment amount |
| description | String | ❌ | Installment description (max. 500 characters) |
| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
| paymentExternalReference | String | ❌ | Free search field |
| discount | PaymentDiscountDto | ❌ | Discount information |
| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
| splits | List<InstallmentSplitRequestDto> | ❌ | Split Settings |
| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality. If informed, the fields creditCard and creditCardHolderInfo are not mandatory. |
| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the installment |