Skip to main content
Changed

Enhancements

Serbian CountryOfResidence or Nationality is now available Previously Serbian (ISO code RS) was throwing an error, this has now been fixed. More information about refunded PayOuts If a successful PayOut is later refunded back to the wallet, more information is now provided in the GET /Refunds/:RefundId call where you’ll find a new object called RefundReason, for example: RefundReason: { 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.
I