{
"merNo": 104001001,
"merOrderNo": "ORDER_20260519_001",
"currencyCode": "USD",
"sourceAmount": "100.00",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"ipAddress": "192.168.1.1",
"paymentMode": "GCASH",
"userAgent": "Mozilla/5.0",
"userId": "USER001",
"email": "user@example.com",
"productInfoList": [
{
"sku": "SKU001",
"productName": "Product A",
"price": "50.00",
"quantity": "1"
}
]
}curl --location 'https://testpay.onlinepay.ai/v2/cashier/checkStandPayment' \
--header 'Referer: https://example.com' \
--header 'lang: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": 104001001,
"merOrderNo": "ORDER_20260519_001",
"currencyCode": "USD",
"sourceAmount": "100.00",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"ipAddress": "192.168.1.1",
"paymentMode": "GCASH",
"userAgent": "Mozilla/5.0",
"userId": "USER001",
"email": "user@example.com",
"productInfoList": [
{
"sku": "SKU001",
"productName": "Product A",
"price": "50.00",
"quantity": "1"
}
]
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 2,
"tradeNo": "T20260519001",
"merOrderNo": "ORDER001",
"payUrl": "https://pay.example.com/checkout?token=xxx"
}
}