Skip to main content
POST
/
finance
/
payments
/
recon
Reconcile a transaction
curl --request POST \
  --url http://134.209.118.139:3002/finance/payments/recon \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "reference": "TXN123456"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
reference
string
required
Example:

"TXN123456"

Response

Recon result