Logo
30 days challenge API Documentation

Credit amount

POST {{baseUrl}}/admin/credit

To be used by the bank tellers to cash checks, receive deposits, savings account transactions among other things.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

""



Curl
curl -X POST 'http://security.postman-breakable.com/admin/credit' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"user_id":"user-id","transaction_party":"nowhere","transaction_amount":100}'

ENDPOINTS