Interface InputCredentialsNew

Applies if a user enters new credentials on a payment provider website. Subtype of InputCredentials.

interface InputCredentialsNew {
    @type: "inputCredentialsNew";
    allow_save?: boolean;
    data: string;
}

Properties

@type: "inputCredentialsNew"
allow_save?: boolean

True, if the credential identifier can be saved on the server side.

data: string

JSON-encoded data with the credential identifier from the payment provider.