POST
/
api
/
service
/
mandate
/
retrieve
curl --request POST \
  --url https://api.sand.getivy.de/api/service/mandate/retrieve \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "status": "pending",
  "userNotificationEmail": "<string>",
  "revokedAt": "<any>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "referenceId": "<string>",
  "reference": "<string>",
  "signature": {
    "ip": "<string>",
    "signedAt": "<any>",
    "token": "<string>"
  },
  "creditor": {
    "id": "<string>",
    "name": "<string>",
    "address": {
      "street": "<string>",
      "city": "<string>",
      "postalCode": "<string>",
      "country": "<string>"
    }
  },
  "debtor": {
    "account": {
      "accountHolderName": "<string>",
      "iban": "<string>",
      "bic": "<string>"
    }
  }
}

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

The details of the mandate

The response is of type object.