can anyone tell me how to go about makin a website for someone with a credit check facility for them to get a contract phone via his website. i can build websites but don't know how to do the credit check part and even my multimedia lecturers don't know how to do it and am really stuck....

if anyone can help i would appreciate it and any tutorial links would also be greatly appreciated

Cheers
Joe

Dani AI

Generated

Short, practical plan for adding a credit-check flow to a phone-contract site (for , useful for and building on ’s WordPress idea).

You can’t perform live credit checks just by coding a form — you need a commercial integration with either a mobile operator/reseller portal or a credit-decision provider (credit reference agency or an aggregator). Start by deciding whether the site will place orders directly with a carrier (they usually supply the check and provisioning) or act as an application/lead system that forwards data to a decisioning API.

Concrete next steps:

  • Get the legal/commercial side sorted first: register as a reseller or sign API access with a credit-check provider and read the data-protection rules that apply to your jurisdiction (for the UK/EU see the ICO guidance at https://ico.org.uk/).
  • Design the workflow: quick soft pre-qual (no impact to score) to improve conversions, then a hard check at final application if required by the carrier. Capture minimal required fields and explicit consent before any check.
  • Implement securely: server-side API calls over TLS, sandbox/test keys, webhook handling, and never store payment card data unless you meet PCI rules (https://www.pcisecuritystandards.org/). Use hosted payment providers where possible.

WordPress / prototype notes (ties to ): use WooCommerce or a simple form plugin for the checkout UI, and write a small plugin or endpoint that posts application data to the provider’s sandbox. Mock responses during development (Postman or local stubs, ngrok for webhooks). For a prototype (for ) map the user states: pre-qual → show likely outcome → collect full data → submit for full decision.

Troubleshooting tips: log requests and provider responses (avoid logging sensitive fields), handle address-format mismatches (allow previous addresses), watch rate limits and error-webhooks, and surface friendly messages for common fail reasons. Prioritise consent, secure storage, and a signed commercial agreement with the CRA or carrier before going live.

i need prototype for a mobile shop design

There are few scripts available for this mate. Depends from where the products come. I would personally set up this kind of site with wordpress and integrate a custom made shopping cart button

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.