{
"merNo": "497903662",
"merOrderNo": "MER20260624001",
"currencyCode": "EUR",
"sourceAmount": "1000.00",
"withdrawType": "1",
"returnUrl": "https://your-merchant-site.com/return",
"notifyUrl": "https://your-merchant-site.com/notify",
"sign": "xxxxxxxxxxxxxxxxxxxxxxxx",
"payIban": "LU5740800000236587452",
"iban": "GB29NWBK60161331926819",
"bicSwift": "NWBKGB2L",
"firstName": "John",
"lastName": "Doe",
"address1": "123 Main Street",
"address2": "Apt 4B",
"city": "London",
"state": "Greater London",
"country": "GB",
"zipCode": "SW1A1AA"
}curl --location 'https://testpay.onlinepay.ai/v2/payout/sepa' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"merNo": "497903662",
"merOrderNo": "MER20260624001",
"currencyCode": "EUR",
"sourceAmount": "1000.00",
"withdrawType": "1",
"returnUrl": "https://your-merchant-site.com/return",
"notifyUrl": "https://your-merchant-site.com/notify",
"sign": "xxxxxxxxxxxxxxxxxxxxxxxx",
"payIban": "LU5740800000236587452",
"iban": "GB29NWBK60161331926819",
"bicSwift": "NWBKGB2L",
"firstName": "John",
"lastName": "Doe",
"address1": "123 Main Street",
"address2": "Apt 4B",
"city": "London",
"state": "Greater London",
"country": "GB",
"zipCode": "SW1A1AA"
}'{
"code": "0000",
"message": "success",
"success": true,
"data": {
"tradeNo": "O260624104004459",
"merOrderNo": "MER20260624001"
}
}