{
"merNo": 840698790,
"merOrderNo": "PO20260522006",
"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",
"beneficiaryType": "individual",
"cardNo": "4242424242424242",
"benFirstName": "John",
"benLastName": "Doe",
"mobile": "1-1234567890",
"addressLine": "123 Main St",
"city": "San Francisco",
"state": "CA",
"countryCode": "US",
"postCode": "94105",
"email": "john@example.com"
}curl --location 'https://testpay.onlinepay.ai/v2/payout' \
--header 'paymentType: CASH_APP_PAYOUT' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Authorization;' \
--header 'lang;' \
--header 'orderType;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": 840698790,
"merOrderNo": "PO20260522006",
"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",
"beneficiaryType": "individual",
"cardNo": "4242424242424242",
"benFirstName": "John",
"benLastName": "Doe",
"mobile": "1-1234567890",
"addressLine": "123 Main St",
"city": "San Francisco",
"state": "CA",
"countryCode": "US",
"postCode": "94105",
"email": "john@example.com"
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 0,
"tradeNo": "T2026052200006",
"merorderNo": "PO20260522006"
}
}