This webhook confirms that a deposit made by the partner into Bitpanda bank account has been successfully received. It ensures that partners are immediately informed about the status of their deposited funds.
Note: The reference number in the request body is the same as used in the request for the Create new domain deposit endpoint.
object |
Return a 200
, 201
, 202
or 204
status to indicate that the data was received successfully
{- "params": {
- "id": "1234abcd-12ab-12ab-12ab-123446abcdef",
- "type": "deposit",
- "reference": "abc1234ed",
- "timestamp": 1646708826,
- "fiat_symbol": "EUR",
- "fiat_amount": "323000.78000000"
}
}