Skip to content

Instantly share code, notes, and snippets.

@ikku47
Created November 17, 2022 07:22
Show Gist options
  • Save ikku47/20d45aac50b9b96277561061bae224cc to your computer and use it in GitHub Desktop.
Save ikku47/20d45aac50b9b96277561061bae224cc 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/validation/upiDetails', {
params: {
'name': 'John',
'vpa': 'success@upi'
},
headers: {
'Authorization': 'Bearer {{token}}'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment