Forum Discussion
I have their dev team on the phone, and they can give me the API integration line of code in javascript so I can push through amount and name, but where/how do I set that up on my side?
------------------------------
Heather Donaldson
------------------------------
What are they providing you with exactly?
If they are giving you a endpoint to send an HTTP Request to, then you can do this a pipeline pretty easily.
If they intend for you to execute some javascript code, you'll need to use a code page which is a little tricky.
------------------------------
Jeff Peterson
------------------------------
- HeatherDonaldso2 years agoQrew Member
Hi Jeff! they gave me both ways actually.
they gave me the HTTP request - which they said the customer would need to type in the amount they're supposed pay...could I set up the pipeline to do that?
Are you able to walk me through the pipeline option?
------------------------------
Heather Donaldson
------------------------------- JeffPeterson12 years agoQrew Captain
Well, to get you started, you'll want a pipeline that is similar to this:
A. Quickbase Record Updated (This would be your trigger action, probably triggered when your customer clicks the 'pay' button and it updates the record with the amount they entered)
B. Make Request (found under the webhooks channel - You would access the value for the payment from step A.)
C. Quickbase Update Record (use this to write the response back to your quickbase record)
------------------------------
Jeff Peterson
------------------------------- HeatherDonaldso2 years agoQrew Member
That doesn't seem like that's what I need, but I appreciate your response.
What I mean to say is - When a person enters their events in Quickbase, they will then click "pay now" which would take them to the payment processing website (outside of QuickBase) where they need to finish the payment.
I have their API info, an API key, I have the POST information - I just cant seem to figure out how to put it all together to make it work.
------------------------------
Heather Donaldson
------------------------------