Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 4.3 KB

File metadata and controls

26 lines (23 loc) · 4.3 KB

ApiSubscriptionSaveWithCreditCardRequestDto

Properties

Name Type Required Description
customer String Unique customer identifier in Asaas
billingType ApiSubscriptionSaveWithCreditCardRequestBillingType Billing type
value Double Subscription value
nextDueDate String First payment due
cycle ApiSubscriptionSaveWithCreditCardRequestCycle Billing frequency
creditCard ApiCreditCardRequestDto
creditCardHolderInfo ApiCreditCardHolderInfoRequestDto
remoteIp String IP from where the customer is making the purchase. Your server's IP must not be entered.
discount ApiPaymentDiscountDto
interest ApiPaymentInterestRequestDto
fine ApiPaymentFineRequestDto
description String Subscription description (max. 500 characters)
endDate String Deadline for payments to be due
maxPayments Long Maximum number of payments to be generated for this subscription
externalReference String Subscription identifier on your system
split List<ApiSubscriptionSplitRequestDto> Split information
callback ApiPaymentCallbackRequestDto
creditCardToken String Credit card token for using the credit card tokenization functionality. If informed, the fields above are not mandatory.