Method: Finicity::Resources::Account#owner_verification
- Defined in:
- lib/finicity/resources/account.rb
#owner_verification(account_id) ⇒ Object
71 72 73 74 75 |
# File 'lib/finicity/resources/account.rb', line 71 def owner_verification(account_id) endpoint = "/decisioning/v1/customers/#{customer_id}/accounts/#{account_id}/owner" request(:get, endpoint) end |