The Cashfree Payout Go SDK offers a convenient solution to access Cashfree Payout APIs from a server-side Go applications.
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 !
go get github.com/cashfree/
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
Apache Licensed. See LICENSE.md for more details