Credit rights receivable change succeeded
Successful credit rights receivable change event. The Update receivable endpoint generates this event.
Type: object
Domain: depositary
Event: credit_rights_change_success
Version: 1
internal_number required
Title: Internal number
Description: Client-assigned internal number used to manage credit rights receivable
Type: string
Example:
56789012
access_key
Title: Access key
Description: Client-assigned access key identifier
Type: string
Example:
access-key
collateral_type
Title: Collateral type
Description: Collateral type: 1 - Aval collateral
Type: number
Example:
1
credit_operations
Title: List of Credit Operations
Description: Payments linked to receivable.
Type: arrayoperation_type
Title: Operation type
Description: Credit operation type. You need to configure operation types with Pismo
Type: string
Example:
operation-type
operation_date
Title: Operation date
Description: Date operation occurred.
Type: string
Format: date
Example:
2022-01-01
contact_number
Title: Contact number
Description: Contact number
Type: string
Example:
0123456789
operation_maturity
Title: Operation maturity date
Description: Date operation expires, finishing cycle.
Type: string
Format: date
Example:
2022-01-01
operation_value
Title: Operation amount value
Description: Operation amount value
Type: number
Format: double
Example:
10.0
guarantee_percentage
Title: Guaranteed percentage
Description: Operation percentage
Type: number
Format: double
Example:
1.0
debtor_signing_date
Title: Debtor signing date
Description: When debtor signed credit rights receivable
Type: string
Format: date
Example:
2020-12-01
description
Title: Description
Description: Detailed description.
Type: string
Example:
Description
guarantor_name
Title: Guarantor name
Description: Name of guarantor
Type: string
Example:
Lanksy Loan
ibge_code
Title: IBGE Code
Description: IBGE stands for Instituto Brasileiro de Geografia e Estatística, which translates to the Brazilian Institute of Geography and Statistics. This Brazilian national statistical agency is responsible for collecting and providing official data on various aspects of the country. An IBGE code is a specific numerical code assigned to various administrative divisions and geographical areas in Brazil. Federative Unit + Town Name
Type: number
Example:
1234567
lender_signing_date
Title: Lender signing date
Description: When lender signed credit rights receivable.
Type: string
Format: date
Example:
2020-12-01
owner_document_number
Title: Owner document number
Description: Account owner document number. A government document number, such as a Social Security number (US) or Cadastro de Pessoas Físicas number (Brazil).
Type: string
Example:
10358728000143
owner_name
Title: Owner name
Description: Name of account owner
Type: string
Example:
John Doe
payment_method
Title: Payment method
Description: Payment method. Number between 1-6. See detailed descriptions in Create receivable endpoint documentation.
Type: number
Example:
1
payment_status
Title: Payment status
Description: Payment status: 1 = Paid, 2 = Unpaid
Type: number
Example:
1
updated_face_value
Title: Updated Face value
Description: Updated face value. Face value refers to the nominal or stated value of a financial instrument or asset, typically printed or stated on the instrument itself. It represents the initial value assigned to the instrument at the time of issuance or purchase.
Type: number
Format: double
Example:
10.0
updated_maturity_date
Title: Updated maturity date
Description: Updated maturity date for credit rights receivable
Type: string
Format: date
Example:
2022-12-01
validated
Title: Validated
Description: True when invoice is validated.
Type: boolean
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Credit rights receivable change succeeded",
"description": "Successful credit rights receivable change event. The <a href='https://developers.pismo.io/pismo-docs/reference/update' target='_blank'>Update receivable</a> endpoint generates this event.",
"required": [
"internal_number"
],
"properties": {
"internal_number": {
"type": "string",
"title": "Internal number",
"description": "Client-assigned internal number used to manage credit rights receivable",
"examples": [
"56789012"
]
},
"access_key": {
"type": "string",
"title": "Access key",
"description": "Client-assigned access key identifier",
"examples": [
"access-key"
]
},
"collateral_type": {
"type": "number",
"title": "Collateral type",
"description": "Collateral type: 1 - Aval collateral",
"examples": [
1
]
},
"credit_operations": {
"type": "array",
"title": "List of Credit Operations",
"items": {
"$ref": "#/definitions/credit_operations"
}
},
"debtor_signing_date": {
"type": "string",
"title": "Debtor signing date",
"description": "When debtor signed credit rights receivable",
"format": "date",
"examples": [
"2020-12-01"
]
},
"description": {
"type": "string",
"title": "Description",
"description": "Detailed description.",
"examples": [
"Description"
]
},
"guarantor_name": {
"type": "string",
"title": "Guarantor name",
"description": "Name of guarantor",
"examples": [
"Lanksy Loan"
]
},
"ibge_code": {
"type": "number",
"title": "IBGE Code",
"description": "IBGE stands for Instituto Brasileiro de Geografia e Estat\u00edstica, which translates to the Brazilian Institute of Geography and Statistics. This Brazilian national statistical agency is responsible for collecting and providing official data on various aspects of the country. An IBGE code is a specific numerical code assigned to various administrative divisions and geographical areas in Brazil. Federative Unit + Town Name",
"examples": [
1234567
]
},
"lender_signing_date": {
"type": "string",
"title": "Lender signing date",
"description": "When lender signed credit rights receivable.",
"format": "date",
"examples": [
"2020-12-01"
]
},
"owner_document_number": {
"type": "string",
"title": "Owner document number",
"description": "Account owner document number. A government document number, such as a Social Security number (US) or Cadastro de Pessoas F\u00edsicas number (Brazil).",
"examples": [
"10358728000143"
]
},
"owner_name": {
"type": "string",
"title": "Owner name",
"description": "Name of account owner",
"examples": [
"John Doe"
]
},
"payment_method": {
"type": "number",
"title": "Payment method",
"description": "Payment method. Number between 1-6. See detailed descriptions in <a href='https://developers.pismo.io/pismo-docs/reference/create-receivable' target='_blank'>Create receivable</a> endpoint documentation.",
"examples": [
1
]
},
"payment_status": {
"type": "number",
"title": "Payment status",
"description": "Payment status: 1 = Paid, 2 = Unpaid",
"examples": [
1
]
},
"updated_face_value": {
"type": "number",
"title": "Updated Face value",
"description": "Updated face value. Face value refers to the nominal or stated value of a financial instrument or asset, typically printed or stated on the instrument itself. It represents the initial value assigned to the instrument at the time of issuance or purchase.",
"format": "double",
"examples": [
10.0
]
},
"updated_maturity_date": {
"type": "string",
"title": "Updated maturity date",
"description": "Updated maturity date for credit rights receivable",
"format": "date",
"examples": [
"2022-12-01"
]
},
"validated": {
"type": "boolean",
"title": "Validated",
"description": "True when invoice is validated."
}
},
"definitions": {
"credit_operations": {
"type": "object",
"title": "Credit Operations",
"description": "Payments linked to receivable.",
"properties": {
"operation_type": {
"type": "string",
"title": "Operation type",
"description": "Credit operation type. You need to configure operation types with Pismo",
"examples": [
"operation-type"
]
},
"operation_date": {
"type": "string",
"title": "Operation date",
"description": "Date operation occurred.",
"format": "date",
"examples": [
"2022-01-01"
]
},
"contact_number": {
"type": "string",
"title": "Contact number",
"description": "Contact number",
"examples": [
"0123456789"
]
},
"operation_maturity": {
"type": "string",
"title": "Operation maturity date",
"description": "Date operation expires, finishing cycle.",
"format": "date",
"examples": [
"2022-01-01"
]
},
"operation_value": {
"type": "number",
"title": "Operation amount value",
"description": "Operation amount value",
"format": "double",
"examples": [
10.0
]
},
"guarantee_percentage": {
"type": "number",
"title": "Guaranteed percentage",
"description": "Operation percentage",
"format": "double",
"examples": [
1.0
]
}
}
}
}
}
Updated 23 days ago