-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify Uphold-verified users if they have to complete customer due diligence
with Uphold
#20427
Comments
|
Verification PASSED on
Scenario 1: Clean install - PENDING ==> NOT_CONNECTED - PASSED
Scenario 2: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Scenario 3: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab not active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Encountered #20529 while testing scenario 3 Verified with
Scenario 1: Clean install - PENDING ==> NOT_CONNECTED - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Scenario 2: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Scenario 3: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab not active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Encountered #20529 while testing scenario 3 Verification passed on
Scenario 1: Clean install - PENDING ==> NOT_CONNECTED - PASSED
Scenario 2: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Scenario 3: Upgrade - VERIFIED ==> DISCONNECTED_VERIFIED (brave://rewards tab not active) - PASSEDPre-req: Use Charles Proxy to simulate CDD required or ask for your Uphold sandbox account to be put into this state.
Encountered #20529 |
Description
Uphold now requires some users to complete an additional due diligence survey in order to be able to receive deposits (edit: or to send transactions). This status can be checked with
GET /me/capabilities/receives
or.../sends
. (Uphold may soon add/capabilities
generically which will return list of all capabilities, without checking each capability individually.)Until this is complete, transfers/deposits to these users' Uphold accounts will fail. This includes deposits for ad payouts as well as userdrains. Transactions from the user's account, such as direct tips, will also fail.
Solution
Updated: Jan 13, 2022
cc: @amirsaber @husobee @szilardszaloki
Notes
If user runs into this restriction, it does not expire their access tokens. So this needs to be detected via separate API call.
The text was updated successfully, but these errors were encountered: