Create an account - Individual
POST {{url}}/api/v1/accounts/create
Request Body
{"account_details"=>{"individual_details"=>{"address"=>{"address_line1"=>"{{$randomStreetAddress}}", "country_code"=>"HK", "postcode"=>"25000", "state"=>"{{$randomCity}}", "suburb"=>"{{$randomCity}}"}, "date_of_birth"=>"2000-01-01", "first_name"=>"John", "first_name_english"=>"John", "last_name"=>"Doe", "last_name_english"=>"Doe", "photo_file_id"=>"{{file_id}}", "nationality"=>"HK", "primary_identification"=>{"identification_type"=>"PERSONAL_ID", "issuing_country_code"=>"HK", "personal_id"=>{"front_file_id"=>"{{file_id}}"}}, "user_id_on_platform"=>"dummy_external_id_{{$guid}}"}, "legal_entity_type"=>"INDIVIDUAL"}, "account_usage"=>{"card_usage"=>["PERSONAL_SPENDING"], "collection_country_codes"=>["HK"], "collection_from"=>["SELF_TOP_UP"], "expected_monthly_transaction_volume"=>{"amount"=>"5000"}, "payout_country_codes"=>["HK"], "payout_to"=>["OWN_BANK_ACCOUNT"]}, "customer_agreements"=>{"agreed_to_data_usage"=>true, "agreed_to_terms_and_conditions"=>true}, "primary_contact"=>{"email"=>"test+{{$guid}}@example.com", "mobile"=>"{{$randomPhoneNumber}}"}}