cashfree/cashfree-verification

Cashfree's Verification APIs provide different types of verification to our merchants.

1.0.1 2024-03-14 08:31 UTC

This package is not auto-updated.

Last update: 2024-04-25 09:00:09 UTC


README

GitHub Discord GitHub last commit (branch) GitHub release (with filter) GitHub forks

The Cashfree Verification PHP SDK offers a convenient solution to access Cashfree Verification APIs from a server-side Go applications.

Documentation

Cashfree's Verification API Documentation - https://docs.cashfree.com/reference/verification-api-overview

Try out our interactive guides at Cashfree Dev Studio !

Getting Started

Note: This README is for the current branch and not necessarily what's released in Composer

Installation

composer require cashfree/cashfree-verification

Configuration

\Cashfree\Cashfree::$XClientId = "<x-client-id>";
\Cashfree\Cashfree::$XClientSecret = "<x-client-secret>";
\Cashfree\Cashfree::$XEnvironment = Cashfree\Cashfree::$SANDBOX;

Generate your API keys (x-client-id , x-client-secret) from Cashfree Merchant Dashboard

Licence

Apache Licensed. See LICENSE.md for more details