Skip to content

Instantly share code, notes, and snippets.

View PontusNyberg's full-sized avatar

Pontus PontusNyberg

View GitHub Profile
fetch('https://api.mondido.com/v1/transactions?locale=eng', {
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8',
'Authorization': basicAuth
},
body: qs.stringify({
process: false,
amount: amount,
currency: currency,