Registry / http-client / smartwalle-alipay-v3

smartwalle-alipay-v3

JSON →
library3.2.29gogounverified

A Go SDK for Alipay API version 3, providing payment and merchant services integration.

go get github.com/smartwalle/alipay/v3
INSTALL
IMPORT
SIG · SMARTWALLE-ALIPAY-
S
smartwalle-alipay-v3
http-clientgov3.2.29
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

alipay
github.com/smartwalle/alipay/v3

Initializes an Alipay client.

package main import ( "fmt" "github.com/smartwalle/alipay/v3" ) func main() { client, err := alipay.New("appid", "privateKey", false) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues
breakingThe package requires proper key management; exposing private keys can lead to security issues.
fix
Store private keys securely, e.g., using environment variables or secret management services.
affects: all
Upgrade
Version history
3.2.29latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
OpenAI (training)
1
Resources
smartwalle-alipay-v3 — go get smartwalle-alipay-v3 · libregistry