payment gateway - how to use gocardless.com with django -



payment gateway - how to use gocardless.com with django -

i have utilize gocardless payment gateway django, how can utilize project.

are there django packages ,which back upwards latest gocardless payments,

you can utilize python gocardless bundle in django

installation:

pip install gocardless

implementation:

import gocardless gocardless.set_details(app_id="dummy_app", app_secret="insert_app_secret_here", access_token="insert_merchant_access_token", merchant_id="insert_merchant_id")

reference link here https://developer.gocardless.com/python/#initialization

django payment-gateway gocardless

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -