Interface MppPaymentInput.Builder

  • Method Details

    • version

      MppPaymentInput.Builder version(String version)

      The MPP protocol version, for example "1" or "2".

      Parameters:
      version - The MPP protocol version, for example "1" or "2".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wwwAuthenticateHeaders

      MppPaymentInput.Builder wwwAuthenticateHeaders(Collection<String> wwwAuthenticateHeaders)

      The raw WWW-Authenticate: Payment header value from the 402 response, passed verbatim. Provide exactly one entry. The service uses this value to generate the payment credential.

      Parameters:
      wwwAuthenticateHeaders - The raw WWW-Authenticate: Payment header value from the 402 response, passed verbatim. Provide exactly one entry. The service uses this value to generate the payment credential.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wwwAuthenticateHeaders

      MppPaymentInput.Builder wwwAuthenticateHeaders(String... wwwAuthenticateHeaders)

      The raw WWW-Authenticate: Payment header value from the 402 response, passed verbatim. Provide exactly one entry. The service uses this value to generate the payment credential.

      Parameters:
      wwwAuthenticateHeaders - The raw WWW-Authenticate: Payment header value from the 402 response, passed verbatim. Provide exactly one entry. The service uses this value to generate the payment credential.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buyerPaysGasFees

      MppPaymentInput.Builder buyerPaysGasFees(Boolean buyerPaysGasFees)

      Authorizes the service to sign a payment whose blockchain network (gas) fees are charged to your wallet, on top of the payment amount.

      The challenge indicates who sponsors the network fees. When the challenge does not sponsor them, the service signs the payment only if this field is true. Otherwise it returns a validation error, so you can decide whether to pay the fees or obtain a challenge that sponsors them.

      Optional. When omitted or false, you decline to pay network fees. This field has no effect on challenges that already sponsor the fees.

      Parameters:
      buyerPaysGasFees - Authorizes the service to sign a payment whose blockchain network (gas) fees are charged to your wallet, on top of the payment amount.

      The challenge indicates who sponsors the network fees. When the challenge does not sponsor them, the service signs the payment only if this field is true. Otherwise it returns a validation error, so you can decide whether to pay the fees or obtain a challenge that sponsors them.

      Optional. When omitted or false, you decline to pay network fees. This field has no effect on challenges that already sponsor the fees.

      Returns:
      Returns a reference to this object so that method calls can be chained together.