• Projects -
  • Rating -
  • Rating 924

Budget: 70 USD Deadline: 5 days

I will integrate your website's payment system widget with Salesforce. I will set up the transfer of all necessary parameters (transaction IDs, amounts, statuses) to Salesforce, as well as organize complete control of payments and subscriptions on the CRM side.
I have extensive experience in integrating APIs of various payment systems (Stripe, PayPal, Fondy) with Salesforce REST API. To solve your task, I will configure webhooks from the payment system that will send data to an intermediate server or directly to Salesforce Apex REST Class.
For example, the basic logic for processing a payment looks like this:
const sf = new SalesforceConnection();
await sf.sobject('Payment__c').upsert({
ExternalIdc: req.body.paymentid,
Amount__c: req.body.amount,
Status__c: req.body.status
});
I can start tomorrow after you provide access to your Salesforce account and the documentation for your payment system.

  • Projects 30
  • Rating 5.0
  • Rating 5 747

Budget: 600 USD Deadline: 7 days

It can be done, but 70 USD here, in my opinion, does not cover a proper integration. Real work starts at around 600 USD - it depends on the payment service, the website, and how Salesforce is currently configured.

I would approach this not as a minor widget adjustment, but as a managed integration - webhooks from the payment system, status checks, recording data into the necessary Salesforce entities, error logging, and separate logic for subscriptions. This way, the system will not just pass fields but will properly control payments and renewals.

> Please clarify which payment system is used on the website and what the website is built on.
> What specific data should be sent to Salesforce - amount, client, tariff, payment status, renewal date, subscription cancellation.

We have had similar tasks in systems with integrations, payments, and business logic.
> https://business.ingello.com/forma-crm - CRM and management logic
> https://business.ingello.com/prime-eva - integrations for retail and sales processes

Mobile app with admin
  • Projects -
  • Rating -
  • Rating 561

Budget: 100 USD Deadline: 1 day

Adilzhan, the task is clear: we need to connect the payment widget with Sales Force so that parameters, payments, and subscriptions are correctly reflected and managed in the CRM. I have worked with web services, API integrations, and systems where statuses, synchronization, and data reliability are critical. First, I will quickly analyze the current scheme, then I will propose a secure option for integration and subscription control. I can discuss the details and start with an audit.

Advertising exchange in Telegram Vortex (Vue.js + Laravel)
  • Projects 14
  • Rating 5.0
  • Rating 3 952

Budget: 70 USD Deadline: 10 days

Integrating a payment widget with Salesforce: I will provide the necessary metadata parameters, payments, subscriptions, campaign/source data, and recurring logic so that Salesforce can see and control the operations.

Your main risk right now is that the payment goes through the widget, but Salesforce receives incomplete data about the client, campaign, or subscription, and then payments have to be manually reconciled between systems?

Budget and timelines will be discussed in private correspondence after reviewing the current widget, Salesforce logic, and webhook processing.

Similar project: В модулі OpenCart виправити 5 проблем повязаних з Facebook API
Your performing robot. Manual work — into the conveyor.
  • Projects 5
  • Rating 5.0
  • Rating 673

Budget: 70 USD Deadline: 7 days

Hello, I worked on integrating the Stripe payment system with a CRM for an e-commerce project - I connected automatic synchronization of payments and subscriptions, which increased the conversion by 34%.

I am curious, which payment parameters are most critical to display in Sales Force - customer data, transaction statuses, or subscription analytics?

I suggest we get in touch; I will provide you with a free technical consultation and we can create a development plan + I will tell you about my team! ✨

  • Projects 6
  • Rating 4.5
  • Rating 1 309

Budget: 70 USD Deadline: 2 days

❤️Hi Adilzhan, I am very love this opportunity

I can help map all required payment parameters, connect the widget through API/webhooks, and sync customers, transactions, subscription status, renewals, cancellations, and failed payments into Salesforce. The implementation should keep Salesforce as the main control layer while maintaining secure payment handling and clean data flow.

My approach would include API integration, field mapping, webhook validation, error logging, testing with sandbox/live modes, and documentation so your team can manage payments and subscriptions confidently.

I can provide an accurate timeline after reviewing the payment widget and Salesforce setup.

Best regards,
Youssef.

  • Projects -
  • Rating -
  • Rating 80

Budget: 70 USD Deadline: 1 day

Hello,

We can help you integrate your existing payment widget (TipTopPay) with Salesforce so that all required transaction and subscription data is properly synchronized and fully managed inside Salesforce.

With around 8 years of experience in backend development, API integrations, and CRM systems (including Salesforce environments), we specialize in building reliable and secure integrations between payment systems and business platforms.

Although we are new on this platform, we are not new to enterprise-level integrations and production systems.

Our understanding of the project

  • Projects -
  • Rating -
  • Rating 427

Budget: 350 USD Deadline: 5 days

Hello!

I have reviewed the documentation. The task is completely clear, and the logic of working with metadata and recurring subscriptions on the Salesforce side is transparent.

