Thank donors in Flash after successful credit card payment

An example of what I'm talking about is some political candidate sites like BJ Lawson or the old Ron Paul site.

When you donate, it displays your name in Flash as a recent donor. It can also show "purpose" and how far ahead you are. Just wondering if you can give me ideas on how to achieve something like this, starting with how to accept credit cards in the first place.

I think "I have to use a third party payment processor to avoid credit card processing and liability like Paypal, but I'm not sure how my site (and the latest donor app) will" know "that the payment was successful completed.

0


source to share


2 answers


The site of a third-party payment processor will let you know about the results of payment processing. I think you need to do some basic research in this area, there are many third parties - all the way to all merchant accounts, all the way to Paypal and Google Checkout.



Why do you need Flash to write someone's name and a progress meter?

0


source


As part of the post-payment steps, you usually do something like submitting an order to your fulfillment team, record the donation.



The Flash app will have to query your database via a web page that returns information in xml or json, or you want to provide data to your Flash app so that new donations are shown every time so often.

0


source







All Articles