diff --git a/wallet/outputs.go b/wallet/outputs.go index b415025a8..ca497b04d 100644 --- a/wallet/outputs.go +++ b/wallet/outputs.go @@ -154,7 +154,7 @@ func infoToResponseV3(info *walletutils.Info) ResponseV3 { // this brave wallet has a linked deposit account resp.DepositAccountProvider = &DepositAccountProviderDetailsV3{ Name: info.UserDepositAccountProvider, - ID: &info.ProviderID, + ID: &info.UserDepositDestination, LinkingID: linkingID, AnonymousAddress: anonymousAddress, }