Hello, this is my first foray into developing a REST interface. Trying to implement and integration with GoCardless for a client, so I'm learning on the fly as it were.
I successfully made a call to allow a client to sign up/connect their GoCardless account to my services. The flow takes the user over to GC's own hosted sign up screens. When completed they then redirect the user back to me in AwareIM. I seem to get the redirect ok but it doesn't complete. I get the following error
When specifying JSON as the return type
java.lang.Exception: Response body is incorrect. Can't extract a '"access_token"\s:\s"(\S*?)"' from this: 'Not Found'. (This is pased from the error window. I think AIM put the opening and closing apostrophie in since they don't appear in the Token Extractor attribute
When specifying url string as the return type I simply get "ParserError"
I'm still down on V8.2 if that makes any difference. Thanks in advance