I'm making a back-end for my app using Golang the app is for android,ios and windows and i'm trying to find a way to accept payments.
Is there a package that I can use with examples?
如何接受Golang付款? [关闭]
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- duancan5327 2017-03-18 18:38关注
Like some of the comments have mentioned, I also suggest choosing a preferred payment system and then using a Go client library which interfaces with that payment system's REST API.
Here are a few payment libraries: https://golanglibs.com/top?q=payment Most of these include example files or examples in the readme. Many Go packages also use GoDoc for documentation.
The most popular one on the list there is PayPal-Go-SDK which is a Go client for the PayPal REST API. It includes an example file: https://github.com/logpacker/PayPal-Go-SDK/blob/master/example_test.go
It has GoDoc documentation: https://godoc.org/github.com/logpacker/PayPal-Go-SDK
If you prefer to use a different payment service like Stripe, they have a similar client: https://github.com/stripe/stripe-go
They also have usage examples: https://github.com/stripe/stripe-go#usage
They also have documentation: https://godoc.org/github.com/stripe/stripe-go
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 乌班图ip地址配置及远程SSH
- ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
- ¥15 PSPICE制作一个加法器
- ¥15 javaweb项目无法正常跳转
- ¥15 VMBox虚拟机无法访问
- ¥15 skd显示找不到头文件
- ¥15 机器视觉中图片中长度与真实长度的关系
- ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
- ¥15 java 的protected权限 ,问题在注释里
- ¥15 这个是哪里有问题啊?