Ukrcard en
  1. Cards and accounts (UAPI)
Ukrcard en
  • Overview
  • Integration
  • Recipes
  • General Concepts
  • Merchant dashboard
  • References
    • 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/{PanID}
        GET
      • 3. PUT changeCardLimit-baseparam/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}

GET
/uapi-2.0/v1/cards/{{PanId}}

Request

Header Params
x-uws-systemid
string 
required
Example:
TESTSS
x-uws-requestid
string 
required
Example:
0512231523
x-uws-date
string 
required
Example:
2020-03-25T00:00:00.000+0200
x-uws-PSID
string 
required
Example:
B101
x-uws-FIID
string 
required
Example:
F101
Accept
string 
required
Example:
application/xml
Body Params application/xml
object {0}
Example
<limits>
    <!--Тепер допускаються значення POS_USE_LMT = 0 та ATM_USE_LMT = 0-->
    <atmdepositcreditlimit>00099999</atmdepositcreditlimit>
    <atmtimesusedperperiodlimit>0098</atmtimesusedperperiodlimit>
    <atmtotalccalimit>0000099999</atmtotalccalimit>
    <atmtotalwithdrawalamount>0000099999</atmtotalwithdrawalamount>
    <baseaggregatelimit>0000099999</baseaggregatelimit>
    <basetotalccalimit>0000099999</basetotalccalimit>
    <basetotalwithdrawalamount>0000099999</basetotalwithdrawalamount>
    <postotalccalimit>0000099999</postotalccalimit>
    <postotalpurchaselimit>0000099999</postotalpurchaselimit>
    <postotalrefundlimit>0000099999</postotalrefundlimit>
    <postotalwithdrawalamount>0000099999</postotalwithdrawalamount>
    <posusagelimit>9999</posusagelimit>
</limits>

Request 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 -g --request GET 'https://mock.apidog.com/m1/537337-0-0db1c267/uapi-2.0/v1/cards/{{PanId}}' \
--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 '<limits>
    <!--Тепер допускаються значення POS_USE_LMT = 0 та ATM_USE_LMT = 0-->
    <atmdepositcreditlimit>00099999</atmdepositcreditlimit>
    <atmtimesusedperperiodlimit>0098</atmtimesusedperperiodlimit>
    <atmtotalccalimit>0000099999</atmtotalccalimit>
    <atmtotalwithdrawalamount>0000099999</atmtotalwithdrawalamount>
    <baseaggregatelimit>0000099999</baseaggregatelimit>
    <basetotalccalimit>0000099999</basetotalccalimit>
    <basetotalwithdrawalamount>0000099999</basetotalwithdrawalamount>
    <postotalccalimit>0000099999</postotalccalimit>
    <postotalpurchaselimit>0000099999</postotalpurchaselimit>
    <postotalrefundlimit>0000099999</postotalrefundlimit>
    <postotalwithdrawalamount>0000099999</postotalwithdrawalamount>
    <posusagelimit>9999</posusagelimit>
</limits>'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-31 18:24:25
Previous
Cards and accounts (UAPI)
Next
3. PUT changeCardLimit-baseparam/limits/
Built with