Hey,
I'm having a bit of an issue with creting a consent on the test env, so I was hoping I could get some assistance, details below -
My request:
1 > POST https://site1.sibsapimarket.com:8444/sibs/apimarket/BST/v1/consents
1 > Content-Type: application/json
1 > Accept: application/json
1 > TPP-Redirect-URI: https://127.0.0.1:7357/api/v1/thirdparty/callback
1 > Digest: SHA-256=dBQ9UQJxsxVrylwEd4vhyd77H9YRJwcob2hHP2ShH+0=
1 > x-ibm-client-id: my_client_id_is_here
1 > TPP-Request-ID: 7b9f4824-9576-4890-9bb6-50f95382a89d
1 > TPP-Transaction-ID: ca46022c-cd05-4f17-82ad-455a8f991d12
{"access":{"accounts":[]},"recurringIndicator":false,"validUntil":"2019-04-18T11:07:32Z","frequencyPerDay":1,"combinedServiceIndicator":false}
Response:
Response statusCode: 400 with body: {"transactionStatus":"RJCT","tppMessages":[{"category":"ERROR","code":"BAD_REQUEST"}]}
Any insight on getting this resolved would be greatly appreciated.
Best regards,
Tink
Hello,
Looks like you are not passing the TPP-Certificate and the Signature in the request.
In order to get more details about the Signature we recommend you to check the section 3.3 - Signature of the Users Manual . You can find the Manual at API Documentation -> PSD2 Product.
If you have additional questions we suggest you to post a ticket. Go to HELP – Access Tickets – Post New Support Ticket.
Thank you.
Hey,
I kinda figured it was that.
In that case, maybe you should look into marking TPP-Certificate and Signature as 'required' in the api explorer page, POST /{aspsp-cde}/v1/consents section - https://developer.sibsapimarket.com/live/node/529
Best regards,
Tink
Hello,
Thank you for your feedback, we will take it in consideration.
Best Regards
Hello,
I am tried to find more about TPP-Certificate, and I didn't find this information in section 3.3 - Signature of the Users Manual. Can you help me to find it?
Thanks,