Authorization: Bearer ********************
{ "companyId": "CEKQ08TRRG", "cardAccountId": "CAC7975", "createdBy": "anay", "amount": 10, "transactionType": "CR", "description": "desc", "type": "ALLOCATE_FUND", "transactionCode": "ALLOCATION", "uniqueReferenceNumber": "Ref123", "remarks": "string", "enKashCardId": "EKCWLUAADN", "enkashCardBenefitId": "EKCBY22EXYH" }
curl --location --request POST '/api/v0/partner/enKashCard/balance' \ --header 'partnerId: CRM338L2H' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "companyId": "CEKQ08TRRG", "cardAccountId": "CAC7975", "createdBy": "anay", "amount": 10, "transactionType": "CR", "description": "desc", "type": "ALLOCATE_FUND", "transactionCode": "ALLOCATION", "uniqueReferenceNumber": "Ref123", "remarks": "string", "enKashCardId": "EKCWLUAADN", "enkashCardBenefitId": "EKCBY22EXYH" }'
{ "code": 0, "message": "Success", "payload": "Funds allocated from Parent Account to Card by Admin successful" }