veritrans

package module
v0.0.0-...-8519b25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2017 License: MIT Imports: 9 Imported by: 0

README

veritrans-golang

Veritrans payment gateway module in Go language

Documentation

Index

Constants

View Source
const (
	SANDBOX_BASE_URL    = "https://api.sandbox.veritrans.co.id/v2"
	PRODUCTION_BASE_URL = "https://api.veritrans.co.id/v2"
)

Variables

This section is empty.

Functions

func New

func New(key string, prod bool, pemFile string) *veritrans

Types

type VTWebChargeResponse

type VTWebChargeResponse struct {
	StatusCode    string `json:"status_code"`
	StatusMessage string `json:"status_message"`
	RedirectUrl   string `json:"redirect_url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL