2008年12月19日星期五

Re: [fw-mvc] Paypal integration

I get the point. I will experiment with the developer account.
Thank you for your time and patience.
-R

 
On 12/19/08, A.J. Brown <aj@ajbrown.org> wrote:
I don't have any working examples that I can show, unfortunately.
PayPal is not bad at all though, and they provide a pretty good sandbox
for you to play around with to make sure everything is right.  It has
the full functionality of the live system, without actually handling
real money :)

I suggest just getting a developer account and playing around with it.
There should be plenty of working example on the web, and if you have
any specific questions I'm sure others and I can help you.

Good Luck!

--
A.J. Brown
Zend Certified PHP Engineer
http://ajbrown.org | http://ajbrown.org/blog



On Fri, 2008-12-19 at 09:35 +0530, Raavi Raaj wrote:
> Hi,
> Thanks for the paypal intro. I appreciate it. Do you have any working
> example? I am really new to payment processing and kind of nervous
> working with it :)
> -R
>
>
> On 12/18/08, A.J. Brown <aj@ajbrown.org> wrote:
>         Hello,
>
>         Paypal integration in Zend Framework will be just as simple or
>         just as complex as any other web application.  Overall,
>         working with paypal is not that bad, though.
>
>         I'm actually surprised that ZF doesn't have a component for
>         this.  It looks like there's a proposal that's been sitting in
>         the queue for a year now, though:
>         http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_PayPal+-+Shahar+Evron
>
>
>         PayPal works by making a sequence of http calls to their NVP
>         (Name-Value Pair) API.  In a jist, you make a request to get a
>         token, then use the token to start the payment process. The
>         client is redirected to paypal where they perform the
>         checkout.  Once they're done, they're redirected to your site.
>         Your site then calls PayPal's API again to retreive order
>         information.
>
>         That's for express checkout.  The process varies slightly for
>         other services.
>
>
>         --
>         A.J. Brown
>         Zend Certified PHP Engineeer
>         http://ajbrown.org | http://ajbrown.org/blog
>
>
>
>
>
>         Hi,
>
>         The site I am working on has a
>         credits system, where a member
>         can purchase/buy credits. Once
>         bought the credits get added to
>         the members "credits" column in
>         the user table.
>         I'd like to use paypal to
>         process the payment.
>         Has anyone integrated paypal
>         with a Zend framework
>         application. Have you any
>         thoughts on how to go about
>         achieving this.
>         I have no experience with
>         paypal neither have I done any
>         application which accepts
>         payments, before this :)
>         All help/sample code/reference
>         material is appreciated.
>
>         -R
>
>         P.S. The final application will
>         initially run on a shared host,
>         so all thoughts or experiences
>         on security is also
>         appreciated.
>
>
>
>


没有评论: