I am not aware of anyone that has done a Braintree integration but in
looking at the site briefly, it doesn't look like it would be too difficult.

I do want to clarify one thing. With our Authorize.net implementation we
only store the encrypted cc in cache while checking out. It doesn't get
stored in the database unless you decide you need to. As far as PCI
compliance, I do know of one client I worked with that paid an outside
vendor to do a pci compliance audit of their satchmo store and they did
pass.

I'm not saying this to try to persuade you not to use Braintree. I just want
people to know that our authorize.net implementation can be pci compliant.
That being said, Braintree's "Transparent Redirect" sounds interesting and
would be a useful processor to have  in Satchmo/bursar.


-Chris

On Sat, Mar 13, 2010 at 2:47 PM, Richard <run...@gmail.com> wrote:

> Hello all,
>
> I love Django and I've been waiting for a chance to use Satchmo. I now
> have a couple ecommerce projects coming up, so I'm going for it. Can't
> wait.
>
> I've begun researching payment solutions that don't require sending
> the customer offsite (to Google or PayPal). I also have big concerns
> about data security and PCI compliance. I do not want to store CC data
> locally (so an API like Authorize.net is out, too).
>
> One option that looks interesting is Braintree (http://
> braintreepaymentsolutions.com/). Have any of you looked into their
> service?
>
> Basically, the customer checks out on your own site using your own
> forms, but the form data is sent directly to Braintree who then sends
> the CC data to the authorization bank for approval and returns the
> approval code back to your site. A token, representing the CC#, is
> sent as well; allowing you to, essentially, store CC data without
> actually storing CC data. All of this is transparent to the customer.
>
> At any rate, Braintree just announced that they'll have a Python
> library "coming soon". I'll do my best to figure out a module, but,
> having never attempted such a task, maybe some of you smarter guys can
> take a look too. It just seems like a perfect solution for alleviating
> the PCI compliance headache AND giving customers a seamless checkout
> experience.
>
> Does anyone have any insight or other suggestions for a similar
> service?
>
> Thanks!
>
> Richard
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To post to this group, send email to satchmo-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> satchmo-users+unsubscr...@googlegroups.com<satchmo-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-us...@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to