Class DlocalSignature

    • Constructor Detail

      • DlocalSignature

        public DlocalSignature()
    • Method Detail

      • getDlocalParameters

        public DlocalParameters getDlocalParameters()
        The parameters required to generate an HMAC signature for the dLocal API. See their documentation for details. This method requires you to provide the X-Login header value in the destination request headers. When used, the Forward API appends the X-Date and Authorization headers to the outgoing HTTP request before forwarding.
      • setDlocalParameters

        public void setDlocalParameters​(DlocalParameters dlocalParameters)
        The parameters required to generate an HMAC signature for the dLocal API. See their documentation for details. This method requires you to provide the X-Login header value in the destination request headers. When used, the Forward API appends the X-Date and Authorization headers to the outgoing HTTP request before forwarding.