Verify transaction implemented

This commit is contained in:
2023-08-06 12:57:04 +08:00
parent 8dea39f0d3
commit fcfa13f53f
4 changed files with 98 additions and 6 deletions
+22
View File
@@ -45,3 +45,25 @@ echo '{
---
## Test Create Transfer
```
curl -X POST -H 'Content-Type: application/json' -d '{
"account_bank": "044",
"account_number": "0690000031",
"amount": 1337,
"narration": "This is a test",
"currency": "NGN",
"reference": "202308051237",
"debit_currency": "NGN",
"money_transfer_id": 67
}' http://localhost:3000/create
```
## Test Get Transfer
http://localhost:3000/status/415801
## Test Verify Transaction
http://localhost:3000/verifyTransaction/4499305