This webhook is used to notify the Partner about specific settlement processes listed below that take place between Bitpanda and the Partner:
Top-Up (Lower Threshold)
Event triggered when the partner's balance on our side drops below a predetermined lower threshold as a result of a buy trade. It serves to notify partners that they need to top up their account to maintain their trading activities without interruption. Once the partner replenishes their balance, and it no longer falls under the lower limit, the notifications cease until such a condition is met again.
Top-Up (Daily Settlement)
This webhook provides a daily notification about the partner's current wallet balance compared to a set baseline. It helps manage financial resources by informing the partner of the need to deposit funds if the current balance falls short of the baseline. If the amount_to_deposit is zero, indicating no need for additional funds, the notification is not sent.
object |
Return a 200
, 201
, 202
or 204
status to indicate that the data was received successfully
{- "params": {
- "trade_id": 1234567,
- "timestamp": 1646154525,
- "fiat_symbol": "EUR",
- "fiat_balance": "323000.78000000",
- "amount_to_deposit": "123.00000000"
}
}