- Payment Gateway
- Embed Kit
- Signature
- Digital Signature
- Inquiry Transaction
- Payment Notification
- Settlement Notification
- Check Payment Status
- Inquiry Merchant Info
- Update Expire Transaction
- Send Invoice To Generate Virtual Account
- Default Display Screenshot
- Credit Card
- Create Virtual Account
- Product & Bank Code
- Bill Payment
- Prepaid Mobile Top Up
- Postpaid Mobile Top Up
- TV Cable
- Internet Service Provider
- Telephone
- PLN
- Insurance
- PDAM
- Installment
- General Services
- Collection
- Data Communication Flow
- Message Transmitted Format (Messaging Format)
- Signature
- Send Invoice
- Send Invoice Multiple
Select List
Sample code:<iframe id="sgoplus-iframe" sandbox="allow-same-origin allow-scripts allow-top-navigation" src="" scrolling="no" allowtransparency="true" frameborder="0" height="300"></iframe> <script type="text/javascript" src="https://sandbox-kit.espay.id/public/signature/js"></script> <script type="text/javascript"> window.onload = function() { var data = { key: "", paymentId: "", backUrl: "" }, sgoPlusIframe = document.getElementById("sgoplus-iframe"); if (sgoPlusIframe !== null) sgoPlusIframe.src = SGOSignature.getIframeURL(data); SGOSignature.receiveForm(); }; </script>
Radio
Sample code:<script type="text/javascript" src="https://sandboxkit.espay.id/public/signature/js"></script> <script type="text/javascript"> window.onload = function () { var data = { paymentId: '12', key: '65ebeb3286bd3f0f860fcbe5adca9be4', backUrl: encodeURIComponent ('http://www.google.com/'), display : 'option' }, sgoPlusIframe = document.getElementById("sgoplus-iframe"); if (sgoPlusIframe !== null) { Confidential © Espay Page 26 of 27 PT.Square Gate One sgoPlusIframe.src = SGOSignature.getIframeURL(data); } SGOSignature.receiveForm(); }; </script> <div id="parentId"></div> <iframe id="sgoplus-iframe" sandbox="allow-same-origin allow-scripts allow-top-navigation" src="" scrolling="no" allowtransparency="true" frameborder="0" height="500"></iframe>
TAB
Sample code:<script type="text/javascript"> window.onload = function () { var data = { paymentId: '12', key: '65ebeb3286bd3f0f860fcbe5adca9be4', Confidential © Espay Page 27 of 27 PT.Square Gate One backUrl: encodeURIComponent ('http://www.google.com/'), display : ‘tab’ }, sgoPlusIframe = document.getElementById("sgoplus-iframe"); if (sgoPlusIframe !== null) { sgoPlusIframe.src = SGOSignature.getIframeURL(data); } SGOSignature.receiveForm(); }; </script> <div id="parentId"></div> <iframe id="sgoplus-iframe" src="" scrolling="no" frameborder="0" height="500"></iframe>