Class: JeraPayment::Api::Iugu::Household

Inherits:
Base
  • Object
show all
Defined in:
lib/jera_payment/api/iugu/household.rb

Constant Summary collapse

BASE_ENDPOINT =
'bank_verification'

Class Method Summary collapse

Methods inherited from Base

delete, ensure_account_access_token, get, parse_response, post, put, set_headers

Class Method Details

.create(body = {}, access_token = nil) ⇒ Object



7
8
9
# File 'lib/jera_payment/api/iugu/household.rb', line 7

def self.create(body = {}, access_token = nil)
  response = post(BASE_ENDPOINT, body, access_token)
end