Commit eaaf74d0 authored by Mark Harding's avatar Mark Harding

(fix): us customers are required to request capabilities

parent 0028f4c6
No related merge requests found
Pipeline #85068039 passed with stages
in 15 minutes and 34 seconds
......@@ -89,6 +89,7 @@ class Manager
if ($account->getSSN()) {
$data['individual']['ssn_last_4'] = $account->getSSN();
$data['requested_capabilities'] = ['card_payments', 'transfers'];
}
if ($account->getPersonalIdNumber()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment