Simulate Inflow (UAT only)
Request
Body Params application/json
TransactionInflowInput type
Account currency (optional)
Account number, which must be the funding account (required)
{
"currency": "NGN",
"accountNumber": "1238288951",
"amount": 1000
}
Request samples
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/webhook/publishInflow' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "NGN",
"accountNumber": "1238288951",
"amount": 1000
}'
Responses
TransactionInflowOutput type
"inflow initiated" message
{
"message": "inflow initiated"
}
Modified at 2025-04-26 10:43:03