Reconcile bank payments to statement transactions Run in API Explorer
Ask AI
POST
/api/v1/bank-transaction/reconcile
curl \
--request POST 'https://api.plannrcrm.com/api/v1/bank-transaction/reconcile' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"provider_statement_uuid":"0b4da415-f65e-4308-8d00-c98aeba43095","statement_transactions":["e883940f-c3a3-406c-b8f7-801caeefb508","6700d8dc-6471-404e-b6d4-09af2c69f25b","2da7e178-76ef-4aac-92cc-0d3af441871d"],"bank_transactions":["6f9a2beb-f795-43f5-8a87-8316fea42cc3","fc45b58a-416f-435d-8c98-62aa7c66466c","59645255-f5cd-46ee-81e8-e2cbfd6a40d4"]}'
Request examples
{
"provider_statement_uuid": "0b4da415-f65e-4308-8d00-c98aeba43095",
"statement_transactions": [
"e883940f-c3a3-406c-b8f7-801caeefb508",
"6700d8dc-6471-404e-b6d4-09af2c69f25b",
"2da7e178-76ef-4aac-92cc-0d3af441871d"
],
"bank_transactions": [
"6f9a2beb-f795-43f5-8a87-8316fea42cc3",
"fc45b58a-416f-435d-8c98-62aa7c66466c",
"59645255-f5cd-46ee-81e8-e2cbfd6a40d4"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}