Hi,
I need to handle subscription.
Which does the data of subscriber keep to my table to be able to check?
What suggest?
Thanks,
Andriy!
08-15-2012 07:45 AM
When you create a subscription, you get back a subscriptionId, which you should store in your subscriber record in your database. Whenever a transaction is processed, your silent post URL (see your control panel settings) receives a post containing a set of data, which should include a field for x_subscription_id. You can then use this to update your subscriber record.
I do not know if this answers your question, since your English is a little hard to understand.
08-18-2012 10:25 PM