Hello! I was hoping someone could push me in the right direction on how to send my form data to 2 different locations. Here’s the scenario: I have a wordpress site that is a paid subscription site. When folks sign up as a member, a wordpress user account is created for their login access. They also give credit card info (which is sent to Paypal, and a Paypal recurring payment profile is created for the user). None of the payment info is stored locally. This is all using a great wordpress membership plugin.
The issue I’m having is that Paypal will not notify our members if their CC’s are about to expire. If the credit card expires mid recurring payment period, it messes up their account and makes them inactive. Kind of a big ordeal when it comes to customer service because we never know until it’s already happened and the user is not happy.
SO, is there a way to send the credit card expiration dates that the user enters before it is sent off to Paypal, and save it to their profile? That way we can set up a notification email a month before their cc expires to warn them and save alot of headaches.
I’m fairly new at php, familiar but not a pro.
Any help would be appreciated!