Skip to main content

Activate SEPA Mandate

PUT 

/mandates/:mandateId/activate

Initiate the activation of a mandate, enabling it for payment processing.

Request

Path Parameters

    mandateId stringrequired

    Possible values: <= 39 characters

    Unique identifier.

Header Parameters

    Content-Type stringrequired

    Must be application/json

    Accept-Language stringrequired

    Must be be en-US

    Origin stringrequired

    The origin of the request

    User-Agent stringrequired

    The client making the request

Body

required

    mandateSignedLocation stringnullable

    Possible values: <= 255 characters

    Location where the mandate was signed.

    mandateDateOfSignature daterequired

    Possible values: <= 11 characters

    Mandate date of the signature. Must be in ISO date format (e.g., "YYYY-MM-DD").

    mandateAcceptance stringrequired

    Possible values: [OFFLINE, ONLINE]

    Mandate acceptance. Should be either "ONLINE" or "OFFLINE".

Responses

Mandate activated successfully

Schema

    id stringrequired

    Possible values: <= 39 characters

    Unique identifier of the activated mandate.

    object stringrequired

    Possible values: <= 39 characters

    Always MANDATE.

    createdAt stringrequired

    Possible values: <= 25 characters

    Timestamp of the mandate creation.

    storedPaymentOptionReference stringrequired

    Possible values: <= 100 characters

    Reference to the created stored payment option.

    mandateSignedLocation string

    Possible values: <= 255 characters

    Location where the mandate was signed.

    mandateDateOfSignature daterequired

    Possible values: <= 11 characters

    Mandate date of the signature. Must be in ISO date format (e.g., "YYYY-MM-DD").

    mandateAcceptance stringrequired

    Possible values: [OFFLINE, ONLINE]

    Mandate acceptance. Should be either "ONLINE" or "OFFLINE".

Loading...