{
"merNo": 840698790,
"merOrderNo": "PO20260522001",
"currencyCode": "USD",
"sourceAmount": "100.00",
"withdrawType": "1",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"signType": "RSA256",
"version": "V2.0.0",
"ipAddress": "192.168.1.1",
"cardNo": "4111111111111111",
"beneficiaryType": "individual",
"cardExpireYear": "28",
"cardExpireMonth": "12",
"cardCvv": "123",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingAddress1": "123 Main St",
"billingCity": "Los Angeles",
"billingState": "CA",
"billingCountry": "US",
"billingZipCode": "90001",
"billingEmail": "john@example.com"
}curl --location 'https://testpay.onlinepay.ai/v2/payout' \
--header 'paymentType: PAYOUT' \
--header 'Referer: https://example.com' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9...' \
--header 'lang: en-US' \
--header 'orderType;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": 840698790,
"merOrderNo": "PO20260522001",
"currencyCode": "USD",
"sourceAmount": "100.00",
"withdrawType": "1",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"signType": "RSA256",
"version": "V2.0.0",
"ipAddress": "192.168.1.1",
"cardNo": "4111111111111111",
"beneficiaryType": "individual",
"cardExpireYear": "28",
"cardExpireMonth": "12",
"cardCvv": "123",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingAddress1": "123 Main St",
"billingCity": "Los Angeles",
"billingState": "CA",
"billingCountry": "US",
"billingZipCode": "90001",
"billingEmail": "john@example.com"
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 0,
"tradeNo": "T2026052200001",
"merorderNo": "PO20260522001"
}
}