POST
/
subaccount
/
credit
curl --request POST \
  --url https://nini.monieswitch.com/subaccount/credit \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 50,
  "metadata": {
    "userId": "testing123"
  },
  "narration": "Testing crediting",
  "subaccountId": "a1a34e28-3318-4730-85d0-9b5851a86de7"
}'

Body

application/json
amount
number
metadata
object
narration
string
subaccountId
string

Response

200 - application/json
data
object
message
string
status
boolean