Skip to content

surjeetcashfree/sdk-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published