Top up organization wallet
Makes a request to deposit funds into organization wallet.
/company_transactions
#
Request ParametersFields | Description | Required |
---|---|---|
company | string Company id | โ |
amount | string Amount to top up | โ |
details | ||
transaction_id | string Transaction id | โ |
type | string Transaction type(NEFT, CHEQUE, RTGS, IMPS, UPI) | โ |
#
Request{ "company" : "22332addfd32323345", "amount ": 5, "details": { "transaction_id" : "A54B1", "type" : "NEFT" } }
#
Response{ "_id": "60ffb8c1930fd198e7fe5f56", "company": "22332addfd32323345", "amount": 5, "details": { "transaction_id": "A54B1", "type": "NEFT" }, "paysack": "default", "approval_status": "pending_approval", "initiated_ts": 1627371713, "__v": 0}