{ RefundReasonMessage: “Mangopay has been told this account has now been closed” RefundReasonType: “BANKACCOUNT_HAS_BEEN_CLOSED” }
Also, we’ve added three new hooks PAYOUT_REFUND_CREATED, PAYOUT_REFUND_SUCCEEDED, PAYOUT_REFUND_FAILED to allow you to receive notifications about these three new events.
KYC info is now correctly showing for users
When viewing a user’s info with GET /Users/:UserId, the KYC properties ProofOfAddress (Natural), ProofOfIdentity (Natural), ShareholderDeclaration (Legal), Statute (Legal), ProofOfRegistration (Legal) are now correctly completed if the property has been successfully validated.
PAYIN_REFUND_CREATED hook is now available
There was a previous problem with the PAYIN_REFUND_CREATED hook which wasn’t triggering correctly but this is now fixed.