Problem
We are massaging the response data for the OpenPaymentsPage in Web. We end up sending the card details and bank account details in a different format than in other Auth commands, which leads to confusion. Example is here #47239 where the allowDebit, bank account type and accountNumber were missing in response from the AcceptACHContractForBankAccount command
### Solution
Start returning the card and bank account details for OpenPaymentsPage from Auth so we can use the same methods as we do in other commands like in OpenCardDetailsPage
Problem
We are massaging the response data for the
OpenPaymentsPagein Web. We end up sending the card details and bank account details in a different format than in other Auth commands, which leads to confusion. Example is here #47239 where the allowDebit, bank accounttypeand accountNumber were missing in response from theAcceptACHContractForBankAccountcommand### Solution
Start returning the card and bank account details for OpenPaymentsPage from Auth so we can use the same methods as we do in other commands like in OpenCardDetailsPage