Class Psd2Request

java.lang.Object
com.vonage.client.verify.BaseRequest
com.vonage.client.verify.Psd2Request

public class Psd2Request
extends BaseRequest
Describes a PSD2 verify request when passed to Psd2Endpoint
Since:
5.5.0
  • Method Details

    • getAmount

      public java.lang.Double getAmount()
      Returns:
      The decimal amount of the payment to be confirmed, in Euros
    • getPayee

      public java.lang.String getPayee()
      Returns:
      An alphanumeric string to indicate to the user the name of the recipient that they are confirming a payment to.
    • getWorkflow

      Returns:
      The predefined sequence of SMS and TTS (Text To Speech) actions to use in order to convey the PIN to your user.
    • builder

      public static Psd2Request.Builder builder​(java.lang.String number, java.lang.Double amount, java.lang.String payee)
      Returns:
      A new Builder to start building.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class BaseRequest