{
"merNo": 840698790,
"merOrderNo": "PO20260522007",
"currencyCode": "USD",
"sourceAmount": "100.00",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"ipAddress": "192.168.1.1",
"withdrawType": "7",
"billingFirstName": "John",
"billingLastName": "Smith",
"billingAddress1": "123 Market St",
"billingCity": "San Francisco",
"billingState": "CA",
"billingCountry": "US",
"billingZipCode": "94105"
}curl --location 'https://testpay.onlinepay.ai/v2/cashier/payoutCheckStandPay' \
--header 'paymentType: CHECKOUT_PAYOUT' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Authorization;' \
--header 'lang;' \
--header 'orderType;' \
--header 'Content-Type: application/json' \
--data '{
"merNo": 840698790,
"merOrderNo": "PO20260522007",
"currencyCode": "USD",
"sourceAmount": "100.00",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"ipAddress": "192.168.1.1",
"withdrawType": "7",
"billingFirstName": "John",
"billingLastName": "Smith",
"billingAddress1": "123 Market St",
"billingCity": "San Francisco",
"billingState": "CA",
"billingCountry": "US",
"billingZipCode": "94105"
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 0,
"tradeNo": "T2026052200007",
"merorderNo": "PO20260522007"
}
}