v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUpdate receivable
Update receivable for fields passed.
If updating the status fails, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-status-change-failure-1" target="_blank">credit_rights_status_change_failure-1</a> event is generated. If updating the status succeeds, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-status-change-success-1" target="_blank">credit_rights_status_change_success-1</a> event is generated.
If updating any other fields besides status fails, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-change-failure-1" target="_blank">credit_rights_change_failure-1</a> event is generated. If updating a non-status field succeeds, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-change-success-1" target="_blank">credit_rights_change_success-1</a> event is generated.
Path parameters
Client-assigned internal number.
Request body
Example request
{
"access_key": "KAB6J8903CNMH01892749JKSNOAXMCA7199382ABCERL",
"collateral_type": 1,
"credit_operations": [
{
"contact_number": "+14158675309",
"guarantee_percentage": 5,
"operation_date": "2023-06-06",
"operation_maturity": "2023-09-08",
"operation_type": "DELETE",
"operation_value": 234.5
}
],
"debtor_signing_date": "2023-06-07",
"description": "Challenge expired",
"guarantor_name": "Lansky Loan",
"ibge_code": 3304557,
"lender_signing_date": "2023-06-22",
"owner_document_number": "51008931000177",
"owner_name": "Biff Wellington",
"payment_method": 2,
"payment_status": 1,
"updated_face_value": 456.99,
"updated_maturity_date": "2023-09-14"
}Response
Success message is sent to the client while update is processed asynchronously
Example response
{
"internal_number": "5eae1070-28cc-4e99-ad45-c380731d5c0a",
"message": "Credit rights update request is being processed"
}