post https://api.conversorsepa.es/api/v2/mandates
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
29curl --request POST \
--url https://api.conversorsepa.es/api/v2/mandates \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"reference": "abc12345",
"date": "2021-12-31",
"location": "Madrid",
"scheme": "CORE",
"recurrent": true,
"creditor": {
"name": "My Company",
"sepa_indentifer": "ES1234567890",
"address": "Street",
"postal_code": "12345",
"city": "Madrid",
"country": "Spain"
},
"debtor": {
"name": "Mister Wonderful",
"iban": "ES1231311323131313",
"address": "Street",
"postal_code": "12345",
"city": "Madrid",
"country": "Spain"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: