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/getcarddataecom (138-Request card details for eCommerce)

Developing
PUT
/uapi-2.0/v1/cards/getcarddataecom
Request card details for eCommerce (Display complete map data: pan, expdate, cvv2cvc2).

Request

Header Params

Body Params application/json

Example
{
    "card": {
        "mbr": "0",
        "panid": "1701000000101712943",
        "panmask": "559600######8902"
    }
}

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/getcarddataecom' \
--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 '{
    "card": {
        "mbr": "0",
        "panid": "1701000000101712943",
        "panmask": "559600######8902"
    }
}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "0",
    "message": "GOOD",
    "ecomblock": "MJoADCaW5pYxpLnUS2004/JS8myAIhSVhSTYICqPbxLKuEdZ4m0T7uq6xnpkIE4JL3cipUrHW5+Gg+HDg4FEuTvTq5Kx2NZ3IHSvXF+MSWCJrzoMP05pJ0AlPvfVdWNAHOSyaYyphI3yZ028hOdCI0WPeyVByMA3LtfhLyOw/bfXr8rFuC/lV/Ggbtmrb5Akit7mVcL5gZy+DSbs50tyxz0ePmN/KpdE59entpZk+16+o77ButeWgjWNSLZ+RFUNmFvOde1755Pff/V+cx1LN9mIkmKd1so+haW52ydMXPyGV6kINdEvR9FpLtcxF81IptSrhpDwfwpIoSchh4ChoQ=="
}
Modified at 2025-07-25 08:06:37
Previous
/cards/{panid}/baseparam/status (111-Request/change card status)
Next
/cards/setpin (137-Request to set a PIN on a card)
Built with