v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAssets
Register banking asset
Register a banking asset with the Pismo platform. A banking asset is either a certificate of deposit or a bank receipt.
This endpoint generates an Asset registration succeeded event if it succeeds or an Asset registration failed event if it doesn't.
post/v1/issuer/{issuer_id}/assets
Path parameters
issuer_idstring required
Issuer ID. For more information, refer to issuer identification number
Headers
x-cidstring
The Correlation IDentifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header from an API endpoint call.
If this field isn't passed, one is automatically generated.
Request body
Example request
{
"asset_id": "cac02d17-2587-4a7e-ae6a-b449049a8529",
"registration_mode": "many",
"asset_type": "cdb",
"issuing_date": "2021-04-16",
"maturity_date": "2021-04-20",
"purchased_units": 10,
"issued_units": 1000,
"unit_value": 9.99,
"index_type": "di",
"index_rate": 1,
"customer_type": "natural",
"customer_name": "Al Fresco",
"document_number": "83759935060",
"deposit_number": 9999999,
"early_redemption_terms": "no",
"currency": "986",
"external_id": "external-test-cac02d17-2587-4a7e-ae6a-b449049a8529",
"accrual_frequency": "daily"
}Response
OK
Example response
{
"asset_id": "6ea8094b-73ba-4737-93ad-370c27c54813",
"message": "Credit rights update request is being processed"
}