• France
payzen.eu
Search
Categories
Tags
Europe (English)
France
Germany
Brazil
LATAM
Spain
Europe (English)
Implementation
Embedded form (cards)
Embedded smartForm
REST payment API
REST PCI-DSS payment API
REST SEPA API
Hosted payment
File exchange
Mobile payment
Snippets
Plugins
Back office
Guides
Help
FAQ
Video tutorials
Support

Updating a mandate

PUT .../mandates/{id}

The fields that can be subject to change are:

  • e-mail
  • iban

Note:

Even if the mandate update does not concern these two fields, they must be present in the request.

Parameters

iban

IBAN. Debtor’s bank account identifier.

String

Required

email

Debtor’s e-mail address.

String

Required

Example

Request

PUT https://secure.payzen.eu/sdd/mandates/12345678-94aebef39d0349a09fb525a80a6e0d55

{
  "iban":"FR7617515900001234567890135",
  "email":"mrdurand@ymail.com"
}

Response

{
  "title": "Mr",
  "first_name": "Michel",
  "last_name": "Durand",
  "email": "mrdurand@ymail.com",
  "created_at": 1634047398000,
  "updated_at": 1634799227000,
  "identifier": "94aebef39d0349a09fb525a80a6e0d55",
  "rum": "94aebef39d0349a09fb525a80a6e0d55",
  "id": "12345678-94aebef39d0349a09fb525a80a6e0d55",
  "site": "12345678",
  "fetch_address": false
}

Head Office :

LYRA NETWORK
109, rue de l’innovation
31670 Labège
FRANCE

Our SERVICES

Lyra
Recruitment
PayZen
© 2023 | All rights reserved to PayZen
2.39.0-doc-1.9