Must have the authorization to use this API
{
"status_code": 200,
"status": true,
"message": "Transaction Completed",
"data": {
"transaction_id": 459,
"user_id": 163
}
}
{
"status_code": 400,
"status": false,
"message": "invalid input",
"error": {
"user_id": "user_id cannot be zero",
"wallet_id": "Field Cannot be empty",
"request_id": "Field Cannot be empty",
"amount": "Field Cannot be empty"
}
}
{
"status_code": 409,
"status": false,
"message": "Transaction already exists",
"error": {
"txn_id": "459",
"exist": "Transaction already executed"
}
}