Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get Subscription ID from ARBCreateSubscriptionController.getresponse() in python
I'm successfully able to use the GitHub code to create an ARB.
I see on my sandbox page the Subscription ID (circled in red above). Where is the Subscription ID in the controller.getresponse() object? If that's not an available field, how do I retrieve it?
โ05-02-2017 05:52 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if (response.messages.resultCode=="Ok"):
Subscription ID = response.subscriptionId
Powered by NexWebSites.com -
Certified Authorize.net developers
Certified Authorize.net developers

โ05-03-2017 09:26 AM - edited โ05-03-2017 09:29 AM

