Search code examples
javacoldfusione-commerce

Using Coldfusion to access tyro payment gateway


We are switching our payment gateway to Tyro. Here is the documentation: https://ecommerce.tyro.com/commerce/docs/apidoc/cardToken?api=payments

I am a Coldfusion programmer. Can I get some advice on the best way to implement this in Coldfusion? There are java and PHP examples given, however I only know Coldfusion and I'm not sure which is the best way to get started is.


Solution

  • You'll need to use the Java SDK:

    Doubtful you'll find any examples of how to directly to that with CF. You'll have to find examples of how other 3rd party libraries are used with CF.

    You may also check if they have RESTful APIs that you can use with CFHTTP instead.