{
"id": "<string>",
"type": "FIAT_DEPOSIT_CREATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transactionId": "20240115HKHHXXXX000123456",
"status": "SETTLED",
"amount": 100.5,
"currency": "USD",
"originalAmount": 100.5,
"originalCurrency": "USD",
"senderName": "MOON INC LIMITED",
"reference": "INV-2024-0142",
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z"
}
}Notifications
Fiat deposit created
Fired when an inbound bank transfer is credited to an account. The deposit is already settled when the event is sent - a fiat transfer is reported to Reap only once the receiving bank has reconciled it.
WEBHOOK
FIAT_DEPOSIT_CREATED
{
"id": "<string>",
"type": "FIAT_DEPOSIT_CREATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transactionId": "20240115HKHHXXXX000123456",
"status": "SETTLED",
"amount": 100.5,
"currency": "USD",
"originalAmount": 100.5,
"originalCurrency": "USD",
"senderName": "MOON INC LIMITED",
"reference": "INV-2024-0142",
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z"
}
}