curl --request POST \
--url https://api.sand.getivy.de/api/service/webhook-event/deposit.received \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"type": "deposit.received",
"date": "<string>",
"payload": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "received",
"amount": 123,
"transactionId": "<string>",
"currency": "EUR",
"receivedAt": "<unknown>",
"payer": {
"type": "iban",
"iban": {
"accountHolderName": "<string>",
"iban": "<string>",
"bic": "<string>"
},
"sortCode": {
"accountHolderName": "<string>",
"sortCode": "<string>",
"accountNumber": "<string>"
},
"bankCode": {
"accountHolderName": "<string>",
"code": "<string>",
"accountNumber": "<string>"
},
"bban": {
"accountHolderName": "<string>",
"bban": "<string>",
"bic": "<string>"
},
"wallet": {
"address": "<string>"
}
},
"payee": {
"type": "iban",
"iban": {
"accountHolderName": "<string>",
"iban": "<string>",
"bic": "<string>"
},
"sortCode": {
"accountHolderName": "<string>",
"sortCode": "<string>",
"accountNumber": "<string>"
},
"bankCode": {
"accountHolderName": "<string>",
"code": "<string>",
"accountNumber": "<string>"
},
"bban": {
"accountHolderName": "<string>",
"bban": "<string>",
"bic": "<string>"
},
"wallet": {
"address": "<string>"
}
},
"returns": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"depositId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "initiated",
"amount": 123,
"currency": "EUR",
"createdAt": "2023-11-07T05:31:56Z",
"transactionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"failedAt": "2023-11-07T05:31:56Z",
"succeededAt": "2023-11-07T05:31:56Z"
}
],
"depositId": "<string>",
"value": {
"currency": "<string>",
"amount": "<string>"
},
"bankStatementReference": "<string>",
"rail": "sepa_instant",
"txHash": "<string>"
}
}
'A deposit has been received
curl --request POST \
--url https://api.sand.getivy.de/api/service/webhook-event/deposit.received \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"type": "deposit.received",
"date": "<string>",
"payload": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "received",
"amount": 123,
"transactionId": "<string>",
"currency": "EUR",
"receivedAt": "<unknown>",
"payer": {
"type": "iban",
"iban": {
"accountHolderName": "<string>",
"iban": "<string>",
"bic": "<string>"
},
"sortCode": {
"accountHolderName": "<string>",
"sortCode": "<string>",
"accountNumber": "<string>"
},
"bankCode": {
"accountHolderName": "<string>",
"code": "<string>",
"accountNumber": "<string>"
},
"bban": {
"accountHolderName": "<string>",
"bban": "<string>",
"bic": "<string>"
},
"wallet": {
"address": "<string>"
}
},
"payee": {
"type": "iban",
"iban": {
"accountHolderName": "<string>",
"iban": "<string>",
"bic": "<string>"
},
"sortCode": {
"accountHolderName": "<string>",
"sortCode": "<string>",
"accountNumber": "<string>"
},
"bankCode": {
"accountHolderName": "<string>",
"code": "<string>",
"accountNumber": "<string>"
},
"bban": {
"accountHolderName": "<string>",
"bban": "<string>",
"bic": "<string>"
},
"wallet": {
"address": "<string>"
}
},
"returns": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"depositId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "initiated",
"amount": 123,
"currency": "EUR",
"createdAt": "2023-11-07T05:31:56Z",
"transactionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"failedAt": "2023-11-07T05:31:56Z",
"succeededAt": "2023-11-07T05:31:56Z"
}
],
"depositId": "<string>",
"value": {
"currency": "<string>",
"amount": "<string>"
},
"bankStatementReference": "<string>",
"rail": "sepa_instant",
"txHash": "<string>"
}
}
'Data of the webhook event
The unique id for the webhook.
deposit.received The date of the webhook.
The received deposit data.
Show child attributes
The ID of the deposit
The status of the deposit
received The amount of the deposit
The currency of the deposit
EUR, GBP, PLN, SEK, DKK, USDC The payer account identifier
Show child attributes
iban, sort_code, bank_code, bban, wallet The payee account identifier
Show child attributes
iban, sort_code, bank_code, bban, wallet Show child attributes
The ID of the return
The ID of the associated deposit
The status of the return
initiated, succeeded, failed, returned The amount of the return
The currency of the return
EUR, GBP, PLN, SEK, DKK, USDC The date and time the return was created
The ID of the resulting return transaction
The date and time the return failed if applicable
The date and time the return succeeded if applicable
Deprecated: use id instead
The payment rail or blockchain used for the deposit
sepa_instant, faster_payments, sepa, elixir, express_elixir, sek_account_to_account, sumclearing, straksclearing, swift, internal, target, ETH, ETH-SEPOLIA, SOL, SOL-DEVNET, MATIC, MATIC-AMOY The transaction hash for crypto deposits
OK
Was this page helpful?