Ogone subscriptions implementation .Net - Delete and update

Comments

Gravatar Image
Peter Kuijpers 5/23/2016 2:15:00 PM
Can anyone tell me where i can find documentation on “deleting subscriptions”? I can’t find it on the Ingenico/Ogone website and even Ingenicos support desk can’t tell me how to do it. This is what they told me in a reply on my support call: “Change SUB_STATUS to 0, because it’s not possible to delete a subscription. You can only make it inactive”. But… How can i make an existing subscription inactive if it can’t be changed according to this article.
Gravatar Image
Jeffrey Rosselle 5/24/2016 5:45:00 AM
It’s been a while and I can’t seem to find the documentation anymore on the Ogone wesbite (and I know their support isn’t helpful either). But I used this document: https://thecodegarden.blob.core.windows.net/files/Ogone_SubscriptionManager_EN.pdf I hope this helps you out.
Gravatar Image
Peter Kuijpers 5/24/2016 7:12:00 AM
Thanks for the quick reply. I had already read the document you mention above, but unfortunately there isn’t a chapter about deleting or updating subscriptions using their API, only with back office or in batch. Both aren’t usable options for us.
Gravatar Image
Jeffrey Rosselle 5/24/2016 8:15:00 AM
Batch can be called trough their API. It’s what I’m doing in the above code. Or am I getting your wrong?