Detalles del acuerdo

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Permite consultar el estado actual de un acuerdo de pago. Inicialmente, el acuerdo se encuentra en estado pendiente.

Parámetros de Entrada:

agreementId (objeto): Detalles de las partes que pactan el contrato


Respuesta

{
    "id": "...",
    "status": "PENDING",
    "billingItems": [
        "...",
        "...",
    ],
    "companyBank": {
        "id": "...",
        "uuid": "...",
        "accountNumber": "************1874",
        "fullName": "Perez Cortez"
    },
    "third": {
        "id": "...",
        "uuid": "...",
        "emailNotification": "...",
        "indicativeContact": "...",
        "phoneContact": "...",
        "document": "...",
        "name": "...",
        "lastName": "..."
    },
    "thirdBank": null, //inicialmente es null
    "company": {
        "id": "1",
        "businessName": "..."
    }
}
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json