Facing issue in Transfer API of OPEN BANK PSD2 APIs

Not applicable

@Prashanth Subrahmanyam

While testing transfers API I am getting below error after allowing access for the account number {"error":"json_parse","timestamp":1467834396540,"duration":1,"exception":"org.codehaus.jackson.JsonParseException","error_description":"Unexpected character (',' (code 44)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: java.io.BufferedInputStream@2a184415; line: 4, column: 28]"}

the target endpoint of transfer-connector API points to

https://api.usergrid.com/{myorg}/openbankapp/transactions

And Service callout used within the transfer-connector API calls

https://api.usergrid.com/{myorg}/openbankapp/accounts/{account_number}/transactions/{uuid}

Please help on this.

0 1 115
1 REPLY 1

Hi @SoneshSharma, this error seems to come when you use an invalid JWT token, or a JWT token with an invalid signature.

you can refer to this page for the jwt section.
https://openbank.apigee.com/oauth2