I'm currently using django-paypal (this may not be related to django at all) to get paypal payments, but the problem is I also need to store the cc info in the database itself.
Is there a way that I can get that info from paypal or have the user input that info in my site and then forward it to paypal to process the payment?