Jump to content

Interface between FileMaker Pro and cash machine from Banks


This topic is 1034 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The API is dependent on the merchant that you use they don't just give it to you. Also you need to have an account and credentials in order to access their services.

 

https://dbservices.com/blog/payment-processing-in-filemaker-using-stripe

https://www.productivecomputing.com/blog/connect-filemaker-to-the-stripe-api/

https://360works.com/credit-card-plugin/

Link to comment
Share on other sites

When integrating with a hardware terminal, practically speaking, the only chance you have to integrate is when your merchant services provider has developed and installed some kind of software that allows you to interact with the device.

Many years ago I worked with a merchant services provider in Canada that developed an interface called ECRI that allowed us to send amounts to the terminal through an RS232 serial port, then the device would send back the result after the transaction completes.

These days, my merchant services provider uses a cloud-based solution where in order to initiate a transaction, you make an API call to your merchant services provider, then they communicate with your hardware device to display the amount and prompt to insert the card. When the transaction completes, a webhook fires the result back to your server. Unfortunately it costs almost a thousand dollars to get your app setup & certified.

Stripe has a simple offering, where you communicate directly with the terminal using JavaScript. https://stripe.com/docs/terminal

In summary, you need to ask your merchant services provider what options they support, or switch to a developer friendly provider like Stripe.

Link to comment
Share on other sites

This topic is 1034 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.