Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmytrodemianchuk/fondy-sdk-golang
Example of using fondy in Golang
https://github.com/dmytrodemianchuk/fondy-sdk-golang
fondy go golang payment
Last synced: 1 day ago
JSON representation
Example of using fondy in Golang
- Host: GitHub
- URL: https://github.com/dmytrodemianchuk/fondy-sdk-golang
- Owner: DmytroDemianchuk
- Created: 2023-07-11T18:27:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T07:03:47.000Z (11 months ago)
- Last Synced: 2024-04-04T02:36:58.024Z (8 months ago)
- Topics: fondy, go, golang, payment
- Language: Go
- Homepage:
- Size: 3.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of using fondy in Golang
## Run (Locally)
1.Need to instal ngrok in computer
```
https://ngrok.com/download
```
2.Download ZIP file3.Unzip ngrok from the terminal
4.You should register to find out your token
![token-image](../v1/assets/token-image.png)
5.Add authtoken
6.Start a tunnel
```ngrok http 8080```7.You must copy forwarding link
![ngrok-image](../v1/assets/ngrok-image.png)
8.Past forwarding lik to ServerCallbackURL with callback method
![serverURL-image](../v1/assets/serverURL-image.png)
9.run app
```
go run client/main.go
```