Transaction Query-payment summary
Developing
Request Code Samples
curl --location --request GET 'https://api.geoaccount.com/api/v1/payments/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx' \
--header 'GS-API-Key: gs_live_abc123def456789'
Responses
application/json {
"paymentId": "pay_982374982734",
"clientId": "6deedbbc-a33a-48bc-973e-94539a11db39",
"merchantReference": "202204160912005",
"requestId": "req_1234567890abcdef1234567890abcdef",
"status": "PROCESSING",
"transaction": {
"currency": "CNY",
"amount": 100.50,
"purposeDescription": "payment_for_goods_online_trading"
},
"beneficiary": {
"type": "INDIVIDUAL",
"name": "å¼ ä¸‰",
"country": "CN",
"bankName": "ä¸å›½å·¥å•†é“¶è¡Œ"
}
}
Modified at 2026-03-27 08:32:09