Retrieve a mandate
Retrieve a single mandate
curl --request GET \
--url https://api.paywise.de/v1/mandates/{id}/ \
--header 'Authorization: Bearer <token>'
{
"href": "<string>",
"id": "<string>",
"reference_number": "<string>",
"further_reference_numbers": [
"<string>"
],
"debtor": {
"name": "<string>"
},
"legal_stage": "extrajudicial",
"processing_state": "in_progress",
"payment_state": "unpaid",
"legal_claim_balance": {
"balance_of_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_balance": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_legal_claim": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_payment": {
"value": "<string>",
"currency": "EUR"
},
"updated": "2023-11-07T05:31:56Z"
},
"claims": [
{
"href": "<string>",
"id": "<string>",
"payments": [
{
"href": "<string>",
"id": "<string>"
}
]
}
],
"total_mandate_amount": {
"value": "<string>",
"currency": "EUR"
},
"status_updates": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"legal_stage": "extrajudicial",
"processing_state": "in_progress",
"created": "2023-11-07T05:31:56Z"
}
],
"archived": true,
"created": "2023-11-07T05:31:56Z"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
extrajudicial
- Außergerichtlichjudicial_dunning
- Gerichtliches Mahnverfahrenforeclosure
- Zwangsvollstreckunglong_term_monitoring
- In Langzeitüberwachungended
- Beendet
extrajudicial
, judicial_dunning
, foreclosure
, long_term_monitoring
, ended
in_progress
- Laufendpaused
- Pausiertclient_response_pending
- Warte auf Mandantenantwortcanceled_by_client
- Abgebrochen durch Mandantcanceled_by_service_provider
- Abgebrochen durch unsended
- Beendet
in_progress
, paused
, client_response_pending
, canceled_by_client
, canceled_by_service_provider
, ended
unpaid
- Unbezahltpartially_paid
- Teilweise bezahltfully_paid
- Voll bezahlt
unpaid
, partially_paid
, fully_paid
The legal claim balance of the mandate ("Forderungsstand").
The balance of the interest-bearing costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The balance of the interest-free costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The balance of the interest on the costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The balance of the interest on the principal claim.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The balance of the principal claim.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The current total balance of the legal claim.
The legal claim of costs interest bearing.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The legal claim of interest free costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The legal claim of interests on costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The legal claim of interests on principal claim.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The legal claim of principal claim.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The total amount of the legal claim.
The debtor's payment on interest-bearing costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The debtor's payment on interest-free costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The debtor's payment on interests on costs.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The debtor's payment on the principal claim's interest.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The debtor's payment on the principal claim.
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR
- EuroUSD
- US Dollar
EUR
, USD
The total of payments on the legal claim.
extrajudicial
- Außergerichtlichjudicial_dunning
- Gerichtliches Mahnverfahrenforeclosure
- Zwangsvollstreckunglong_term_monitoring
- In Langzeitüberwachungended
- Beendet
extrajudicial
, judicial_dunning
, foreclosure
, long_term_monitoring
, ended
in_progress
- Laufendpaused
- Pausiertclient_response_pending
- Warte auf Mandantenantwortcanceled_by_client
- Abgebrochen durch Mandantcanceled_by_service_provider
- Abgebrochen durch unsended
- Beendet
in_progress
, paused
, client_response_pending
, canceled_by_client
, canceled_by_service_provider
, ended
Our case file reference number ("Aktenzeichen").<br><br>Note: Usually a mandate bears only one reference number. But there are edge cases where a mandate is assigned multiple reference numbers. If a new reference number is added to the mandate, this field is overwritten with the new reference number. This previous reference number is then added to the array of further_reference_numbers. See field below.
If a mandate bears multiple reference numbers, the most recent one is saved in reference_number above. All others will be placed here.
curl --request GET \
--url https://api.paywise.de/v1/mandates/{id}/ \
--header 'Authorization: Bearer <token>'
{
"href": "<string>",
"id": "<string>",
"reference_number": "<string>",
"further_reference_numbers": [
"<string>"
],
"debtor": {
"name": "<string>"
},
"legal_stage": "extrajudicial",
"processing_state": "in_progress",
"payment_state": "unpaid",
"legal_claim_balance": {
"balance_of_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"balance_of_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_balance": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"legal_claim_of_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_legal_claim": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_costs_interest_bearing": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_costs_interest_free": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_interest_on_costs": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_interest_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"payment_on_principal_claim": {
"value": "<string>",
"currency": "EUR"
},
"total_payment": {
"value": "<string>",
"currency": "EUR"
},
"updated": "2023-11-07T05:31:56Z"
},
"claims": [
{
"href": "<string>",
"id": "<string>",
"payments": [
{
"href": "<string>",
"id": "<string>"
}
]
}
],
"total_mandate_amount": {
"value": "<string>",
"currency": "EUR"
},
"status_updates": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"legal_stage": "extrajudicial",
"processing_state": "in_progress",
"created": "2023-11-07T05:31:56Z"
}
],
"archived": true,
"created": "2023-11-07T05:31:56Z"
}