Properties
| Name | Type | Required | Description |
|---|---|---|---|
| customer | String | ✅ | Unique customer identifier in Asaas |
| billingType | PaymentSaveWithCreditCardRequestBillingType | ✅ | Payment billing type |
| value | Double | ✅ | Payment amount |
| dueDate | String | ✅ | Payment due date |
| remoteIp | String | ✅ | IP from where the customer is making the purchase. Your server's IP must not be entered. |
| description | String | ❌ | Payment description (max. 500 characters) |
| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
| externalReference | String | ❌ | Free search field |
| installmentCount | Long | ❌ | Number of installments (only in the case of installment payment) |
| totalValue | Double | ❌ | Enter the total amount of a charge that will be paid in installments (only in the case of an installment charge). If this field is sent, the installmentValue is not necessary, the calculation per installment will be automatic. |
| installmentValue | Double | ❌ | Value of each installment (only in the case of installment payment). Send this field if you want to define the value of each installment. |
| discount | PaymentDiscountDto | ❌ | Discount information |
| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
| split | List<PaymentSplitRequestDto> | ❌ | Split Settings |
| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |
| creditCard | CreditCardRequestDto | ❌ | Credit card information |
| creditCardHolderInfo | CreditCardHolderInfoRequestDto | ❌ | Credit card holder information |
| creditCardToken | String | ❌ | Credit card token for using the credit card tokenization functionality |
| authorizeOnly | Boolean | ❌ | Carry out only the Pre-Authorization of the payment |