I have started integrating the Binance Pay API.
I would like to know where to get the Public Key used to verify the Signature of a webhook.
I have tried calling the POST /binancepay/openapi/certificates but I always getting 401 status code.
It is to be noted that I have already integrated the /v3/orders API so I don’t understand why I get an Unauthorized error when calling this certificates endpoint.
Can any one help?