Skip to content

Instantly share code, notes, and snippets.

@alihesari
Created February 16, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alihesari/27ede51e3ac4a1e56053ece9b69f069e to your computer and use it in GitHub Desktop.
Save alihesari/27ede51e3ac4a1e56053ece9b69f069e to your computer and use it in GitHub Desktop.
Shenase.ir - Checkout
const axios = require('axios');
// Send a POST request
axios({
method: 'post',
url: 'http://shenase.net/api/service/settle/request',
data: {
username: 'ali',
password: 'ali12@34',
card_id: 5,
amount: 350000
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment