The Cashfree Verification Python SDK offers a convenient solution to access Cashfree Verification APIs from a server-side Go applications.
Cashfree's Verification API Documentation - https://docs.cashfree.com/reference/verification-api-overview
Try out our interactive guides at Cashfree Dev Studio !
pip install cashfree_verification
Cashfree.XClientId = "" Cashfree.XClientSecret = "" Cashfree.XEnvironment = Cashfree.SANDBOX x_api_version = "2022-09-01"
Generate your API keys (x-client-id , x-client-secret) from [Cashfree Merchant Dashboard](https://merchant.cashfree.com/merchants/login)
## Licence
Apache Licensed. See [LICENSE.md](LICENSE.md) for more details