This webhook notifies partners when a money transfer from our platform to their account has been initiated successfully. It gives partners timely updates about fund transfers that affect their accounts.
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": "withdrawal",
- "reference": "bitpanda-123456-transfer",
- "timestamp": 1646405271,
- "fiat_symbol": "EUR",
- "fiat_amount": "12345.00000000"
}
}