Since the integration architecture is fully isolated (mainly consisting of pure JavaScript for the widget in the browser and a separate PHP/Node.js script for secure token exchange with Salesforce), the engine of your site does not have a decisive impact.

However, for a clear division of responsibilities, I propose the following work format:

My part (Logic and API): I will fully develop the client-side JS scripts (validation, collecting URL parameters, forming the correct metadata object for TipTopPay) and the server script for secure authorization in Salesforce via the OAuth protocol. In the end, you will receive a fully functional, tested technical solution.

  • Projects -
  • Rating -
  • Rating 197

Budget: 100 USD Deadline: 1 day

I will use PHP and the Salesforce API to integrate the payment system widget with the CRM system. To manage payments and subscriptions, I will create a REST API based on Salesforce. Power and control of payment processes through Salesforce. Details can be discussed in person.

  • Projects 4
  • Rating 4.9
  • Rating 1 606

Budget: 70 USD Deadline: 1 day

Hello!

Integrating payment widgets with CRM through API and webhooks is our area of expertise. We have carefully studied the technical specifications, and the task is completely clear: to pass the attribution through the metadata parameter TipTopPay so that Salesforce sees all parameters and manages payments and subscriptions on its side.

We see the implementation in three scenarios:

Face2Face (2 requests): on the backend, we obtain an OAuth token via Client Credentials, pull active agents and venues using an SOQL query, cache for 5–15 minutes, and send to the front end for picklists. On the form, we validate the entered agent_id against the uploaded list (inline error + block submit, without unnecessary calls to SF), venues through a closed picklist. The metadata includes agent_id, venue_id, plus campaign_id / source_code_id, if applicable.
Standard page (1 request): without lookups — we pass campaign_id (the name of the landing page) and source_code_id from ?source_code_id= into the metadata. We do not send empty keys — only actual values.
Recurring donations: the subscription is managed by Salesforce, not TipTopPay. We move the recurrent object from the request body into the metadata, add tokenize: true, so that SF charges according to the saved token on its schedule, and we do not create the built-in TipTopPay subscription (otherwise it cuts off the donor after 3 failures — which is not needed).
Salesforce reads the metadata back from the Pay webhook and links the donation to the necessary records — we will take this path into account and check it end-to-end.

  • Projects -
  • Rating -
  • Rating 229

Budget: 100 USD Deadline: 2 days

Hello! Our team has been specializing in the development of complex web applications and turnkey payment system integrations for over 4 years. The task of connecting payment to Salesforce is our core area, where we will apply clean code in PHP, Python, or TypeScript to build stable webhooks. We will create logic that flawlessly processes responses from the payment server, records successful receipts, and eliminates order duplication. Examples of how we implement commercial functionality and configure logic on websites can be viewed at the links farfieworldwide.com, freshagro.com.ua, and espressolab.com.ua. Write to us to send the technical specifications or API documentation of the payment service, and we will immediately guide you on the first steps of development.

  • Projects -
  • Rating -
  • Rating 148

Budget: 100 USD Deadline: 1 day

Good day. I am ready to complete this project and have extensive experience in developing various applications.

  • Projects 67
  • Rating 5.0
  • Rating 12 845

Budget: 100 USD Deadline: 1 day

Hello! I will complete your task quickly and efficiently. On which platform is the website?

My latest works
https://indexfast.pp.ua - fast website indexing
https://mono-bank.pp.ua - everything about Monobank
https://mamamia.pp.ua - online store
https://programist.pp.ua/ua/portfolio/ - portfolio of works
https://monitortest.pp.ua - monitor testing
https://keytest.pp.ua - keyboard testing
https://pctest.pp.ua - computer testing

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 70 USD Deadline: 1 day

Hello!

I am ready to complete the assigned task.

I suggest we discuss the details in private messages.

  • Projects 5
  • Rating 5.0
  • Rating 1 567

Budget: 70 USD Deadline: 1 day

Hello.

I have experience integrating payment systems, CRMs, and external APIs. According to the task description, it is necessary to connect the existing payment widget with Salesforce in such a way that all payment data, subscriptions, and related events are correctly transmitted and displayed in the CRM.

  • Projects 53
  • Rating 5.0
  • Rating 7 123

Budget: 100 USD Deadline: 1 day

Adilzhan, I will help connect the payment widget with Sales Force so that all key parameters, payment statuses, and subscriptions are transmitted and managed from the CRM. I have already integrated the API and established data exchange between the website and backend systems, so I will quickly understand your setup and propose a reliable solution. I can check the current widget, set up event transmission, and manage subscriptions through Sales Force. Shall we discuss the details?

  • Projects -
  • Rating -
  • Rating 664

Budget: 70 USD Deadline: 4 days

Good afternoon.

I have reviewed the technical specifications and the attached documentation. I understand the logic of integrating TipTopPay with Salesforce, including the transfer of metadata, OAuth Client Credentials, obtaining and caching lists of agents/locations, as well as processing recurring payments through Salesforce.

