Operational Payments
List operational payments
Returns a list of operational payments. Operational payments are payments that you expect to occur in your bank account that were executed through Shinkansen Network via Payouts or Payin Notification.
get/operational_payments
Response
List of operational payments
Example response
{
"operational_payments": [
{
"operation_id": "AE069913-2250-4D14-83EB-164595E05822",
"source_id": "3DAF1407-61B2-4655-A730-8EE1B4708F18",
"source_type": "shinkansen_payout",
"currency": "CLP",
"amount": 123.5,
"timestamp": "2023-06-04T00:00:00.000Z",
"status": "reconciled",
"reconciliation_method": "automatic",
"entries": [
"02D3F902-4B25-4B74-9B97-5A5B5C4E787A"
]
},
{
"operation_id": "DF336194-D111-45A7-9A8C-F104674213BA",
"source_id": "FF8FC002-FDA8-4D8C-B155-E7AAAA924D10",
"source_type": "shinkansen_payin_notification",
"currency": "CLP",
"amount": 934233.5,
"timestamp": "2023-06-04T00:00:00.000Z",
"status": "unreconciled",
"reconciliation_method": "none"
}
]
}