4777
client-id
and client-secret
in the Settings > API Keys/Webhook section
. These parameters should be passed in the headers only. The client-secret
should not be used on any frontend application as it gives an attacker full access to your platform.
client-id
and client-secret
from the account settings. The client-secret
acts as a secret token that authenticates your requests to Payfonte.
<client-id>
with your actual client-id
and <client-secret>
with your actual client-secret
obtained from Payfonte
Note: Keep your client-secret
secure and do not share it with unauthorized parties. Treat it as a sensitive piece of information to protect the integrity and security of your payment transactions.