Skip to content

Instantly share code, notes, and snippets.

@ikku47
Last active November 17, 2022 07:19
Show Gist options
  • Save ikku47/06e62855f92142a0f409781378eaaa0c to your computer and use it in GitHub Desktop.
Save ikku47/06e62855f92142a0f409781378eaaa0c to your computer and use it in GitHub Desktop.
Cashfree APIs
const axios = require('axios');
const response = await axios.post(
'https://payout-gamma.cashfree.com/payout/v1/authorize',
{
headers: {
'X-Client-Id': '{{client id}}',
'X-Client-Secret': '{{client secret}}'
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment