Chase paymentech php gateway api jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 chase paymentech php gateway api jobs found, pricing in USD

    I'm in need of a giveaway bot for TikTok Live. The bot is expected to have the following functi... This will help in promoting the contest and ensuring it reaches the desired target audience. - Real-time Comment Monitoring: As the giveaway progresses, the bot should be able to monitor comments in real-time. This feature will help in ensuring that the giveaway runs smoothly and efficiently, preventing any potential issues that may arise. Ideal Skills & Experience: - Proficiency in TikTok's API and functionalities - Experience in developing automated systems for social media platforms - Understanding of random selection algorithms and their implementation - Ability to develop and integrate customizable features within an existing platform - Knowledge of real-time monit...

    $134 (Avg Bid)
    $134 Avg Bid
    22 bids

    ...of the application. Responsibilities: - Collaborate with the Bayard development team to design and implement a responsive and intuitive web interface for the AI research assistant. - Develop clean, maintainable, and efficient front-end code using modern web technologies such as HTML, CSS, and JavaScript. - Integrate the front-end with the back-end API endpoints to enable seamless communication and data exchange. - Optimize the web interface for performance, ensuring fast loading times and smooth user interactions. - Implement user authentication and authorization mechanisms to ensure secure access to the application. - Conduct thorough testing and debugging to identify and fix any front-end issues or bugs. - Stay up-to-date with the latest front-end

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    58 bids

    ...voice search feature to my website which is developed using PHP. I already have my mind set on using Google Cloud Speech-to-Text API for this. Key requirements for the voice search implementation include: - Enabling voice search for content navigation: Users should be able to navigate through my website using their voice, reducing the dependency on traditional text-based searches. - Enabling voice search for information retrieval: Users should be able to ask questions and receive relevant information from the website using voice commands. Ideal Skills & Experience: - Proficiency in PHP development is a must, as my website is built on this platform. - Experience in integrating third-party APIs, particularly Google Cloud Speech-to-Text API. - Prior work o...

    $175 (Avg Bid)
    $175 Avg Bid
    25 bids

    I am looking to create a Windows exe trading application that will leverage an API for automated trading strategies. Key Features: - Order Placement and Management: The primary function of the app is to place and manage trades based on predefined criteria. It should be able to execute trades automatically without the need for manual intervention. Ideal Candidate: I am seeking a developer with a background in finance and algorithmic trading who can bring the following skills and experience to the project: - Proficiency in Windows application development using Python or similar languages. - Experience with trading APIs, particularly in the context of order execution and management. - A solid understanding of trading strategies and the ability to translate these into functional cod...

    $301 (Avg Bid)
    $301 Avg Bid
    4 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $137 (Avg Bid)
    $137 Avg Bid
    23 bids
    Website for furniture 6 days left
    VERIFIED

    I am looking for an experienced freelancer to help me build a comprehensive website for selling furniture. The website should include the following features: - User-friendly design and navigation - Responsive design for mobile and desktop - E-commerce functionality with a secure payment gateway - Product catalog with high-quality images and detailed descriptions - User account management - SEO optimization - Integration with social media platforms - Analytics and reporting tools Please provide your portfolio, estimated timeline, and a detailed quote for the project. I am looking for someone who can deliver high-quality work and has a proven track record in developing e-commerce websites. Examples like : It should

    $219 (Avg Bid)
    $219 Avg Bid
    228 bids
    Shopify designer 6 days left

    I am looking for a skilled designer to help create an engaging Shopify website. I need the website to include a product catalog, a shopping cart, and an integrated payment gateway. I do not have a specific design in mind, and I welcome your creative suggestions. My preference, however, lies towards a minimalistic design with easy navigation. The ideal freelancer for this job would have: - Experience in designing Shopify websites. - A knack for minimalistic and intuitive design. - Accomplished skills in product catalog setup, shopping cart implementation, and payment gateway integration. - A creative mindset and the ability to incorporate my suggestions and ideas into the design. Your proposal will be more appealing to me if it includes links to previous Shopify websites yo...

    $369 (Avg Bid)
    NDA
    $369 Avg Bid
    10 bids

    I am looking for a PHP Prestashop developer expert. Ideal skills and experience for this job include: - Strong proficiency in PHP and Prestashop - Experience with PayPal module customization and integration - Knowledge of Prestashop Multishop feature - Familiarity with coding for extra security measures and user interface improvements TASK 1 Reset Prestashop database. Setup on new. (Google cloud server) 1. Clean the prestashop directory, CMS pages and empty links. 2. Make a backup of the current Prestashop database including clients, orders, products, pictures, CMS pages all other information needed for a full reset. 3. Upload backup. 4. Setup all modules setting as was before the reset. Movic theme, Onepagecheckout, Crypto payments, PrettyURL, and Google reviews...

    $1170 (Avg Bid)
    $1170 Avg Bid
    63 bids

    I need a custom WHMCS module that will take my DNS management to the next level. This module should: - Offer comprehensive DNS record management capabilities - Provide...management options In terms of the user interface, I'm looking for a blend of simplicity and modernity. So, the UI should be: - Simple and intuitive for users to easily navigate and use - Modern and sleek to align with the current design trends The key part of this project is integrating with a custom DNS service. This means the module will need to be: - Compatible with the custom DNS service I use (API) is available - Highly functional for smooth integration and operation Ideal candidates should have experience with: - WHMCS module development - DNS management systems - Custom UI/UX design - Third-par...

    $39 (Avg Bid)
    $39 Avg Bid
    8 bids
    Dotnet developer 6 days left

    Required a dot net developer. Speacialized in Microservices acrhitecture based solution. Dotnet Core, C#, SQL, Data transformation, API gateway, Auth based security.

    $439 (Avg Bid)
    $439 Avg Bid
    17 bids

    ...experienced web developer to create a comprehensive IELTS Teaching Management System in PHP. The system will be utilized by students, teachers, and administrators. Key Features: - Student Management: The system should provide tools for student registration, tracking student progress, and managing student profiles. - Lesson Scheduling: Users should be able to schedule lessons, view lesson details, and manage their availability. - Progress Tracking: The system must include features for tracking student progress, including test scores, attendance, and performance analysis. - Payment Gateway: Integration with a secure payment gateway to facilitate online transactions for course fees. Ideal Skills: - Strong PHP programming skills and expertise in building web ap...

    $1453 (Avg Bid)
    $1453 Avg Bid
    60 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $25 (Avg Bid)
    $25 Avg Bid
    14 bids

    I am seeking a full stack PHP developer to assist me with my project. I'm looking for a PHP expert who can aid in the development of a web application, website, or mobile app. You should be proficient in both front-end and back-end development, capable of crafting user-friendly interfaces and integrating complex functionalities. Your role will involve: - Understanding project requirements and delivering high-quality work - Developing secure, efficient, and scalable code - Implementing user authentication, integrating databases, and possibly setting up payment processing systems - Ensuring timely and reliable completion of the project If you are a skilled PHP developer with experience in full stack development and are passionate about producing high-quality ap...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    180 bids

    I am looking for an experienced developer to create a Hangman game using React and utilising a specific API for generating random words. This game will implement particular features of my choosing but will not revolve around any specific visual theme or elements. Key Requirements: - In-depth knowledge and experience working with React. - Understanding and previous work with APIs, specifically in random word generation. - Ability to implement specific features to enhance the hangman game experience. Expected Deliverables: - A fully functional hangman game that runs smoothly and is bug-free. - Proper integration with the pre-selected random word generation API. Note: Although no specific visual elements or themes are required, creativity is appreciated in the design process ...

    $135 (Avg Bid)
    Urgent
    $135 Avg Bid
    36 bids

    I need to automate the process of sending UPI payment links to my clients and recording the payments they make. Key Requirements: - Integr...and recording the payments they make. Key Requirements: - Integrate UPI as a payment method for my business - Develop a system that automatically sends the payment links to customers - Record the customer details and the payment information each time a payment is made The ideal freelancer for this project will have: - Proficiency in UPI and payment gateway integrations - Experience in automating payment processes - Familiarity with WhatsApp API for sending messages - Knowledge of data recording and management systems - Previous experience in developing similar systems would be a plus Please indicate your relevant experience when bi...

    $153 (Avg Bid)
    $153 Avg Bid
    11 bids

    ...can create a clean and professional website that is also fully responsive and mobile-friendly. Ideal Skills & Experience: - Proficient in web development - Experienced in creating professional websites - Skilled in creating responsive and mobile-friendly designs Workflow: Customer fills out the booking form on our website with their details and preferences. Customer proceeds to the payment gateway (Razor pay) to complete the booking transaction. Upon successful payment, the booking details are stored in our database, and a unique booking ID is generated. Admin reviews new bookings via the admin dashboard and assigns cars and drivers based on availability. Customers receive confirmation of their booking along with trip details. Trips proceed as scheduled, with drivers provi...

    $149 (Avg Bid)
    $149 Avg Bid
    24 bids

    I have a wix website and sell products via wix STORE. I need to integrate Viva Wallet as a payment provider. I am looking for a VELO professional or PHP code knowledge to create a cash out and integrate the payment API key.

    $163 (Avg Bid)
    $163 Avg Bid
    51 bids

    ...primarily focus on back-end development tasks. The main areas of focus include: - User Authentication & Authorization: Implement a secure user authentication system to ensure data integrity and user privacy. - API Development & Integration: Develop new APIs and integrate with existing ones, for seamless communication between various components of the platform. - Data Processing & Analytics: Implement robust data processing and analytics functionalities to make informed decisions and gain insights from user interactions and other data sources. You will also be responsible for: - Payment Gateway Integration: Integrate payment gateways to facilitate transactions within the platform. - Social Media Integration: Implement connections with social media platforms to...

    $2229 (Avg Bid)
    $2229 Avg Bid
    67 bids

    I have a Vue 3 application that uses Quasar. The application is basically a blog with a few routes and simple pages. It uses backend API to fetch the data for articles. I want to deploy this app ideally to Vercel or Netlify. For SEO reasons, I want to use server-side rendering (SSR) so that user receives already rendered HTML and the API call is not necessary on the client. On the client, the app should hydrate so that it becomes interactive. The app is already working and when it is deployed without SSR, it works correctly. So you don't need to develop the app. You will need to configure the SSR in the project, configure the deployment location (Vercel or Netlify), and potentially adjust the existing JS code so that it works correctly in SSR environment (maybe this is...

    $161 (Avg Bid)
    $161 Avg Bid
    38 bids

    I am looking for a skilled PHP developer with experience in PHP frameworks, MySQL database, and E-commerce development to build a website. The developer should also have experience with Wordpress and integrating various platforms and APIs. Key project details: - The ideal candidate should have strong knowledge and experience in PHP frameworks like Laravel or Symfony, as well as Wordpress. - E-commerce development experience is essential, especially in designing and building secure and user-friendly online stores. - Proficiency in MySQL database is required. - The website will require integrating payment gateways, social media, and email marketing platforms. Hence, the developer should have experience in these areas. Ideal skills and experience: - PHP framewor...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    15 bids

    I need a proficient developer to help me build a private API management console for the game Rust, using the Gportal private API. The core functions of the Console Rust Gportal Private API are mainly centered on player data retrieval, server status updates and server configuration management. Here's an overview of the project requirements: - You will be responsible for building a secure and user-friendly private API management console specifically for Rust, using the Gportal private API. - The system should allow for the retrieval of player data, server status updates, and server configuration management. - The UI should be intuitive and engaging, allowing for easy navigation and efficient use. - The system should be able to handle high volumes of...

    $72 (Avg Bid)
    $72 Avg Bid
    24 bids

    I am looking to build a travel portal primarily catered to individual travelers. The portal should incorporate features facilitating flight bookings and hotel reservations: Main Feature...straightforward booking procedures. - Professional and visually appealing: Considering the target audience, the design must be aesthetically pleasing and project a professional image. Ideal Skills and Experience for the Job: - Extensive experience in web development and design. - Proven capability in developing travel booking platforms. - Knowledge in integrating APIs, specifically the PartoCRS API. - Creativity and an eye for detail in designing user-friendly and appealing portals. Your expertise and creativity in creating this engaging travel portal for individual travelers will be greatly ap...

    $482 (Avg Bid)
    $482 Avg Bid
    93 bids

    As a client seeking a proficient PHP expert, with a minimum of 10+ years of experience, I am looking to enhance an existing Real Time Dashboard within PHPMaker 2023. Key Responsibilities: - Modify existing features and incorporate new functionality - Implement user authentication system to ensure data privacy - Create real-time notification system for immediate updates - Develop advanced interactivity for data manipulation and customization Desired Skills: - Proven expertise in PHP development, ideally with PHPMaker 2023 - Comprehensive experience in building Data visualization (Charts, Heat maps, Custom Dashboards) - Strong understanding of user authentication mechanisms - Ability to develop real-time features for immediate data updates - Experience in creating advanced in...

    $160 (Avg Bid)
    $160 Avg Bid
    22 bids

    As I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loading Se...

    $517 (Avg Bid)
    $517 Avg Bid
    84 bids

    I'm seeking a talented web developer to build an engaging e-commerce website for me. The website should be built on WordPress, or on framework like react aligning with the following specifications: - Includes standard e-commerce functionalities, such as a shopping cart, customer reviews, and payment gateway. - Integrates a unique 'grow a plant' game feature for users to interact with. The ideal freelance candidate for this project should have significant experience in e-commerce development, particularly on WordPress. The freelancer should also have a creative flair for integrating engaging features into a website. Previous experiences with gaming features will be an added advantage.

    $120 (Avg Bid)
    $120 Avg Bid
    41 bids

    I'm looking to develop a Sof...Payment Processing integration. - An AI Chatbot with capabilities for information retrieval and analysis. - An OCR (Optical Character Recognition) system. - Both Frontend and Backend development are necessary. - Seamless integration of the AI chatbot, OCR, and payment processing into the website. - A well-documented API to allow for future expansion. The ideal candidate for this project should be proficient in Python (Django/Flask), laravel, node js, vue js, AI programming, and API development. Experience with building SaaS platforms, payment processing integration, and chatbot development would be a great advantage. Accuracy, scalability, and security are top priorities for this project. Immediate availability and good communication skil...

    $661 (Avg Bid)
    $661 Avg Bid
    89 bids

    I'm in need of an experienced Java ...Third-Party Services** I'd like to incorporate the following integrations: - Social media integration: The ability for users to share content and interact with the application through social media platforms. - Payment gateway integration: A reliable and secure payment gateway to facilitate transactions. - Email marketing services integration: Integration with email marketing services to streamline communication with users. Your expertise with Core Java, Java 8 features, J2EE, JDBC, servlets, MySQL, JSPs, HTML, Spring MVC, Spring Boot, ORM, MVC Architecture, and API Development will be essential. Additionally, experience with integrating and implementing third-party services will be highly valued. Looking...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    35 bids
    Shopify Ecommerce for FMCG 6 days left
    VERIFIED

    ...business. Key Requirements: - Product Management: The website should be able to support a catalog of 51-100 products. It should allow for easy addition, modification, and removal of products. - Shopping Cart: A seamless shopping cart feature is essential for a smooth customer experience. It should be user-friendly and support multiple purchases. - Payment Gateway: Integration of a secure and reliable payment gateway is a must. The gateway should support major credit cards and other common payment methods. Please note that the project is for the website setup only. The design aspect will be handled separately. Experience in e-commerce website development, specifically on the Shopify platform, is a significant advantage. A strong understanding of FMCG businesses an...

    $301 (Avg Bid)
    $301 Avg Bid
    59 bids

    I'm in need of an experienced PHP developer, well-versed in Core PHP and Wordpress Development. The ideal candidate must be able to work on various projects with the following requirements: - User Authentication and Authorization: The developer will need to create secure login and registration systems for our websites. - Database Integration and Management: Proficiency in MySQL is a must. The developer will be responsible for managing and integrating databases effectively into our sites. - Payment Gateway Integration: The developer will have to implement payment gateways, ensuring a smooth and secure payment process for our users. Ideal Skills: - Proficiency in Core PHP and Wordpress Development - Strong understanding and experience with MySQL - Previous ...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    57 bids

    I'm looking for an experienced app developer to create a comprehensive e-commerce application for both iOS and Android platforms. Key Features: - Implement a functional and secure shopping cart system - Develop user profiles with seamless registration and profile management - Integration of a reliable payment gateway for smooth transactions Ideal Skills and Experience: - Proficient in cross-platform app development - Proven experience in e-commerce app creation - Knowledge of implementing and securing payment gateways - UI/UX design skills to ensure user-friendly interface

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    83 bids

    I'm in search of a skilled PHP and CodeIgniter developer to help with a project that involves user registration and login, as well as database integration. Key Points: - The project involves user registration and login: You'll be responsible for setting up a smooth user registration and login process. - Database integration: Your task will include integrating the project with a database, ensuring data is stored and retrieved efficiently. - Minimalist design: The design aesthetic should be minimalist. Your Expertise: - Proficiency in PHP and CodeIgniter: We're seeking an individual with extensive experience in both PHP and CodeIgniter. - Prior experience with user registration and login systems. - Strong database integration skills. The project is E-c...

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    37 bids

    Hi, I will assist you with creating WordPress website. There will be three main sections. Only story will be dynamic and other two will be just static. In story section when user will click on it, he/she will add their child name. If they will find name existing then they can click on the name and story will be played otherwise, need to create ttf file and with the use of google cloud api need to create audio, that will store on server and then it will be played. Please let me know if I missed anything from the scope.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    1 bids

    In need of a skilled professional to develop a RESTful API using Python. The API should be designed to handle multimedia data. Ideal Expertise: - Proficient in Python programming. - Thorough experience in RESTful API development. - Should specifically be adept in dealing with multimedia data handling. - Great problem-solving skills. - Conduct testing ensuring optimization and compatibility. Transparency, communication, and attention to detail will be crucial for this role. A fast turnaround will be appreciated without compromising on quality. If you have what it takes to handle this job, I welcome you to make your bid.

    $110 (Avg Bid)
    $110 Avg Bid
    23 bids

    I'm seeking a skilled developer to integrate the Razerpay payment gateway into my custom-built website. The project will include the following requirements: - Integration of Razerpay payment gateway: The developer should be experienced in integrating payment gateways and should have specific experience integrating Razerpay. - Multi-currency support: The payment gateway should be able to handle transactions in multiple currencies. This may require additional configurations on both the gateway and the website itself. Ideal Skills: - Proficient in web development - Experience with custom-built websites - Experience with Razerpay integration - Knowledge of multi-currency payment processing

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    40 bids

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requirements.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    10 bids

    I require a proficient PHP programmer to handle a variety of tasks on my project. These tasks will include: - Website development: The core of this project involves visualization of the key concepts, hence proficiency in creating efficient and visually appealing websites is a must. - Database integration: The website functionality will be backed by a responsive and robust database. Expertise in MySQL or similar database is critical. - Custom script development: You will need to develop tailored scripts to meet the specific needs of my project. Familiarity with CodeIgniter is essential for this project since we will be using this framework for our site. Given the complexity of the work, I prefer a mid-level developer who has substantial experience in the aforementioned areas. Your ...

    $104 (Avg Bid)
    $104 Avg Bid
    41 bids
    Gportal Private API 6 days left
    VERIFIED

    Needing G portals Private API and the method to get it ourselves

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    ...whereas you can put money hence our AI works on it through big data and automation. The project is about algorithmic auto-investing trading on world wide's financial market. Fixed Rate Job Paid based on success delivery per country. $10/country. Make about 5-10 API/country for installing python, setting SQL for our applications and Google Sheet. For each country may need API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on...

    $29 (Avg Bid)
    $29 Avg Bid
    14 bids

    Integrate payment gateway. Payment gateway dont have suitable sdk for flutter. Flutter App.

    $69 (Avg Bid)
    $69 Avg Bid
    13 bids

    I need an experienced PHP Laravel developer to implement specific changes to my existing Customer Management System (CMS). My hot requirements are as follows: - Reporting Feature: I need the implementation of a Customer Activity Reports feature. The system should allow users to generate custom reports using the existing database. The reports should be detailed, accurate, and easily accessible. - UI Improvements: I'm not satisfied with the current UI of the system. I need the navigation to be simplified for better user experience. The interface should also be modernized with a new color scheme. Responsive design is a must for compatibility across all devices. The ideal candidate should have a deep understanding and a strong background in PHP Laravel, JavaScript, CSS/H...

    $308 (Avg Bid)
    $308 Avg Bid
    172 bids

    I'm looking for a skilled PHP developer with experience in CodeIgniter for a new project in the e-commerce space. Ideal Skills and Experience: - Proficiency in PHP and CodeIgniter framework - Previous experience in e-commerce platform development - Strong understanding of front-end technologies, such as jQuery, JavaScript, HTML5, and CSS3 - Knowledge of MySQL and other relational databases - Familiarity with RESTful APIs and Web Services - Ability to work with version control systems like Git The primary goal of the project is to create a robust, scalable, and user-friendly e-commerce platform. The platform should be able to handle a large number of products, facilitate smooth transactions, provide a secure payment gateway, and have a user-friendly interface. A ...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    34 bids

    ... - Performance Analytics enhanced by AI to provide deeper insights. - Comparison Tools powered by AI to highlight key differences. - Exportable Reports with AI-generated summaries. 6. **Security and Integrity** - AI-driven Proctoring for real-time monitoring. - Plagiarism Detection with AI. - Environment Lockdown managed by AI. 7. **Integration and API** - ATS Integration with AI-powered matching. - API Access with AI-driven functionalities. 8. **Support and Documentation** - Help Center with AI-powered search and suggestions. - Customer Support augmented with AI chatbots. - Tutorials and Training with AI recommendations. 9. **Additional Features** - Gamification with AI-generated challenges. - Mobile Support with AI enhancements. ...

    $2606 (Avg Bid)
    $2606 Avg Bid
    17 bids

    this is a static page, i need to create dynamic add of posts from top box. top box is like facebook with a create button, then you should list the posts. in the first box you need to add category (an empty select with cat1 cat2 cat3) a calendar date and an autocomplete for searching country-city ok? i will provide you api and project on github so im here for anything that is related to backend - create post - retrieve post - edit a bit the card

    $50 (Avg Bid)
    $50 Avg Bid
    35 bids

    I urgently need an expert to find Gportals Private API to create plugins for the Console Rust game. The main goal is to develop a custom administration panel, automate server management tasks, and enable integration with other applications. Despite skipping the specific functionalities for the plugins, flexibility and versatility should be core in their design. The completion of this project is time-sensitive, thus immediate engagement is appreciated. Skills and Experience: - Experience with Gportals Private API - Proficiency in console game plugin development - Knowledge of server management automation - Demonstrable successful projects in similar tasks.

    $128 (Avg Bid)
    $128 Avg Bid
    32 bids
    Laravel API integration 6 days left
    VERIFIED

    Estimated 10 API to integrate. CRUD work.

    $34 (Avg Bid)
    $34 Avg Bid
    31 bids

    I'm looking for exp...looking for experienced Node.js developers to create a RESTful API for my project. Key Requirements: - Develop a RESTful API: The API should follow REST principles for web services, ensuring easy consumption and compatibility with various applications. - JSON Format: The API should primarily support JSON format for data exchange. Ideal Skills and Experience: - Proficiency in Node.js: Thorough understanding and hands-on experience with Node.js for server-side scripting. - API Development: Prior experience in developing RESTful APIs is essential. - JSON Handling: Expertise in handling JSON data format within APIs. This project will involve working closely with the front-end team. If you have a solid experience in Node.js and ...

    $140 (Avg Bid)
    $140 Avg Bid
    36 bids

    I'm looking for a PHP developer with substantial CodeIgniter framework expertise. The project at hand involves upgrading and optimizing an existing PHP application. Key Requirements: - Strong PHP skills and extensive experience with the CodeIgniter framework - Proficiency in MySQL database management for database optimization and management. - Familiarity with front-end development to be able to enhance the UI/UX as part of the upgrade. Your main responsibility will be to improve the existing codebase, making it more efficient and scalable. This will involve database optimizations, code refactoring, and possibly some UI/UX upgrades. An understanding of security best practices in web development will also be highly beneficial. If you have previous experience wi...

    $135 (Avg Bid)
    $135 Avg Bid
    37 bids

    I'm looking for a skilled developer who can integrate WhatsApp API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a simple chatbot for automated responses. - Your primary tasks will include: - Setting up the WhatsApp API to the website - Configuring it to allow for sending messages to customers - Developing a basic chatbot functionality - Ensuring the chatbot can provide automated responses based on predefined rules You should have: - Proven experience in integrating APIs, specifically WhatsApp API - Proficiency in developing chatbots - Knowledge of Wordpress and it's capabilities for handling APIs - Good understanding of marketing and customer engagement - S...

    $116 (Avg Bid)
    $116 Avg Bid
    37 bids

    I need a proficient PHP developer to address an integration issue I'm experiencing with the Ccavenue payment gateway on my website. Key Tasks: - Resolve the integration issue occurring at a specific stage of the payment process. - Implement the necessary changes to ensure the payment gateway functions seamlessly. - Integrate a new control panel in the admin panel. Ideal Skills and Experience: - Strong command of PHP, particularly in relation to payment gateway integration. - Previous experience with Ccavenue payment gateway is highly preferred. - Proficiency in admin panel development. - Ability to troubleshoot and identify issues efficiently.

    $23 (Avg Bid)
    $23 Avg Bid
    12 bids

    I need a plugin that includes Apple Pay, Google Pay, and Link payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view ...payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view the documentation here: The app that uses the plugin should also be able to customize the 'statement description', which is a capability provided by the Stripe API (createPaymentIntent). The suitable person would have experience in creating Bubble plugins, and hopefully would be easy for the person to make a quick and simple payment integration.

    $128 (Avg Bid)
    $128 Avg Bid
    15 bids