Skip to content

Get User’s All Cards

Endpoint details

Method: GET
URL: BASE_URL/merchant/userCard/getAllUserCards/?userId=1
Header:

plaintext
api-key: kfggfgf.given_api_key_by_paylov
QueryTypeRequired
userIdstringYes

Response body

json
{
  "result": {
    "cards": [
    {
		    "userId": "646",
        "cardId": "ede2c700-7611-4e01-b3af-ca7a0c111e4b",
        "owner": "BOTIROV TEMURBEK",
        "cardName": "card name",
        "number": "860003******3511",
        "balance": 1000000,  # tiyn
        "expireDate": "2612",
        "bankId": "14",
        "vendor": "Uzcard",
        "processing": "Uzcard",
        "status": {
            "sms_info": true, 
            "is_active": true, 
            "status_message": "active"
                   }

    }
    ]
  }
}