SEPA

SEPA

This class represents a SEPA component produced by braintree-web.sepa.create. Instances provide methods for tokenizing SEPA payments.

Constructor

new SEPA(options)

Do not use this constructor directly. Use braintree-web.sepa.create instead.

Parameters:
Name Type Description
options object

see sepa.create

Source:

Type Definitions

tokenizePayload

SEPA tokenize payload.

Properties:
Name Type Description
nonce string

The payment nonce.

ibanLastFour string

The last four digits of the customer's IBAN.

mandateType string

The specified mandateType used.

customerId string

The provided customer id.

Source: