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/status (111-Request/change card status)

Developing
PUT
/uapi-2.0/v1/cards/{panid}/baseparam/status
Request/change card status

Request

Path Params

Header Params

Body Params application/json

Example
{
    "value": "1"
}

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-default/uapi-2.0/v1/cards//baseparam/status' \
--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/json' \
--data-raw '{
    "value": "1"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "create_date": "2024-11-12T17:03:43.864+0200",
    "update_date": null,
    "card": {
        "fiid": "FNS1",
        "pan": null,
        "panid": "0501000000101707245"
    },
    "status": {
        "value": "1"
    }
}
Modified at 2025-07-25 07:14:32
Previous
/cards/issuacephysicalcard (141-Request for a physical card)
Next
/cards/getcarddataecom (138-Request card details for eCommerce)
Built with