Ukrcard en
  1. Cards and accounts (UAPI)
Ukrcard en
  • Overview
  • Integration
  • Recipes
  • General Concepts
  • Merchant dashboard
  • References
    • Setting up and using the callback service
    • Transaction processing flows
    • Response Codes
    • Test Data
  • Our Restful API
    • E-Commerce acquiring
      • /Payment
      • /Preauthorization
      • /CancelPreauthorization
      • /Completion
      • /Confirm
      • /ConfirmExt
      • /Reverse
      • /Refund
      • /Verify
    • Transfers
      • /р2рTransfer
      • /Confirm
      • /ConfirmExt
      • /Reverse
      • /Refund
      • /Verify
    • Cards and accounts (UAPI)
      • /cards/issuacevirtualcard (140-Request for issuance of a virtual card)
        PUT
      • /cards/issuacephysicalcard (141-Request for a physical card)
        PUT
      • /cards/{panid}/baseparam/status (111-Request/change card status)
        PUT
      • /cards/getcarddataecom (138-Request card details for eCommerce)
        PUT
      • /cards/setpin (137-Request to set a PIN on a card)
        PUT
      • /cards/changepin (136-Ordering a card PIN change and sending it via SMS )
        PUT
      • /cards/gettransactions (122-Request for transaction history)
        PUT
      • /cards/{panid}/baseparam/limits (112-Request/change card limits)
        PUT
    • Payment transactions using tokens
      • /Payment
      • /Preauthorization
      • /Confirm
      • /ConfirmExt
      • /р2рTransfer
      • /Panbytoken
    • Apple Pay
      • /PaymentAppleD
      • /PaymentAppleE
    • Google Pay
      • /PaymentGoogleD
      • /PaymentGoogleE
  1. Cards and accounts (UAPI)

/cards/{panid}/baseparam/limits (112-Request/change card limits)

PUT
/uapi-2.0/v1/cards/1101000000101662042/baseparam/limits/
Request/change card limits

Request

Header Params

Body Params application/xml

Example
<?xml version="1.0" encoding="UTF-8"?>
<root/>

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://mock.apidog.com/m1/537337-0-0db1c267/uapi-2.0/v1/cards/1101000000101662042/baseparam/limits/' \
--header 'x-uws-systemid: TESTSS' \
--header 'x-uws-requestid: 0512231523' \
--header 'x-uws-date: 2020-03-25T00:00:00.000+0200' \
--header 'x-uws-PSID: B101' \
--header 'x-uws-FIID: F101' \
--header 'Accept: application/xml' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<root/>'

Responses

🟢200Success
application/json
Body

Example
{
    "create_date": null,
    "update_date": null,
    "card": {
        "fiid": "FNS1",
        "pan": "410383######9256",
        "panid": "0501000000101652276"
    },
    "limits": {
        "atclimit": null,
        "atmdepositcreditlimit": "00010000",
        "atmofflineccalimit": null,
        "atmofflinewithdrawalamount": null,
        "atmtimesusedperperiodlimit": "0010",
        "atmtotalccalimit": "0000010000",
        "atmtotalwithdrawalamount": "0000010000",
        "baseaggregatelimit": "0001000000",
        "baseofflineaggregatelimit": null,
        "baseofflineccalimit": null,
        "baseofflinewithdrawalamount": null,
        "basetotalccalimit": "0001000000",
        "basetotalwithdrawalamount": "0001000000",
        "posofflineccalimit": null,
        "posofflinepurchaselimit": null,
        "posofflinerefundlimit": null,
        "posofflinewithdrawalamount": null,
        "postotalccalimit": "0000010000",
        "postotalpurchaselimit": "0000010000",
        "postotalrefundlimit": "0001000000",
        "postotalwithdrawalamount": "0000010000",
        "posusagelimit": "0020",
        "velocitylimits": null
    }
}
Modified at 2025-07-30 11:33:21
Previous
/cards/gettransactions (122-Request for transaction history)
Next
/Payment
Built with