Skip to content

Instantly share code, notes, and snippets.

@ikku47
Created November 17, 2022 07:23
Show Gist options
  • Save ikku47/777f73611a17709b39ef5cf05599ec9b to your computer and use it in GitHub Desktop.
Save ikku47/777f73611a17709b39ef5cf05599ec9b to your computer and use it in GitHub Desktop.
const axios = require('axios');
const response = await axios.get('https://payout-gamma.cashfree.com/payout/v1/ifsc/{{ifsc}}', {
headers: {
'Authorization': 'Bearer {{token}}'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment