{ "companyId": "CEKEP5GSGP", "cardAccountId": "CABFIPS", "createdBy": "anay", "amount": 10, "transactionType": "CR", "description": "desc", "type": "ALLOCATE_FUND", "transactionCode": "ALLOCATION", "uniqueReferenceNumber": "Ref123", "remarks": "string", "enKashCardId": "EKCMB7KAEW" }
curl --location --request POST '/api/v0/partner/enKashCard/balance' \ --header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \ --header 'partnerId: CRXXXXXXX' \ --header 'Content-Type: application/json' \ --data-raw '{ "companyId": "CEKEP5GSGP", "cardAccountId": "CABFIPS", "createdBy": "anay", "amount": 10, "transactionType": "CR", "description": "desc", "type": "ALLOCATE_FUND", "transactionCode": "ALLOCATION", "uniqueReferenceNumber": "Ref123", "remarks": "string", "enKashCardId": "EKCMB7KAEW" }'
{ "code": 0, "message": "Success", "payload": "Funds allocated from Parent Account to Card by Admin successful" }