Login
Developers

Built for Developers

Use Hyfin Demos's enterprise payment features in your own application. Simple to integrate, powerful at scale.
We've got you certified, with access to 20+ gateways and counting, your solution will never be limited when integrating with Hyfin Demos.
			
// Create a customer
const resp = await fetch("https://api.hyfin.app/api/v4/site/YOUR_SITE_ID/customer/addUpdate", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    displayName: "ABC Plumbing",
    primaryContact: { firstName: "John", lastName: "Doe" }
  })
});

const { success, _id } = await resp.json();


		
Embed payments directly into your software

Simple API

The easiest way to embed payments directly into your software without changing your user's workflow.
The easiest way to add payments to your software
Simple RESTful JSON API
Use our prebuilt code snippets and integrate within minutes
Onboard new merchant accounts, send payment requests, generate payment links all within a single easy-to-use API
Read the Docs

Integrate in a Few Lines

Example Code Snippet below.
Example Code
			
// Create a customer
const resp = await fetch("https://api.hyfin.app/api/v4/site/YOUR_SITE_ID/customer/addUpdate", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    displayName: "ABC Plumbing",
    primaryContact: { firstName: "John", lastName: "Doe" }
  })
});

const { success, _id } = await resp.json();


		

Frequently Asked Questions

Can't find what you're looking for?
Contact Us
Yes
Hyfin Demos payment receipt notifications can be configured to go to one or more account users. Additionally, the "Payments" option on the left will provide a bubble and a number indicating a payment has been received since your last log in.
Please see Hyfin Demos's privacy policy: Hyfin Privacy Policy
Hyfin Demos offers payment reporting (date, status, order number, payment method, and amount) for the last day, week, month or dynamic period.
Please contact our support team if you have need for a custom report
Yes
Hyfin Demos supports recurring payments as Subscriptions that can be set up to recur weekly, monthly, quarterly, annually, semi-monthly/annually, or with a custom cadence in multiples of days, weeks, months, etc...

Recurring payments will be collected/processed at 10AM local time based on the business's timezone.
Yes, Hyfin Demos supports a "payment-on-file" like functionality which requests customers provide a CC or ACH payment method that can be used for future invoices or to initiate a subscription.
This is completely secure and better than "card-on-file" in that the Credit Card or ACH information is never shared with the merchant and the tokenized payment method can be charged
Yes, if applicable, tipping can be enabled.
Like the partial payment option, once enabled in Hyfin Demos, the option to provide a tip would be available to any and all customers
More Questions? See all FAQ

Get paid faster and keep more of what you earn.

We know your time is valuable. In just a few minutes, see how much you could save.
See How It Works
Fill out the form and we'll be in touch shortly.
Name Email Phone Company Name