mandates

Create Mandate

post/v2/mandates/

Request body

sepastring required
rumstring
signed_atstring date-time

Example request

{
  "sepa": "sepa_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Response

Successful Response

idstring required
sepastring
customerstring
rumstring
created_atstring date-time required
signed_atstring date-time
deleted_atstring date-time
upload_urlstring uri
sign_urlstring uri
urlstring uri

Example response

{
  "id": "mndt_yWYfCSzsUUhr9KwMv7vuLZHX",
  "sepa": "sepa_yWYfCSzsUUhr9KwMv7vuLZHX",
  "customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.