Skip to main content
POST
/
sepa-mandates
Request Signature
curl --request POST \
  --url https://your.service.com/sepa-mandates \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "return_url": "<string>",
  "data": {
    "debit_method": "B2B",
    "sequence_type": "ONE_OFF",
    "debtor": {
      "name": "<string>",
      "email": "jsmith@example.com",
      "iban": "<string>",
      "bic": "<string>",
      "address": {
        "address_line": "<string>",
        "city": "<string>",
        "country_code": "<string>",
        "postal_code": "<string>"
      }
    },
    "extension": {
      "signees": [
        {
          "email": "jsmith@example.com",
          "name": "<string>"
        }
      ]
    }
  }
}
'
{
  "id": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
return_url
string<uri>
required
data
object
required

Response

Mandate created successfully

id
string
required

External mandate ID assigned by the SEPA service