Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 4.12 KB

File metadata and controls

21 lines (18 loc) · 4.12 KB

PaymentLinkSaveRequestDto

Properties

Name Type Required Description
name String Payment link name
billingType PaymentLinkSaveRequestBillingType Allowed payment method
chargeType PaymentLinkSaveRequestChargeType Charge type
description String Payments link description
endDate String End date
value Double Value of the payment link, if not informed, the payer can inform how much they want to pay
dueDateLimitDays Long Number of business days that your customer can pay after the invoice is generated (For payment method such as Boleto)
subscriptionCycle PaymentLinkSaveRequestCycle Billing frequency, if the chargeType is RECURRENT
maxInstallmentCount Long Maximum number of installments that your customer can pay in installments for the payment link if the billing method selected is Installments. If not informed, the default value will be 1 installment
externalReference String Free search field.
notificationEnabled Boolean Defines whether customers registered via the payments link will have notifications enabled. If not informed, the default value will be true
callback PaymentCallbackRequestDto Automatic redirection information after the payment of the link payment
isAddressRequired Boolean True to make it mandatory to fill in address data at checkout.