Skip to main content

Top up organization wallet

Makes a request to deposit funds into organization wallet.

/company_transactions

Request Parameters#

FieldsDescriptionRequired
companystring Company id
โœ”
amountstring Amount to top up
โœ”
details
transaction_idstring Transaction id
โœ”
typestring 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}