cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with dealing with plans and subscription

Hello,

 

The software I'm working on has multiple plans and it is possible for a customer to be in more than one plan at a time.

 

I was wondering for this kind of situation, do I've to make two different subscriptions for a single customer ?

 

(I'm using customer profiles to create ARB to charge for subscription)

asimneupane0089
Contributor
2 REPLIES 2

Hi Asim Neupane,

 

Technically, you can create multiple subscription plans for a single customer using the customer profile. subscription ID is unique for each plan and is used to manage a subscription.

 

Please refer to the Recurring Billing documentation - https://developer.authorize.net/api/reference/features/recurring_billing.html

 

Also, refer to ARB sample-code-java - https://github.com/AuthorizeNet/sample-code-java/tree/master/src/main/java/net/authorize/sample/Recu...

 

you can find ARB sample code in other languages on GitHub - https://github.com/AuthorizeNet

Search for "sample-code-*"

 

Hope this helps !!

 

chsriniv9
Developer Developer
Developer

Thank you for the response and sorry for late reply. I got pulled to another project.

 

(Please correct me if I'm wrong) It means if I've three plans in my subscription then  I'll have three subscriptions (i.e three different subscriptionId's for my profile) right ?

 

(I've implemented similarly. But, I was wondering if I there is a way I can manage multiple plans using same subscription Id ?)