Signups are the primary way for new customers to subscribe to an offer or a promotion. A website hosting the signup form calls the signup method once the customer has provided the needed signup information, including customer, product/service configuration and billing information. Once signed up, Accumulus will bill the customer automatically according to the price plan for the subscribed offer or promotion.
Method
The following method is available:
- Calculate Signup Fees
- Create Signup
- Verify Address
- Create PayPal Pre-approval Key
- Generate Ajax Signup Token
Data Structures
Signup
Field | Description | Required | Format |
---|---|---|---|
CreditCardInfo | Credit card payment method information. | Either CreditCardInfo, BankAccountInfo, or BillingAgreement is required | CreditCardInfo structure |
BankAccountInfo | Bank account payment method information. | Either CreditCardInfo, BankAccountInfo, or BillingAgreement is required | BankAccountInfo structure |
BillingAgreement | PayPal pre-approved billing agreement payment method information. | Either CreditCardInfo, BankAccountInfo, or BillingAgreement is required | BillingAgreement structure |
Customer | Customer information. | yes | Customer structure |
Subscription | Subscription information. | yes | Subscription structure |