I have experience in PHP development, integrating REST APIs, CRM systems, payment services, and webhooks. Before starting the work, I will thoroughly study the current implementation of the site to ensure that the integration is carried out without disrupting the existing payment logic.

As part of the project, I am ready to implement:

• Integration of TipTopPay with Salesforce according to the provided specifications;
• Transfer of all necessary metadata parameters;

  • Projects -
  • Rating -
  • Rating 702

Budget: 70 USD Deadline: 2 days

Hello! I am ready to help. I offer quality and fast work. Write to me.

  • Projects -
  • Rating -
  • Rating 501

Budget: 70 USD Deadline: 2 days

Hello, do you have a website on a builder or is it custom-made? I will solve the problem quickly.

  • Projects -
  • Rating -
  • Rating 834

Budget: 70 USD Deadline: 1 day

Good day!

The task is clear — the TipTopPay widget is already installed, and we need to pass the metadata parameters (campaign_id, source_code_id, agent_id, venue_id) to Salesforce via the Pay webhook and link donations to the appropriate records (Campaign, Outreach Source Code, Gift Transaction).

According to the description, the work is divided into two parts: on the website side — correctly forming the metadata object depending on the type of page (regular / Face2Face / recurring), for F2F — adding a server request to Salesforce OAuth to obtain agents and venues. On the Salesforce side — processing the incoming webhook and mapping the fields.

I have experience with custom integrations of payment systems (LiqPay, WayForPay) and REST API on the WordPress/PHP side. I have already studied the structure of metadata and the logic of the scenarios.

A few questions for accurate assessment:
- What is the website built on (WordPress, custom, other)?

  • Projects -
  • Rating -
  • Rating 234

Budget: 70 USD Deadline: 2 days

Hello. I have experience integrating payment systems with CRM and external APIs. I will help connect the payment widget with Salesforce, transfer the necessary parameters through metadata, and set up payment and subscription control directly in Salesforce. After reviewing the documentation and the current implementation, I will be able to assess the timeline and cost of the work.

  • Projects -
  • Rating -
  • Rating 406

Budget: 70 USD Deadline: 7 days

Hello.

I can integrate the TipTopPay payment widget with Salesforce so payment metadata, customer details, transaction status, subscription status, and required business parameters are visible and controlled from Salesforce.

I would not just “send data” once.

I would set up a clean payment flow where the widget passes the correct metadata, TipTopPay webhooks update Salesforce in real time, and Salesforce becomes the main place to track payments, subscriptions, retries, cancellations, and status changes.

I can map the required fields, create or update Salesforce records through API, handle successful and failed payments, sync recurring subscription events, and add logging so missed or failed syncs can be checked safely.

  • Projects 32
  • Rating 5.0
  • Rating 1 815

Budget: 150 USD Deadline: 3 days

Good day, I have been in web programming for over 9 years. I work with REST APIs, frameworks, and CMS such as Django, Laravel, Yii2, WP, OpenCart, CodeIgniter, etc. I am ready to complete the task. Reviews: Freelancehunt

  • Projects 118
  • Rating 5.0
  • Rating 9 922

Budget: 70 USD Deadline: 1 day

Hello.

I am a NodeJS developer. I have experience with Salesforce. Write to me, and we will discuss.

Andrey K.
1 282 1
  • Projects 1 286
  • Rating 5.0
  • Rating 97 328

Budget: 150 USD Deadline: 1 day

Hello. Do you have a custom-built website or is it on some CMS? I am ready to implement the integration.

  • Projects 9
  • Rating 5.0
  • Rating 726

Budget: 70 USD Deadline: 3 days

Hello! Your project has sparked great interest in me. I am ready to start working immediately and ensure high-quality execution.

  • Projects 54
  • Rating 5.0
  • Rating 6 048

Budget: 100 USD Deadline: 1 day

Good afternoon, is your website custom-built or based on some CMS?

  • Projects -
  • Rating -
  • Rating 423

Budget: 70 USD Deadline: 1 day

Hello,
I’m a Full-Stack Developer with 17+ years of experience building scalable web applications, APIs, and cloud-based systems. I have strong expertise in .NET, React, Next.js, Angular, Node.js, SQL Server, PostgreSQL, Azure, and AWS.
Here are some stacks which I have.
Frontend and backend development
REST API integration and development
Database design and optimization
Cloud deployment and CI/CD pipelines
Bug fixing, performance optimization, and feature development
Responsive and modern UI implementation
I focus on clean architecture, maintainable code, and reliable delivery. I can work independently, communicate clearly, and provide fast turnaround with high-quality results.

  • Projects -
  • Rating -
  • Rating 368

Budget: 70 USD Deadline: 2 days

As far as I understand, all payments from the widget also need to be added to the SalesForce CRM? Can you show me the website?

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category PHP

3 July
1 July
7 June