Process Stripe payment automatically
Budget: $30 – $250 USD
I run a website that accepts donations via Stripe. The customers receive reward points based on the amount donated.
The website uses a payment link that redirects to Stripe, where they finish their payment.
Stripe then has the ability to redirect the user back to my site.
I'm looking for a developer that can create or provide an existing script that would run on my side.
When Stripe redirects users to this new page it should trigger the event that
1. logs the transaction on a local sql table (should log date, amount & customer's account id)
2. modifies another sql table that holds the customer's reward point balance. It must create a new record if one doesnt exist
The page should only be accessible when coming from Stripe and it should be secure enough to prevent the payment being processed more than once and awarding unlimited points.
The website uses a payment link that redirects to Stripe, where they finish their payment.
Stripe then has the ability to redirect the user back to my site.
I'm looking for a developer that can create or provide an existing script that would run on my side.
When Stripe redirects users to this new page it should trigger the event that
1. logs the transaction on a local sql table (should log date, amount & customer's account id)
2. modifies another sql table that holds the customer's reward point balance. It must create a new record if one doesnt exist
The page should only be accessible when coming from Stripe and it should be secure enough to prevent the payment being processed more than once and awarding unlimited points.