{
"eventId": "36190155-28a2-42f9-a55a-1359654b7384",
"eventType": "VIRTUAL_ACCOUNT_INVOICE_UPDATED",
"referenceId": "38",
"status": "REQUIRED",
"timestamp": 1764235978954,
"data": {
"invoiceId": "38",
"userId": "1000001234",
"orderId": "ORD202509240001",
"time": "2025-09-24T10:30:00Z",
"subUserId": "2000005678",
"amount": "1500.75",
"currency": "USD",
"fromAccountName": "John Doe",
"fromAccountNumber": "123-456-7890",
"toAccountName": "Paymonade Ltd",
"status": "REQUIRED"
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'API-KEY: apikey ' \
--header 'API-TIMESTAMP: 1765454475759' \
--header 'API-SIGNATURE: d110004016a3cf2bfa06d57eaf850618c143f8aeb6e528882bd3811b2b988160' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "36190155-28a2-42f9-a55a-1359654b7384",
"eventType": "VIRTUAL_ACCOUNT_INVOICE_UPDATED",
"referenceId": "38",
"status": "REQUIRED",
"timestamp": 1764235978954,
"data": {
"invoiceId": "38",
"userId": "1000001234",
"orderId": "ORD202509240001",
"time": "2025-09-24T10:30:00Z",
"subUserId": "2000005678",
"amount": "1500.75",
"currency": "USD",
"fromAccountName": "John Doe",
"fromAccountNumber": "123-456-7890",
"toAccountName": "Paymonade Ltd",
"status": "REQUIRED"
}
}'"string"