Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.85 KB

Cashfree Payout Go SDK

GitHub Discord GitHub last commit (branch) GitHub release (with filter) GitHub forks Coverage Status GoDoc

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

Documentation

Cashfree's Payout API Documentation - //todo add link of documentation

Learn and understand payment gateway workflows at Cashfree Payments here

Try out our interactive guides at Cashfree Dev Studio !

Getting Started

Installation

go get github.com/cashfree/

Configuration

import (
    cashfree "github.com/cashfree/"
)

clientId := "<x-client-id>"
clientSecret := "<x-client-secret>"
cashfree.XClientId = &clientId
cashfree.XClientSecret = &clientSecret
cashfree.XEnvironment = cashfree.SANDBOX

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

Supported Resources

Licence

Apache Licensed. See LICENSE.md for more details