Jajah webservice callback jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 jajah webservice callback jobs found, pricing in SGD

    ...details via a MySQL queue, and communicate transaction results to a specified callback address. Key Responsibilities: System Design: Design a robust architecture that can handle trade data input, processing, and output efficiently with high reliability. API Integration: Integrate with various decentralized exchanges (DEXes) APIs to execute trades on BASE, Solana, and BSC. Database Management: Implement a MySQL database to queue trade requests and log transaction details. Server Deployment: Configure and deploy the application on a WHM cPanel server ensuring high availability and security. Callback Handling: Implement a system to send trade transaction details back to a user-specified callback address after trade execution. Specific Require...

    $892 (Avg Bid)
    $892 Avg Bid
    77 bids

    I need to connect my POS-PHP system through a web service or API to the software of a Colombian technology provider that provides this service. I attach the webservice manual and an example of the xml that my program must generate to call the information. I need to connect my POS-PHP system to the software of a Colombian technology provider that offers this service through a web service or API. I have attached the webservice manual and an example of the XML that my program must generate to call the information. Please contact me if you do this - +91 9598514789 The project is in Spanish language

    $431 (Avg Bid)
    $431 Avg Bid
    16 bids

    The plugin needs to have 2 basic functionalities - Create a Chrome plugin that read a google document and send the information to a Webservice every 5 minutos (or less ) or every time you click a button - A web hook that you can send a text and its going to add that text at the end of the document

    $187 (Avg Bid)
    $187 Avg Bid
    43 bids

    I have a website that sells physical items. I am looking to open it up to digital items also and need an IPN to handle the callback. I was unable to get the IPN working though. The button works fine, people can order items, but nothing hits my IPN. The site is and a payment page is at The site is all PHP with mysql db and custom built so no CMS.

    $147 (Avg Bid)
    $147 Avg Bid
    10 bids

    I'm looking for an expert freelancer who can assist me in integrating a slot casino game API into my CodeIgneter website. Key Requirements: - Seamless API integration allowing website users to play the game - Provide necessary support and maintenance for the game API -Write callback function Example code and documentation also available

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    61 bids

    ...~ Backend: Implementation of payments in the script, adding the ability to activate and deactivate in the admin panel, edit, and change authentication data ~ Backend: Implementation of callback from the payment server to confirm payments and/or another communication protocol confirming the transaction ~ Frontend: Adding a payment button during order checkout 2. Payments ~ Backend: Implementation of payments in the script, adding the ability to activate and deactivate in the admin panel, edit, and change authentication data ~ Backend: Implementation of callback from the payment server to confirm payments and/or another communication protocol confirming the transaction ~ Frontend: Adding a payment button during order checkout Payments (at the end,

    $184 (Avg Bid)
    $184 Avg Bid
    151 bids

    I'm looking for an expert freelancer who can assist me in integrating a slot casino game API into my CodeIgneter website. Key Requirements: - Seamless API integration allowing website users to play the game - Provide necessary support and maintenance for the game API -Write callback function Example code and documentation also available

    $160 (Avg Bid)
    $160 Avg Bid
    78 bids

    Module is API webservice 1. Update module for latest API requirements (authentification changes from username/pass to API key); 2. Module Itself has too much dev/unused code debugging functions/logging implemented. Clean it up and optimize performance wise for PHP 8.1 on Prestashop8.

    $146 (Avg Bid)
    $146 Avg Bid
    116 bids

    For this project, I require a proficient API integrator. We have web site with CodeIgniter. We need - Integration casino API to our platform ASAP. -Write CALLBACK function. Ideal Skills: - Proficiency in API Integration - Prior experience with CRM systems - Familiarity with casino platforms, specifically slot machine functionality The right professional will not only ensure seamless integration but also enhance the overall user experience on our casino platform. If you have experience in such integrations and a passion for casino gaming technology, then I'd love to see your bid.

    $141 (Avg Bid)
    $141 Avg Bid
    83 bids

    I am seeking an experienced telemarketer to set appointments with residential homeowners for solar panel installations. Your target market is widespread; any area is acceptable. Ideally, you would have a strong record of successful appointment setting in the past and a professional phone demeanor. WE w...is not cold calling, only interested people. We provide CRM, Lead, Everything. You need to schedule appointment and connect it to zoom with the sales rep that we have ready for you. Key Responsibilities: - Contact homeowners to introduce solar services - Schedule appointments for solar evaluations - Connect client through zoom app Deliverables: - Detailed report of each conversation - Agreed callback date and time with homeowners -Call recording Looking forward to your prompt...

    $850 (Avg Bid)
    $850 Avg Bid
    28 bids

    Hi, I need a webservice to test if a MSISDN has RCS capactity to receive RCS using Jibe API. Only I want collaborate if you have real experience in this Jibe API. If you have real experience this service will be so fast and easy for you. We only pay when I can test service in real time in your demo server and I have the source code.

    $263 (Avg Bid)
    $263 Avg Bid
    27 bids

    ...Objectives: - Architect and develop a secure, efficient integration API that meets our platform's functional and scalability requirements. - Produce comprehensive documentation and SDKs to assist third-party developers in integrating their applications. - Implement a robust testing framework to ensure the API's reliability and performance. - They also need to know how to host the middleware webservice on cloud Key Responsibilities: - Utilize programming languages such as JavaScript (Node.js), Python, PHP, or Java to develop the API, selecting the most appropriate technologies based on project requirements. - Apply frameworks like , Django/Flask, Spring Boot, or Laravel to structure and streamline the development process. - Employ tools such as Postman for API ...

    $32 / hr (Avg Bid)
    NDA
    $32 / hr Avg Bid
    108 bids

    ..."ORDER BY") By clicking on one of the items, the detail must appear (IMAGE03) The colors into IMAGE01/02/03 are just an example. They must not be used. No database, no local files. All information will have to be taken from webservices. Project requires User-interface design and display data retrived by http/https calls. It is necessary to provide a contact form. The data will be sent to a webservice which will take care of sending the message. -------------- No back-end needed. No database management. Further details will be provided during the project (for example which icons to use in the lists, which fonts, how to distribute the text, what to do in case of crash, ...) No upfront. Milestone is one only, at the end of the project. Daily updating is mandatory. If...

    $1038 (Avg Bid)
    $1038 Avg Bid
    47 bids

    ...username: "", password: "", }; ('ready', () => { const ses = ; ({ proxyRules: `http://${proxyConfig.proxy_address}:${}`, proxyBypassRules: "localhost,*.local", }).then(() => { // Code to create BrowserWindow }); }); ('login', (event, webContents, request, authInfo, callback) => { if ((proxyConfig.proxy_address)) { (); callback(, ); } }); Despite this setup, the ('login') event does not get triggered for proxy authentication requests. This method is not preferred due to its manual nature and the fact that it doesn't properly handle the proxy's authentication challenge. Seeking Advice Has anyone successfully implemented

    $43 / hr (Avg Bid)
    $43 / hr Avg Bid
    46 bids

    ...gateway log or elsewhere, so we're unsure exactly what the issue is. Normal payments i.e. not repeat payments, are working ok. We'd also like to make some improvements suggested by our merchant provider. - Add a new field to tblclients table, to store a secondary 'token' in WHMCS which will be generated by the payment gateway (which you would retrieve in the response, which is dealt with in the 'callback' code). This secondary token will need to be sent to the payment provider for any recurring payments (using WHMCS capture function), in addition to the primary token stored in the gatewayid field in tblclients. - A HTML Form is generated within the code, some logic needs to be added depending on whether a token is already stored or not i.e. if no t...

    $274 (Avg Bid)
    $274 Avg Bid
    39 bids

    ...Payments ~ Backend: Implementation of payments in the script, adding the ability to activate and deactivate in the admin panel, edit, and change authentication data ~ Backend: Implementation of callback from the payment server to confirm payments and/or another communication protocol confirming the transaction ~ Frontend: Adding a payment button during order checkout 2. Payments ~ Backend: Implementation of payments in the script, adding the ability to activate and deactivate in the admin panel, edit, and change authentication data ~ Backend: Implementation of callback from the payment server to confirm payments and/or another communication protocol confirming the transaction ~ Frontend: Adding a payment button during order checkout 3. Payments ~ Backend:

    $243 (Avg Bid)
    Featured
    $243 Avg Bid
    19 bids

    We are having a very simple internal webpage (Hosted on Server A) and using jQuery to load Data from an second internal server (Hosted on Server B). The Server A with the webpage is providing https. The Server B with the data/json webservice is providing http and can not be touched. We have to lower or fix the CORS-Policy-Stuff or change the jQuery-Code that it is running. Or we have to build a small own middleware in PHP to create a workaround. Problem-Description on Client-Side: Access to XMLHttpRequest at 'http://xxx:yyy@' from origin '' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. We can not provide the sources -> the job have to be done within

    $86 (Avg Bid)
    $86 Avg Bid
    25 bids

    ...gateway log or elsewhere, so we're unsure exactly what the issue is. Normal payments i.e. not repeat payments, are working ok. We'd also like to make some improvements suggested by our merchant provider. - Add a new field to tblclients table, to store a secondary 'token' in WHMCS which will be generated by the payment gateway (which you would retrieve in the response, which is dealt with in the 'callback' code). This secondary token will need to be sent to the payment provider for any recurring payments (using WHMCS capture function), in addition to the primary token stored in the gatewayid field in tblclients. - A HTML Form is generated within the code, some logic needs to be added depending on whether a token is already stored or not i.e. if no t...

    $217 (Avg Bid)
    $217 Avg Bid
    47 bids

    I'm looking for Java programmer who can correct web service definitions in existing project that use JAXWS 2.1.7. WebService has added new methods. We are implementing those methods with new wsdl definition file and subsistent * and * files There is an error at () call. error message: : : 4 counts of IllegalAnnotationExceptions XmlSchemaType annotation is not allowed on this kind of property. this problem is related to the following location: at @(namespace=, type=class $DEFAULT, name=dateTime)

    $300 (Avg Bid)
    $300 Avg Bid
    23 bids

    - Callbacks and APIs need to be sorted out. -(Web) The framing of games will be wide and scattered, similar to the popular section. -(Mobile) Loading icon is too large when clicking on a match in sports. -(Web) Clicking on the section displaying bonuses at the bottom of the site results in a 404 error. -(Mobile) The login and sign-up sections will be moved to the top, with "Sign up" replacing "Register" in places where it's mentioned. - (General) A banner will be added in the sports section. -(Mobile) Homepage banner size will be aligned with games. -(Mobile) Provider names are missing at the bottom, similar to what's on the web. -(General) There's no form filling option in the "contact us" section. -(General) Logos are misaligned in the...

    $362 (Avg Bid)
    $362 Avg Bid
    15 bids

    Hello, We have a self hosted instance of ConnectWise Screenconnect running a previously created custom service that enables our software to directly make contact with the support software server and create an instance that our support staff can connect to and remotely control their system. The custom service was operational until last week where we had to upgrade Screenconnect from 19.6.29490.7513 to 23.9.8.8811 due to a severe security issue. After this update, our custom service is no longer working. If we try to call the service, we do get an error message when trying to open our hosted ScreenConnect website; Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review...

    $226 (Avg Bid)
    $226 Avg Bid
    18 bids

    Looking for a coder who has the expertise to help debug a SyntaxError issue I've been encountering. - The error occurs inside a function/method which is involved with the callback functionality. - Because of this, you’d ideally have knowledge and understanding of Python and C++, as well as experience in handling issues related to SyntaxErrors. Navigation of pybind11 will be critical, along with the ability to efficiently locate SyntaxErrors and provide an effective solution. Skills Needed: - Python - C++ - Problem-solving Skills - Knowledge in pybind11 library - Experience in SyntaxErrors debugging. By working together, I'm sure we can make this code better!

    $27 (Avg Bid)
    $27 Avg Bid
    8 bids

    ...website, specifically with the captcha validation and callback functionality not operating as expected. The desired outcome is for the captcha to correctly validate users and, upon success, display a message indicating such. **Requirements:** - Experience with HTML/CSS/JavaScript, with proven expertise in integrating and troubleshooting Cloudflare Turnstile captcha. - Strong understanding of client-side validation and the ability to fix callback functions effectively. - **The main challenges I am facing include:** - The captcha appears to be set up correctly but the validation process doesn't work as it should. - Once a user completes the captcha, the intended success message does not display, indicating an issue with the callback functionality. **Ideal S...

    $33 (Avg Bid)
    $33 Avg Bid
    35 bids

    More details: What features do you want the flight booking webservice to have? Search and compare flights, Book flights online, Display flight details and prices What payment methods would you like to offer for booking flights online? PayPal Which platforms do you want the flight booking webservice to be accessible on? Web browser

    $452 (Avg Bid)
    $452 Avg Bid
    8 bids

    ...generating a label that can be printed directly (for regular mail and via csv files for DPD). - **API Integration with PrestaShop:** It should seamlessly integrate with PrestaShop via webservice API, ensuring real-time data exchange for order information. This would require handling authentication, data retrieval. - **Usability:** Designed with the end-user in mind, the interface should be intuitive and user-friendly, allowing for easy navigation and minimal training requirement for staff. **Ideal Skills and Experience:** - Proficient in Windows app development - Understanding of PrestaShop's webservice API (Prestashop 1.7 / 8.0) - UI/UX design skills for creating an easy-to-use application **What I'm looking for in a freelancer:** - Someone who communica...

    $443 (Avg Bid)
    NDA
    $443 Avg Bid
    4 bids

    ...consideration: Detailed Requirements: Authentication: Implement email/password authentication using Firebase Authentication, with 2-factor authentication and email verification processes in place. Main Screen: After login, show a main screen with a scrollable list of tiles. Each tile will display a logo, a title, and a description, fetched from a /appList webservice. Example JSON response from /appList webservice: json { "apps": [ { "appname": "App Name 1", "appId": "23d4-886a-8941", "logoUrl": "", "description": "This is a short description for app 1" }, { "appname": &qu...

    $341 - $1023
    Sealed
    $341 - $1023
    71 bids

    I'm looking for a seasoned developer well-versed in integrating payment gateways into CMS platforms, specifically the PayMob into Dhru Fusion CMS. Preferred expertise includes: - Comprehensive experience with PayMob and Dhru Fusion CMS. - Successful implementation of Credit/Debit card and Mobile wallet integrations. - Strong emphasis on secure and seamless payment method integrations. Poten...method integrations. This part of the project is crucial, as it directly influences the functionality and user experience of the website. Here is PayMob Documentation Here is Dhru Documentation You just need to create two files one for make request to gateway and other for callback

    $243 (Avg Bid)
    $243 Avg Bid
    8 bids

    ...gateway. The existing module also allows repeat capture payments to be taken as well. All of this works, but an extra tweak is needed that is beyond my knowledge. The following needs to be completed: - Add a new field to tblclients table, to store a secondary 'token' in WHMCS which will be generated by the payment gateway (which you would retrieve in the response, which is dealt with in the 'callback' code. This secondary token will need to be sent to the payment provider for any recurring payments (using WHMCS capture function), in addition to the primary token stored in the gatewayid field in tblclients. - A HTML Form is generated within the code, some logic needs to be added depending on whether a token is already stored or not i.e. if no token is stored,...

    $198 (Avg Bid)
    $198 Avg Bid
    49 bids

    ...simple mazes, generating a list of directions as output. This tool is aimed to streamline processes that involve basic maze navigation by automating the decision-making paths. **Requirements:** - **Proficiency in Python:** The script needs to be written in Python, so extensive knowledge and experience with Python are critical. - **Experience with RESTful APIs:** As the script will perform webservice calls, familiarity with consuming RESTful services is a must. - **Algorithm Development:** A solid understanding of basic algorithms is necessary to devise an efficient method for maze navigation. - **Problem-Solving Skills:** The ability to tackle problems creatively and efficiently is key, as the mazes, despite being simple, require a logical approach to navigate. **Job Detail...

    $14 (Avg Bid)
    $14 Avg Bid
    1 bids

    I am looking for an expert in WordPress and WooCommerce to help update my e-commerce website. The updates involve importing XML (webservice) products and updating their information such as: - Product descriptions - Product images - Product prices It's important that you're familiar with handling XML files in WordPress and know how to apply these updates on a WooCommerce platform. I have a specific theme in mind for the website, so I'd appreciate it if your programming approach can align with this theme. Your experience in UI/UX design would be ideal for this project. The goal is to import products and update their information seamlessly without disrupting the user experience on the site.

    $74 (Avg Bid)
    $74 Avg Bid
    62 bids

    ...Links to the salon's social media profiles. - **Blog/News Section:** For posting updates and industry-related content. Additional features or plugins for consideration: 1. **First Website (Hair Dresser Saloon):** - Integration of a contact form for inquiries. - Google Maps integration for easy location finding. 2. **Second Website (Wig/Toupee Hairdressing Company):** - A "Request a Callback" form for customer inquiries. - Newsletter signup for promotions and updates. 3. **Third Website (Another Hairdressing Company):** - Location selector to easily switch between the two different stores. - Integration of a contact form for inquiries. - Integration with a review platform for collecting and displaying customer feedback. **Qualificatio...

    $697 (Avg Bid)
    $697 Avg Bid
    280 bids

    This project involves the development of an Android application using Kotlin, specifically tailored for devices running Android 11 on the Android Open Source Project (AOSP). The core functionality of this application is to handle multiple camera streams, combine them into a single surface view, and support a callback mechanism for YUV frame processing.

    $543 (Avg Bid)
    $543 Avg Bid
    18 bids

    ...1st - data 2nd - callback Can't be a single argument as an object, because of backward compatibility reasons. Typings for sendRequest: See the additional info section for detailed information. Data must be one value in the interface allRequests. It cannot be more than one, or less than one. For example: type req_getInfo = sendReqType<["getInfo"], ["info"]>; // data must have getInfo key from , and nothing else // returns info key from in callback type req_setEntityValue = sendReqType< ["setEntityValue", "entityId"], ["success"] >; // Similar to the getInfo request, but this time the data object must have both setEntityValue from and entityId from let data = { getInfo: {}} // should be valid, ...

    $33 (Avg Bid)
    $33 Avg Bid
    6 bids

    I'm currently facing an issue with my Fluxstore Multivendor WordPress application wh...Multivendor applications - Google Map integration - Flutter and WordPress platforms I attached two screenshot one showing when it on home screen tab. and the second showing it works when it on any other tab. when i debug on xcode. xcode shows "This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first." Your task will involve diagnosing the issue, fixing the non-loading Google Map, and ensuring its smooth operation within the application. Please, place a bid if you can swiftly resolve this issue with minimum disruptions to the remaining fu...

    $218 (Avg Bid)
    $218 Avg Bid
    52 bids

    We need to connect our CRM with our phone system in place. We need integration between Zoho CRM and WAZO (Asterisk 15) Features: - Click to call from Zoho Interface: callback user extention + keep time duration - Pop up when incoming call from WAZO and open customer record or if customer is not registred, open record creation and keep call duration It worked with ZOHO Phone bridge before annd it worked proprely but ZOHO CRM stopped the service few years ago. Thank you

    $731 (Avg Bid)
    $731 Avg Bid
    29 bids

    ...this website: Modernizeing the look and feel and make it work better on mobile. And pages need to be editable and lists for some pages to it can be dynamicly grow. We are running the Swedish version of a global serie in Karting and some design elements should come from this website: Result lists should be fetched from a open webservice (Under development at the moment) that will deliver the lists and data in JSON format. Upload of document for this pages: Race calendar on a yearly basis with possibilities to have different images etc Edititing

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    81 bids

    No Xamarin, Flutter, Android Studio, Jasonette, ... XCode, Kotlin, Objective C, Swift,... or other tools. None of these! For a new APP to be written using ONLY using B4A/B4I tool (Basic4Android/Basic4ios), I'm looking for a mobile developer. Application will be an EASY web browser. It's alse required to display the notification text (like image in attachment) retrived by a webservice. An initial splash-screen is appreciated. Previous experiences on B4A/B4I are mandatory. (completly free) No upfront. No back-end needed. Source-code required for test (no payments before test). Full documentation is mandatory (from installation of environment until APP distribution)

    $223 (Avg Bid)
    $223 Avg Bid
    20 bids

    I had linking iis windows, http ip into https, also problems with webservice made on c# and webforms. I need to fix now

    $229 (Avg Bid)
    $229 Avg Bid
    26 bids

    More details: What specific functionality do you want the Prestashop module to have? Order synchronization What type of order synchronization details are necessary for the Prestashop module? Update order status Does the update order status feature need to reflect changes in real-time, periodically (in certain time intervals), or manually upon request? Periodical updates

    $702 (Avg Bid)
    $702 Avg Bid
    93 bids

    need a html file with a form in GET method to be consumed with a webservice (REST), data received will be in JSON format so it should be shown in a way a person can read it. The input data is sent through parameters in the querystring and its use is authorized by a unique token that is sent in the header with the name AUTHORIZATION. The input parameters are as follows: cedula idUsuario nombreUsuario oficina division Autorization code

    $521 (Avg Bid)
    $521 Avg Bid
    61 bids

    ...website for me under 10 pages. The website will require the following features: 1 About us page 2 Service Page 3- Families page 4- Contact Us page 5- Maternity Nurse page - Clean and modern design with the sticky changing colour menu. - Design must be responsive to fit all standard mobile screens - Staff recruitment/registration form booking system: - client registration Form and request a callback form. - Blog/news section: I want a blog/news section where I can share information and updates related to maternity. In terms of design, I have specific ideas in mind that I would like the freelancer to incorporate into the website and also show their creative experience. As for content, I have some existing content but will need more. I would appreciate it if the freelancer can ...

    $207 (Avg Bid)
    $207 Avg Bid
    320 bids
    Trophy icon draw cartoons Ended

    ...handbell. - child and dog walk up road in village. child has paper in right hand. Sun rising beyond mountains. - on literal soapbox, child reads pronouncements about unfair taxes. Dog sees that people are not paying attention. - in foreground, we see beer vendor ringing handbell. child and dog in background also see. - child and dog realize that they need a bell. - callback to image #1, but now child has bell. - from within King's carriage, we see child now gaining attention. King believes that he is hearing the beer bell. - King not happy with soapbox message of unfair taxes (and no beer). - evening in castle, knights bring king beer and bell (which they stole from child) - king reaches for handbell - the handle of bell burns the king's

    $285 (Avg Bid)
    Featured Guaranteed
    $285
    142 entries

    webservis que se utiliza para cargar archivos mp3 convirtiendolos en base64 y descomprimiendolo en el servidor de la nube .Se necesita validar que los archivos que estan en cola de subida ya se hayan subido correctamente esto con una validacion de tamaño de archivo comprar tamaño local y tamaño de la nube , luego actualizar el estado en la tabla. Mostrar mensaje al momento de carga de archivos ejemplo: SUBIENDO ARCHIVO - MOSTRAR LISTA DE ARCHIVOS QUE SE ESTAN SUBIENDO Programadores que sean de Perú , Mexico , Costa Rica , Venezuela

    $37 (Avg Bid)
    $37 Avg Bid
    14 bids

    Im build an IOS dApp and little stuck to send transaction into user wallet. Im using Web3Modal to connect user Crypto wallet. Then I use Web3Swift to connect my smart contract and call read func from. Now Im try to call write func. The function take string param and save it at mapping. I need to ca...build an IOS dApp and little stuck to send transaction into user wallet. Im using Web3Modal to connect user Crypto wallet. Then I use Web3Swift to connect my smart contract and call read func from. Now Im try to call write func. The function take string param and save it at mapping. I need to call this function from my dapp, send transaction to be approve from the user wallet crypto and make callback to observer. I need someone that can write me this function, using Web3Modal-swift...

    $235 (Avg Bid)
    $235 Avg Bid
    4 bids

    I am in need of a highly skilled Android developer for the creation of a Payment SDK using Kotlin. The design should incorporate the following: - Google Play Billing Library 6.1.0 - UI Design using Jetpack Compose and Material Design - Kotlin Language Use - Logging functionality with callback capability for app level Additional Requirements: - This project necessitates the integration of server-side receipt validation functionality within the SDK. - The ideal freelancer will have a strong portfolio of relevant projects and demonstrate extensive knowledge of Kotlin, coupled with a keen aesthetic sense to incorporate Material Design. Your role will also include making sure that all callbacks are returned to the app level for logging purposes. Previous experience developing payment...

    $562 (Avg Bid)
    $562 Avg Bid
    17 bids

    Hi there, I am looking for someone who can write a php file for me it is only a page. So that an entry can be made in the database via postback (S2S, callback). You will need experience in PHP and mySql! If you are good you will be done in 10 minutes

    $10 (Avg Bid)
    $10
    10 entries

    I am looking for a web developer to finish a webservice that will interact with a payment system that will ask for pending debts. The database and web based administration system is already done in node js and mysql Specific requirements for the web service: - I have a detailed list of features that I would like to be included in the website. Ideal skills and experience for the job: - Experience in developing web services. - Strong knowledge of web development languages and frameworks If you are interested in this project, please provide examples of your previous work and a timeline for completion.

    $693 (Avg Bid)
    $693 Avg Bid
    121 bids

    I am looking for a developer to create an Arduino co...operating modes - stand by, one shot, FIFO. Set the measurement data type(s) - Pressure only or pressure and temperature. Set the pressure data sample rate. Set the temperature sample ratio. Set the interrupt mode. Set the interrupt pressure threshold. Set the interrupt high threshold. Set the interrupt low threshold. Cleat the interrupt (read the status register, return byte). Set the interrupt callback function. Set the FIFO mode. Burst read (multi-byte mode) the FIFO into a buffer and return the count of values. Methods to read/write, read, write as applicable for all registers. Documentation: - Basic comments within the code Ideal skills and experience: - Proficiency in C++ programming language - Experience with Arduino de...

    $860 (Avg Bid)
    $860 Avg Bid
    26 bids

    I am looking for a web service integration to abstract information from text string. I would prefer an AI solution. I have an NER solution that isn't as accurate as I would like. The end result is to pass string data to a webservice and have it return a list of businesses and a list of individuals parse out last name, first name, middle name and suffix. I am open to any solution so long as it returns the best results possible.

    $739 (Avg Bid)
    $739 Avg Bid
    47 bids