Update the identity associated to the Merchant
PUT {{sandboxAPI}}/identities/{{identity}}
Update the Identity associated to the merchant
Request Body
{"entity"=>{"title"=>"CEO", "first_name"=>"Dwayne", "last_name"=>"Sunkhronos", "email"=>"user@example.org", "business_name"=>"Dunder Mifflin", "business_type"=>"INDIVIDUAL_SOLE_PROPRIETORSHIP", "doing_business_as"=>"Dunder Mifflin", "phone"=>"1234567890", "business_phone"=>"+1 (408) 756-4497", "personal_address"=>{"line1"=>"741 Douglass St", "line2"=>"Apartment 71", "city"=>"San Mateo", "region"=>"CA", "postal_code"=>"94114", "country"=>"USA"}, "business_address"=>{"line1"=>"123 Main St", "line2"=>"Unit 1", "city"=>"San Jose", "region"=>"CA", "postal_code"=>"95123", "country"=>"USA"}, "mcc"=>"0742", "dob"=>{"day"=>27, "month"=>6, "year"=>1978}, "max_transaction_amount"=>12000000, "amex_mid"=>nil, "discover_mid"=>nil, "url"=>"www.DunderMifflin.com", "annual_card_volume"=>12000000, "has_accepted_credit_cards_previously"=>true, "incorporation_date"=>{"day"=>27, "month"=>6, "year"=>1978}, "principal_percentage_ownership"=>50, "short_business_name"=>nil, "ownership_type"=>"PRIVATE", "tax_authority"=>nil, "tax_id_provided"=>true, "business_tax_id_provided"=>true, "default_statement_descriptor"=>"Dunder Mifflin"}, "tags"=>{"Studio Rating"=>"4.7"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |