Create a cardholder

POST {{url}}/api/v1/issuing/cardholders/create

Request Body

{"address"=>{"city"=>"{{$randomCity}}", "country"=>"US", "line1"=>"{{$randomStreetName}}", "state"=>"CA", "postcode"=>"94932"}, "email"=>"test+{{$guid}}@example.com", "individual"=>{"date_of_birth"=>"1982-11-02", "express_consent_obtained"=>"yes", "identification"=>{"country"=>"US", "expiry_date"=>"2030-08-28", "number"=>"001238243", "type"=>"ID_CARD"}, "name"=>{"first_name"=>"{{$randomFirstName}}", "last_name"=>"{{$randomLastName}}"}}, "mobile_number"=>"91-95053039", "postal_address"=>{"city"=>"{{$randomCity}}", "country"=>"US", "line1"=>"{{$randomStreetName}}", "state"=>"CA", "postcode"=>"94932"}}

HEADERS

KeyDatatypeRequiredDescription
x-on-behalf-ofstring