- 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 Pulsa
- Postpaid Pulsa
- Topup Ewallet
- TV Cable
- Internet Service Provider
- Telepon
- PLN
- Asuransi
- PDAM
- Cicilan
- Layanan Umum
- Collection
- Alur Komunikasi Data
- Message Transmitted Format (Messaging Format)
- Signature
- Send Invoice
- Send Invoice Multiple
- SIJITU API
- SIJITU Digital Signature
- SIJITU Error Code List
- SIJITU Inquiry Balance
- SIJITU Inquiry Name Search
- SIJITU Verify Biometric
- SIJITU Batch Search
- SIJITU Check Status Batch
- SIJITU List Scoring
- SIJITU Question Scoring
- SIJITU Answer Scoring
- SIJITU Result Scoring
- SIJITU Batch Search Upload
- SIJITU Batch search Result
Select List
Contoh kode<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
Contoh kode:<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
Contoh kode:<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>