Skip to content

    Bridge API

    Connect to our Bridge

    To initialize the Bridge API add the JavaScript library to communicate with the Payengine server and provide your merchant id as a public key to identify against it.

    Add the following code snippet into the page header in a script tag:

    API Bridge - code snippet

    <script src="https://pp.payengine.de/bridge/1.0/payengine.min.js" type="text/javascript"></script>
    <script type="text/javascript">
     window.onload = function() {
     PayEngine.setPublishableKey( "<YOUR_MERCHANT_ID>" );

    There are a couple of integration options based on your PCI DSS level:

    SAQ-A - Card-not-present merchants (e-commerce or mail/telephone-order) that have fully outsourced all cardholder data functions to PCI DSS validated third-party service providers, with no electronic storage, processing, or transmission of any cardholder data on the merchant’s systems or premises. Not applicable to face-to-face channels.

    SAQ-AEP - E-commerce merchants who outsource all payment processing to PCI DSS validated third parties, and who have a website(s) that doesn’t directly receive cardholder data but that can impact the security of the payment transaction. No electronic storage, processing, or transmission of any cardholder data on the merchant’s systems or premises.

    Was this helpful?

    What was your feeling about it?