A random string consisting of arbitrary numbers and Latin letters.
Example:
some random string
pg_sig
string
required
Request signature.
pg_post_link
string
optional
pg_order_id
string
optional
Order ID in the merchant system
Example:
12345
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 POST 'https://api.freedompay.kg/v1/merchant/{{paybox_merchant_id}}/cardstorage/add' \
--form'pg_merchant_id=""' \
--form'pg_user_id="1234"' \
--form'pg_back_link="http://site.kz/back"' \
--form'pg_salt="some random string"' \
--form'pg_sig=""' \
--form'pg_post_link="";type=* URL to post the result.' \
--form'pg_order_id="12345"'
Responses
🟢200Success
application/xml
Body
pg_payment_id
integer
required
The unique identifier of the payment transaction in {{project}}. Serves as a key for all further work with the transaction.