v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBMigrate banking asset
Migrate banking asset
If the request succeeds, this endpoint generates an <a href="https://json-schemas.data.pismo.io/docs/assets/asset_block-1.html">asset_block-1</a> event. If it fails, it generates an <a href="https://json-schemas.data.pismo.io/docs/assets/asset_block_failure-1.html">asset_block_failure-1</a> event.
Path parameters
Issuer ID. For more information, refer to issuer identification number
Image asset ID. This is the image_asset_id field returned from the Get eligible token requestors endpoint.
Headers
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_type": "cdb",
"document_number": "7777888hh",
"deposit_number": 567339022
}Response
ACCEPTED
Example response
{
"asset_id": "6ea8094b-73ba-4737-93ad-370c27c54813",
"message": "Credit rights update request is being processed"
}