A random string consisting of arbitrary numbers and Latin letters.
Example:
some random string
pg_sig
string
required
Request signature.
pg_extend_data
boolean
optional
For obtaining additional card details, namely: 1 .Card brand (brand_alias) 2. Card expiration date (expiry_year and expiry_month) 3. Bank alias of the card (bank_alias) To receive this information, you need to send 1.
Example:
1
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--request POST 'https://api.freedompay.uz/v1/merchant//cardstorage/list' \
--form'pg_merchant_id=""' \
--form'pg_user_id="1234"' \
--form'pg_salt="some random string"' \
--form'pg_sig=""' \
--form'pg_extend_data="1"'
Responses
🟢200Success
application/xml
Body
card
object
required
Card details.
pg_status
string
optional
Shows the status of the card.
pg_merchant_id
integer
optional
Merchant ID in the system {{project}}.
pg_card_id
integer
optional
Card ID (Deprecated).
pg_card_token
string
optional
Card token.
pg_card_hash
string
optional
Masked PAN card.
pg_card_hhash
string
optional
Hash of the masked PAN card.
pg_recurring_profile_id
string
optional
Recurring payment profile ID.
created_at
string<date-time>
optional
Date when the card was added.
bank_alias
string
optional
Bank alias of the card. Available if pg_extend_data=1.
brand_alias
string
optional
Card brand. Available if pg_extend_data=1.
expiry_year
string
optional
Card expiration year. Available if pg_extend_data=1.
expiry_month
string
optional
Card expiration month. Available if pg_extend_data=1.