Hello! Hopefully I can get some assistance on what I hope is an easy problem. From what I've read it seems as though interop between ARB and CIM is now implemented, however I can't for the life of me find any example or documentation on how you would go about creating a new ARB subscription from a CIM Customer Profile and Payment Profile. I'm using the C# SDK and there are no samples for this, and no indication of how you would go about it that I've been able to find and google searches as well as browsing this forum have been fruitless in explaining how to use this new feature. Can someone point me in the right direction please? Thank you very much!
Chris
Solved! Go to Solution.
03-11-2016 09:39 PM
Hello,
This feature is now avialable for testing in the sandbox and will roll to production very soon.
Richard
<?xml version="1.0" encoding="utf-8"?> <ARBCreateSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <merchantAuthentication> <name>89nE4Beh</name> <transactionKey>KEY</transactionKey> </merchantAuthentication> <refId>Sample</refId> <subscription> <name>Sample subscription</name> <paymentSchedule> <interval> <length>1</length> <unit>months</unit> </interval> <startDate>2020-08-30</startDate> <totalOccurrences>12</totalOccurrences> <trialOccurrences>1</trialOccurrences> </paymentSchedule> <amount>10.29</amount> <trialAmount>0.00</trialAmount> <profile> <customerProfileId>35772885</customerProfileId> <customerPaymentProfileId>35482177</customerPaymentProfileId> </profile> </subscription> </ARBCreateSubscriptionRequest>
03-15-2016 08:46 AM
03-12-2016 07:56 AM
03-12-2016 08:57 AM
the 2/18(delay release) is for
The last stage of this project is being released between January 28 and February 2, 2016. As part of that release, we are creating customer profiles for your existing ARB subscriptions. Those newly created profiles will be viewable in the CIM section of the Merchant Interface along with any other profiles you’ve already created.
future release
Additional API Enhancements
Along with the changes above, we will be updating the following three API calls in a future release:
03-12-2016 09:22 AM
03-12-2016 09:39 AM
I would suggest subscribing to our blog posts so you'll get automatic notification when this release happens... very soon. :)
Richard
03-12-2016 12:36 PM
Hello,
This feature is now avialable for testing in the sandbox and will roll to production very soon.
Richard
<?xml version="1.0" encoding="utf-8"?> <ARBCreateSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <merchantAuthentication> <name>89nE4Beh</name> <transactionKey>KEY</transactionKey> </merchantAuthentication> <refId>Sample</refId> <subscription> <name>Sample subscription</name> <paymentSchedule> <interval> <length>1</length> <unit>months</unit> </interval> <startDate>2020-08-30</startDate> <totalOccurrences>12</totalOccurrences> <trialOccurrences>1</trialOccurrences> </paymentSchedule> <amount>10.29</amount> <trialAmount>0.00</trialAmount> <profile> <customerProfileId>35772885</customerProfileId> <customerPaymentProfileId>35482177</customerPaymentProfileId> </profile> </subscription> </ARBCreateSubscriptionRequest>
03-15-2016 08:46 AM
Thank you very much for your work in getting this implemented. It is much appreciated!
03-15-2016 05:29 PM
This feature is now in production, but the API Reference updates are not yet complete. We'll do a larger blog post when that is available.
Richard
03-16-2016 03:58 PM
Soap not supported? not seeing it in the schema
https://api.authorize.net/soap/v1/Service.asmx?op=ARBCreateSubscription
03-16-2016 04:16 PM