[https://finlend.fincode.software/api/v1/services/user/check-transfer-status/{transactionReference}](https://finlend.fincode.software/api/v1/services/user/check-transfer-status/{transactionReference})
{ "status": "<string>", "data": { "transactionReference": "<string>", "transferStatus": "<string>", "amount": 123, "initiatedDate": "<string>", "completedDate": "<string>", "failureReason": "<string>", "settlementDetails": {} } }
Checks the settlement status of a fund transfer transaction.
/login
/refresh-token
Show data object
PENDING
PROCESSING
COMPLETED
FAILED
CANCELLED
curl --location 'https://finlend.fincode.software/api/v1/services/user/check-transfer-status/TXN-20240115-001234' \ --header 'X-Auth-Token: YOUR_JWT_ACCESS_TOKEN' \ --header 'x-fapi-auth-date: 2024-01-15T10:30:00Z' \ --header 'x-fapi-customer-ip-address: 192.168.1.1' \ --header 'x-fapi-interaction-id: interaction-12345'