APPROVED or REJECTED.APPROVED for a specific IBAN, that IBAN can be treated as verified for the user.REJECTED status means the deposit was not accepted and the return flow has been initiated.APPROVED through this webhook should later appear in the user's verified SEPA contact list and can then be used as a withdrawal destination.curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"externalUserId": "exampleuserid123",
"status": "APPROVED",
"iban": "DK1084758300566382"
}'{}