Search code examples
pythondjangopaypalpaypal-subscriptions

Payment subscription using PayPal and Django


I want a user to be able to pay with credit card or debit card using Django and PayPal, because stripe is not working in Nigeria.


Solution

  • Via www.paypal.com/worldwide -> Nigeria, you can see that Business accounts are not supported for the country. Only personal accounts, for making payments. The receiving account must be outside Nigeria.

    For countries that do support PayPal business accounts to receive payments, PayPal Subscriptions can be integrated. With such an integration, payers may have the ability to pay as a guest without creating an account, which can look something like the following

    enter image description here