JAVASCRIPT
The JavaScript SDK is designed to generate the payment solution within your web application without reloading the page.
<script src="https://cdn.intram.org/sdk-javascript.js"></script>intramOpenWidget.init({
public_key:'9974dacefe24494f68332ae23d0', //your public api key
amount:1000,
sandbox:false,
currency:'xof',
callback_url:'https://my-shop.com/check-paiement-status/',
company:{
name:'my-shop',
template:'default+',
color:'green',
logo_url:'https://my-site.com/logo.jpg'
},
}).then((data)=>{
console.log(data,'****** responses')
})Mis à jour