InstantTransfer
  1. PayNetEasy API Bridg
InstantTransfer
  • PayStar API Documentation
    • Introduction
    • Authorization Bearer
    • Sandbox
    • Callbacks
    • Glossary
    • Dictionarys
      • Currencys
      • Telecom operators
      • Bank names
    • Deposit direct (Merch)
      • Create | Deposit order
      • Check status | Deposit order
    • Deposit reverse (Gateway)
      • Create | Reverse deposit order
      • Check status | Deposit order
    • Withdrawal direct (Merch)
      • Create | Withdrawal order
      • Check status | Withdrawal order
    • Balance
      • GET Merchant balance
  • Armax API
    • POST Armax Order
      POST
  • Butler API Bridge
    • Authorization Bearer
    • Withdrawal direct | PDO API Bridge
      • Check status | Withdrawal order
      • Create | Withdrawal Order
    • PSP Deposit Order
      • PSP Deposit Order
      • PSP Deposit Order status
    • Merch Deposit Order
      • Merch Deposit Order
      • Merch Deposit Order status
  • CoreFy API
    • Withdrawal Order
      POST
    • Payment Order
      POST
  • PayNetEasy API Bridg
    • Introduсtion
    • Autorization
    • Glossary
    • POST order
      POST
    • POST Status order
      POST
  1. PayNetEasy API Bridg

Glossary

Glossary of Parameters for PayStar API#

Sale Creation Request#

Endpoint#

POST paynet/api/v2/sale/

Parameters#

ParameterTypeDescription
credit_card_numberStringThe credit card number used for the transaction.
card_printed_nameStringThe name printed on the credit card.
expire_monthStringThe month when the credit card expires (MM format).
expire_yearStringThe year when the credit card expires (YYYY format).
cvv2StringThe CVV2 security code on the credit card.
order_descStringDescription of the order being processed.
first_nameStringThe first name of the cardholder.
last_nameStringThe last name of the cardholder.
ssnStringThe Social Security Number of the cardholder (if applicable).
birthdayStringThe birthdate of the cardholder (YYYYMMDD format).
address1StringThe first line of the billing address.
cityStringThe city of the billing address.
stateStringThe state of the billing address (abbreviation).
zip_codeStringThe postal code of the billing address.
countryStringThe country of the billing address (ISO 3166-1 alpha-2).
phoneStringThe primary contact number for the cardholder.
cell_phoneStringThe mobile contact number for the cardholder.
amountDecimalThe total amount of the transaction (in the specified currency).
emailStringThe email address of the cardholder for confirmation.
currencyStringThe currency code for the transaction (ISO 4217).
client_orderidStringA unique identifier for the order from the client side.
ipaddressStringThe IP address of the client making the request.
site_urlStringThe URL of the site where the transaction originated.
purposeStringThe purpose or reason for the transaction.
redirect_urlStringThe URL to which the user will be redirected after payment.
server_callback_urlStringThe URL to which the server will send callback notifications.
merchant_dataStringAdditional data related to the merchant or transaction.
dapi_imeiStringThe IMEI number of the device making the request (if applicable).
controlStringA control parameter for transaction validation (hash or token).

Sale Status Request#

Endpoint#

POST paynet/api/v2/sale/status/

Parameters#

ParameterTypeDescription
loginStringThe username or login ID for authentication.
client_orderidStringA unique identifier for the order from the client side.
orderidStringThe unique identifier for the order being queried.
controlStringA control parameter for transaction validation (hash or token).
Modified at 2024-12-12 13:18:26
Previous
Autorization
Next
POST order
Built with