Prerequisites
Check the prerequisites before you integrate with Curlec Go server-side SDK.
Install the Razorpay Go SDK and integrate it with your Go-based website to accept payments, initiate refunds and do much more.
The API follows the following practices:
- This will require a GitHub Package.
- The Go client throws exceptions instead of returning errors.
- Options are passed as an
array
instead of multiple arguments, wherever possible. - All requests and responses are mapped to a
string
.
You must use Go v1.22 or higher. Know more about the
.- Queries: If you have queries, .
- Feature Request: If you have a feature request, raise an issue on .
Is this integration guide useful?
go
server
sdk
install go
prerequisites
ON THIS PAGE