Skip to content

Instantly share code, notes, and snippets.

@ikku47
Created November 17, 2022 07:21
Show Gist options
  • Save ikku47/4de614b85740f1f1286c93ced908310f to your computer and use it in GitHub Desktop.
Save ikku47/4de614b85740f1f1286c93ced908310f 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.2/validation/bankDetails', {
params: {
'phone': '9999999999',
'name': 'John',
'bankAccount': '391276XXXXX2',
'ifsc': 'SBIN0001170'
},
headers: {
'Authorization': 'Bearer {{token}}'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment