×
GCash Payload Fields (Sanitized)
This is a sample of the fields VCWD can send to GCash.
All sensitive Globe/GCash credentials (clientId, clientSecret, merchantId, etc.) are
not shown here. Billing address is masked for privacy.
{
"request": {
"head": {
"version": "2.0",
"function": "gcash.acquiring.order.test",
"reqTime": "2025-12-16T22:04:33+00:00",
"reqMsgId": "6941d77108ce53749"
},
"body": {
"accountNumber": "",
"totalAmount": 0,
"customerName": "",
"billingAddress": ""
}
}
}