Simulate a Event Call
Developing
simulate a event call to callback url
Request
Body Params application/jsonRequired
{
"event": "event_9853dccb85b1",
"paymentRequestDTO": {
"id": 0,
"txNo": "txNo_db8b4f203301",
"clientId": 0,
"requestId": "requestId_456094a3d7c9",
"fromCurrency": "USDT",
"toCurrency": "USD",
"amount": 0.00,
"reallyAmount": 0.00,
"requestType": "OnRamp",
"status": "Pending",
"createdAt": "2026-03-30 19:18:08",
"bankAccountNumber": "xxxxxxxx",
"userAddress": "0x1246e708e97755579e040d5f2b003fef1398cde6",
"network": "ethereum"
},
"remark": "remark_56746f9927c3",
"developClientId": "developClientId_7d02b0706f2d"
}
Request Code Samples
curl --location 'https://openapi.dev.stablelink.app/base/notification/simulate' \
--header 'Content-Type: application/json' \
--data '{
"event": "event_9853dccb85b1",
"paymentRequestDTO": {
"id": 0,
"txNo": "txNo_db8b4f203301",
"clientId": 0,
"requestId": "requestId_456094a3d7c9",
"fromCurrency": "USDT",
"toCurrency": "USD",
"amount": 0.00,
"reallyAmount": 0.00,
"requestType": "OnRamp",
"status": "Pending",
"createdAt": "2026-03-30 19:18:08",
"bankAccountNumber": "xxxxxxxx",
"userAddress": "0x1246e708e97755579e040d5f2b003fef1398cde6",
"network": "ethereum"
},
"remark": "remark_56746f9927c3",
"developClientId": "developClientId_7d02b0706f2d"
}'
Responses
application/json
{
"success": true,
"retcode": 200
}
Modified at 2026-06-02 01:59:05