api icon indicating copy to clipboard operation
api copied to clipboard

GET call on /transaction/statement endpoint always returns errorcode 500

Open haybankz opened this issue 7 years ago • 0 comments

I am having difficulties as to what value to provide in the body for the startAndEndDate of the transactions to get a useable response as I keep getting error 500.

Here is the curl request:

curl -X GET --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \ "accountNumber": "0048701992", \ "startDateAndendDate_Or_lastNumberOfRecords": "1540030864063" \ }' 'https://api.openbanking.ng:443/transaction/statement'

haybankz avatar Oct 20 '18 16:10 haybankz