We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 11 matches

by Fivable
Tue Apr 16, 2019 12:58 pm
Forum: Plum Fuse+ Q&A
Topic: Plum Fuse+ "Uncaught event: error.badfetch.http.500" on REST
Replies: 1
Views: 6699

Plum Fuse+ "Uncaught event: error.badfetch.http.500" on REST

We are currently doing some work that has required us to use Plum Fuse+ to hit our API with fuse+ REST modules, but we are getting an "Uncaught event: error.badfetch.http.500" error in the Logs when we attempt to fire off the request. Normally, we would find the problem in our API that was causing a...
by Fivable
Tue Jun 19, 2018 2:03 pm
Forum: Plum Fuse+ Q&A
Topic: Cannot handle Stripe API's legitimate card declined response
Replies: 4
Views: 6005

Re: Cannot handle Stripe API's legitimate card declined resp

Also I'm now wondering if there is a way to set a default path for any custom errors that are unhandled.
by Fivable
Mon Jun 18, 2018 2:57 pm
Forum: Plum Fuse+ Q&A
Topic: Cannot handle Stripe API's legitimate card declined response
Replies: 4
Views: 6005

Cannot handle Stripe API's legitimate card declined response

Hello, We are transacting with the Stripe API through REST modules, and when a call to charge a card receives what is a legitimate (though non-200) response the IVR system errors out without allowing the opportunity for us to handle the response (as far as we can tell). This does not happen with Aut...
by Fivable
Tue May 22, 2018 8:43 am
Forum: Plum Fuse+ Q&A
Topic: Exporting Application
Replies: 1
Views: 3606

Exporting Application

Is there a way to export a clone of a particular application that we can use for safe keeping that can be stored locally. If so, how do we go about getting that, as well as, re-uploading the app.
Any help is greatly appreciated.
by Fivable
Mon May 21, 2018 3:58 pm
Forum: Plum Fuse+ Q&A
Topic: details on session.telephone
Replies: 1
Views: 3502

details on session.telephone

Hi, I am sending a text to callers and noticed that with US numbers the country code is not included in session.telephone.ani. Is this the case with international numbers as well? Can I expect international numbers to come with country code included, or is there some other part of the session.teleph...
by Fivable
Tue May 15, 2018 3:30 pm
Forum: Plum Fuse+ Q&A
Topic: JS Semantic error while accessing an object in a JSON array
Replies: 2
Views: 4028

Re: JS Semantic error while accessing an object in a JSON ar

Thank you! I'm not sure what is different about what we tried when we attempted to use shift(), but this worked for us. Much appreciated.
by Fivable
Tue May 15, 2018 9:39 am
Forum: Plum Fuse+ Q&A
Topic: Failed to parse JSON body
Replies: 2
Views: 6345

Re: Failed to parse JSON body

Thank you very much this did the trick!
by Fivable
Tue May 15, 2018 9:21 am
Forum: Plum Fuse+ Q&A
Topic: JS Semantic error while accessing an object in a JSON array
Replies: 2
Views: 4028

JS Semantic error while accessing an object in a JSON array

Hello, Currently we are calling an endpoint in our own API to find a list of nearby locations to a particular device. The response will always be either an empty array or a JSON array with location objects. The example is a response containing only one location. Things seem to be working fine, and w...
by Fivable
Fri May 11, 2018 11:19 am
Forum: Plum Fuse+ Q&A
Topic: Failed to parse JSON body
Replies: 2
Views: 6345

Failed to parse JSON body

I am sending a POST_RAW request to Authorize.net's API, expecting a JSON response back. The request goes through and receives a successful transaction response from Authorize.net formatted in JSON, but I am getting an JSON body parse error. I am confused because it seems everything has worked, and I...
by Fivable
Fri May 11, 2018 10:13 am
Forum: Plum Fuse+ Q&A
Topic: Saving Test Scenarios
Replies: 1
Views: 3263

Saving Test Scenarios

My team has been working on integrating Fuse+ with a 3rd party payment API, and our calls before getting to the relevant REST modules are around 2 minutes long at this point, requiring someone to sit and type in the same information over and over again for each test. This means making even very mino...