Skip to content

Instantly share code, notes, and snippets.

@ikku47
Created November 17, 2022 11:15
Show Gist options
  • Save ikku47/400836baebd91d4d07e3bd63178cafc8 to your computer and use it in GitHub Desktop.
Save ikku47/400836baebd91d4d07e3bd63178cafc8 to your computer and use it in GitHub Desktop.
Cashfree beneficiary details
const axios = require('axios');
const response = await axios.get('http://{{Host%20Url}}/payout/v1/getBeneficiary/JOHN18011', {
headers: {
'Authorization': 'Bearer {{Token}}'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment