cancel
Showing results for 
Search instead for 
Did you mean: 

Arb: Data to my DB

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!

Vendetta-V
Member
1 REPLY 1

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.

TJPride
Expert