Verify transaction implemented
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user