Claims

1.0.1
online
Votación
Skip to main content

Visión general

API for insured debt claims

  • List of covered debt dossiers, GET /contracts/{contractNo}/dossiers This app allows list of claims files.

  • Consultation of a claim file, GET /contracts/{contractNo}/ dossiers/{dossierNo} This app allows consult a dossier.

  • List of non-payments of a file, GET /contracts/{contractNo}/dossiers/{dossierNo}/non-payments This app allows non-payments list of a dossier.

  • Consultation of a non-payment, GET /contracts/{contractNo}/dossiers/{dossierNo}/non-payments/{internalNo} This app allows nonpayment consult.

  • List of settlements, GET /contracts/{contractNo}/settlements This app allows list of settlements.

  • Consultation of a settlement, GET /contracts/{contractNo}/settlements/{settlementNo} This app allows consultation of a settlement.

  • Consultation of payment defaults, GET /contracts/{contractNo}/settlements/{settlementNo}/unpaid-settlements This app allows non-payment consultation of a settlement.

  • List of Recoveries of a file, GET /contracts/{contractNo}/dossiers{dossierNo}/recoveries This app allows list of recoveries of a dossier.

  • List of Documents in a file, GET /contracts/{contractNo}/documents This app allows list of documents of a dossier.

  • List of procedures for processing a file, GET /contracts/{contractNo}/dossiers/{dossierNo}/processing-steps This app allows procedures for processing a dossier.

  • List of efforts to recover a file, GET /contracts/{contractNo}/dossiers/{dossierNo}/recovery-procedures This app allows recovery procededures of a dossier.

  • List of dates pending settlement of a file, GET /contracts/{contractNo}/dossiers/{dossierNo}/dates-pending-settlements This app allows List of dates pending settlement.

  • Declaration of defaults, POST /contracts/{contractNo}/dossiers/{dossierNo}/non-payments This app allows non-payment-declaration.

  • Contribution of documents, POST /contracts/{contractNo}/dossiers/{dossierNo}/documents This app allows provide-documents.

  • Update delivery date of documents, POST /contracts/{contractNo}/dossiers/{dossierNo}/documents/update-delivery-date This app allows updating the maximum delivery date of the documents.

Sandbox Model

Sample data model available for sandbox testing. Includes examples of allavailable cases with their corresponding input and output data:

sandbox model

Pagination

Not includes pagination.

Security

This API is secured with an OAuth server. You must to request a token before invoking any of its operations. To perform a token request you have to invoke the next endpoint:

https://api.cesce.es/sandbox/oauth2/v1/token

Passing the next data as formData parameters:

  • grant_type: You have to set ‘password’ value
  • client_id: The client_id of the app you subscribed to this API
  • client_secret: The client_secret of the app you subscribed to this API
  • scope: The required scope/s to invoke the operation (create, read, update, delete are valid values). You can set one o more at the same time (separated by spaces)
  • username: Your username
  • password: Your password

Then, you will receive an access_token that you have to include as a Authorization header (Bearer authentication)

Keep in mind you have to subscribe to the OAuth Product API to be able to perform a token request.

If you need more information about autentication features (timeout, refresh token, . . .), you can see more details in the Getting Started section in the following link:

Getting Started section

Tipo
REST
OAS2
Protocolo
HTTPS
Punto final
Production, Development:
https://api-qun.eu-central-a.apiconnect.ibmappdomain.cloud/cesceapiconnect/sandbox/claims/v1
Id Producto
Claims
Subtítulo tarjeta
Gestiona los impagos de tus ventas aseguradas de manera rápida y sencilla
Título tarjeta
Claims