APPROVED status.APPROVED: The bank account is fully verified. You can use this IBAN as a destinationIban in the withdrawal endpoint.PENDING: An inbound transfer has been detected, and the system is currently processing the verification (checking name consistency and compliance).REJECTED: The verification failed. This usually happens if the Sender Name on the bank transfer does not match your Partner Registered Name. Funds from rejected transfers are automatically returned to the source bank.curl --location --request GET 'https://partner-api-stage.p100.io/v1/partner/sepa-deposit/list' \
--header 'x-api-key: <api-key>'[
{
"iban": "PL9710100000257217850264011827",
"status": "APPROVED"
}
]