Renderizando uma cobrança Pix existente
Renderizando uma cobrança Pix existente
Para renderizar a cobrança Pix igual a OpenPix renderiza no link de pagamento (ex. https://openpix.com.br/pay/13829f18-ef6b-4842-9f6c-583f2b50940d)
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>OpenPix Order</title>
  </head>
  <body>
    <!-- OpenPix order -->
    <div 
      id='openpix-order' 
      data-appid={"your app id"}
      data-correlationid={"charge correlationID"} 
    />
    <script src="https://plugin.openpix.com.br/v1/openpix.js" async></script>
  </body>
</html>
