Displaying Payments

Availability

After a payment is added to Branta, anyone can verify that payment until expiry. For staging, see: https://staging.branta.pro/v1/verify/<address or uuid> For production, see: https://payments.branta.pro/v1/verify/<address or uuid> Payments are irreversibly deleted after TTL seconds.

Display

Platforms may display verification however works best for the brand, device, and context.

Flexible vector graphics are available on Github.

As a simple example, you can display "Verify with Branta" with the following HTML:

<a style="font-family: canada-type-gibson, sans-serif;
   color: #373A40;
   font-size: 0.5rem;
   line-height: 1;
   text-decoration: none;
   font-weight: 200;"
   target="_blank"
   href="https://payments.branta.pro/v1/verify/bc1qqzu3nl2w7g00hkggdhkfu66flr52qkuf9ljx4g">

  Verify address with

  <svg
      style="height: 1rem;
              position: relative;
              top: 5px;"
      viewBox="0 0 410 44">
    <defs>
      <style>.cls-1 { fill: #b49145; }</style>
    </defs>
    <g>
      <path class="cls-1" d="M51.19,11.62c.58.24,1.09.56,1.53.99.44.42.79.95,1.06,1.57.27.63.4,1.32.4,2.07v3.24c0,.72-.19,1.36-.56,1.93-.38.56-.75.99-1.13,1.27.38.22.75.56,1.13,1.03.38.47.56,1.1.56,1.88v3.48c0,.75-.13,1.44-.4,2.07-.27.63-.62,1.15-1.06,1.57-.44.42-.95.75-1.53.99s-1.17.35-1.76.35H12.35V11.27h37.08c.6,0,1.18.12,1.76.35ZM17.38,20.15h29.98c.47,0,.88-.11,1.25-.33.36-.22.54-.64.54-1.27v-.52c0-.66-.16-1.12-.49-1.39-.33-.27-.78-.4-1.34-.4h-29.94v3.9ZM17.38,29.08h30.03c.56,0,.99-.09,1.29-.26.3-.17.45-.59.45-1.25v-.56c0-.63-.19-1.1-.56-1.41-.38-.31-.8-.47-1.27-.47h-29.94v3.95Z"/>
      <path d="M122.87,11.62c.58.24,1.09.56,1.53.99.44.42.79.95,1.06,1.57.27.63.4,1.32.4,2.07v3.9c0,1.35-.34,2.43-1.01,3.24-.67.81-1.51,1.35-2.51,1.6l3.57,9.07h-5.12l-3.99-8.93h-27.73v8.93h-5.03V11.27h37.08c.6,0,1.18.12,1.76.35ZM89.05,20.15h29.98c.47,0,.88-.1,1.25-.31.36-.2.54-.62.54-1.25v-.52c0-.66-.16-1.13-.49-1.41-.33-.28-.78-.42-1.34-.42h-29.94v3.9Z"/>
      <path d="M154.57,34.06l18.42-22.79h4.98l18.42,22.79h-6.2l-4.51-5.5h-20.4l-4.51,5.5h-6.2ZM169.19,23.72h12.6l-6.3-7.57-6.3,7.57Z"/>
      <path d="M230.19,11.27l31.72,17.29V11.27h5.03v22.79h-5.08l-31.72-17.29v17.29h-5.03V11.27h5.08Z"/>
      <path d="M296.79,11.27h41.83v4.98h-18.42v17.81h-5.03v-17.81h-18.38v-4.98Z"/>
      <path d="M358.13,34.06l18.42-22.79h4.98l18.42,22.79h-6.2l-4.51-5.5h-20.4l-4.51,5.5h-6.2ZM372.74,23.72h12.6l-6.3-7.57-6.3,7.57Z"/>
    </g>
  </svg>
</a>

Web

By offering an elegant option to verify payment address at checkout, customers can pay with confidence.

Branta displays validity of the payment, merchant name, a description, and address.

For invalid, expired, or tampered payment requests, Branta lets the user know not to pay.

Last updated