SDK for DANA API (https://dashboard.dana.id/api-docs)
Python 3.9.1+
If the python package is hosted on a repository, you can install directly using:
pip install dana-python
(you may need to run pip
with root permission: sudo pip install dana-python
)
Then import the package, ex:
import dana.payment_gateway.v1
Please follow the installation procedure and then go to documentation per API you wanna use:
API | Description |
---|---|
PaymentGatewayApi | API for doing operations in DANA Payment Gateway (Gapura) |
WidgetApi | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform |