This is a very simple, very minimalist example to demonstrate integrating Midtrans with Go
- Clone the repository, open terminal in this
/example/simple/coreapi-card-3ds
folder. - Run the web server using:
go run main.go
- The smple app will run at port 3000. Open
localhost:3000
from browser.
- Clone the repository, open terminal in this
/example/simple/coreapi
folder. - Run the app using:
go run main.go