API Reference

Detalles del acuerdo

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": "..."
    }
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!