Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 420 Bytes

File metadata and controls

20 lines (13 loc) · 420 Bytes

What is it

Pip package for implement API's payment service of IDPay.

How to use

Require idpay package in your project by:

pip install idpay

Import package into your project by:

from idpay.api import IDPayAPI

Please see IDPay Django Project for more example