DEV Community

Cover image for How I Integrated Stripe Terminal with Ruby on Rails

How I Integrated Stripe Terminal with Ruby on Rails

Nick Haskins on November 25, 2018

Today we’re going to cover how I integrated Stripe Terminal into a multitenant Rails application. Stripe Terminal is a combination of SDK, and phys...
Collapse
 
itsajokeguys profile image
Anthony

Running into the following issue on the client side but I'm getting a token/secret back,

core.js:6014 ERROR Error: Uncaught (in promise): Error: Invalid Argument: Invalid onFetchConnectionToken handler given.
You must pass a function that will retrieve an connection token via your backend using your api secret key.
Error: Invalid Argument: Invalid onFetchConnectionToken handler given.
You must pass a function that will retreive an connection token via your backend using your api secret key

Collapse
 
jayalakshmi88 profile image
jayalakshmi88

Hello Nick,

Can you please help me with the screens which you get while processing payment using verifone p400 developer kit. Because am developing an application in nodeJs and unable to find screens related to payment processing in verfione p400 developer kit.

Collapse
 
nphaskins profile image
Nick Haskins

I can try to help. What screens are you talking about? What step of the process are you currently stopped on?