{
"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",
"userId": "USER001",
"email": "user@example.com",
"userAgent": "Mozilla/5.0",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingPhone": "+1234567890",
"billingEmail": "john@example.com",
"customerIdentificationType": "PASSPORT",
"customerIdentification": "AB1234567"
}curl --location 'https://testpay.onlinepay.ai/v2/payment' \
--header 'paymentType: PER_TRANSFER' \
--header 'Referer: https://example.com' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9...' \
--header 'lang: en-US' \
--header 'orderType;' \
--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",
"userId": "USER001",
"email": "user@example.com",
"userAgent": "Mozilla/5.0",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingPhone": "+1234567890",
"billingEmail": "john@example.com",
"customerIdentificationType": "PASSPORT",
"customerIdentification": "AB1234567"
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 2,
"tradeNo": "T20260519001",
"merOrderNo": "ORDER001",
"payUrl": "https://pay.example.com/checkout?token=xxx"
}
}