{
"merNo": 840698790,
"merOrderNo": "PO20260522003",
"currencyCode": "BRL",
"sourceAmount": "100.00",
"withdrawType": "5",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"signType": "RSA256",
"version": "V2.0.0",
"ipAddress": "192.168.1.1",
"cardNo": "12345678900",
"pixKey": "12345678900",
"pixType": "CPF"
}curl --location 'https://testpay.onlinepay.ai/v2/payout' \
--header 'paymentType: PAYOUT' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Authorization;' \
--header 'lang;' \
--header 'orderType;' \
--header 'Content-Type: application/json' \
--data '{
"merNo": 840698790,
"merOrderNo": "PO20260522003",
"currencyCode": "BRL",
"sourceAmount": "100.00",
"withdrawType": "5",
"returnUrl": "https://merchant.com/return",
"notifyUrl": "https://merchant.com/notify",
"sign": "A1B2C3D4E5F6...",
"signType": "RSA256",
"version": "V2.0.0",
"ipAddress": "192.168.1.1",
"cardNo": "12345678900",
"pixKey": "12345678900",
"pixType": "CPF"
}'{
"code": "00000",
"message": "SUCCESS",
"data": {
"payCode": 0,
"tradeNo": "T2026052200003",
"merorderNo": "PO20260522003"
}
}