I am using the code given in the documentation to get started.
https://docs.rapyd.net/build-with-rapyd/reference/code-samples
Now , when I try to use the make_request() , it returns an error of 404. I have already provided the access and secret key.
I am trying to :
make_request(βgetβ, β/payment_methods/country?country=CRβ)
Error: TypeError: (<Response [401]>, βgetβ, βhttps://sandboxapi.rapyd.net/payment_methods/country?country=CRβ)
Please help.