Authorization: Bearer ********************
{
"collection_bank_id": "324c4826-1729-4682-8770-f388b6e7e6b7",
"settlement_date": "1754630721",
"nach_requests": [
{
"account_id": "2b1f0819-4ce7-464e-b819-3c06d1fb20a3",
"amount": "100"
},
{
"account_id":"5494f314-92e5-4683-8eda-5f2a3736bab1",
"amount":"100"
}
]
}
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/records/nach_presentation/' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_bank_id": "324c4826-1729-4682-8770-f388b6e7e6b7",
"settlement_date": "1754630721",
"nach_requests": [
{
"account_id": "2b1f0819-4ce7-464e-b819-3c06d1fb20a3",
"amount": "100"
},
{
"account_id":"5494f314-92e5-4683-8eda-5f2a3736bab1",
"amount":"100"
}
]
}'
{}