| Param name | Description |
|---|---|
|
promissory_note_id
required |
Requested promissory note ID Validations:
|
{
'data': [
{
'id': 'transaction-uuid',
'promissory_note': {
'id': 'promissory-note-uuid',
'folio': 'TEST-FOLIO'
},
'amount': '100000.00',
'date': '2026-01-01',
'status': {
'name': 'Pending',
'value': 'pending'
},
'transaction_type': {
'name': 'Capital Payment',
'value': 'capital_payment'
},
'tax': '0.00',
'iva': '0.00',
'exchange_rate': null,
'extra_fields_attributes': [],
'is_scheduled_transaction': false,
'document_filename': null,
'document_url': null,
'multi_comments': []
}
],
'meta': {
'count': 1
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |