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

POST order

POST
/paynet/api/v2/sale/{endpointid}
curl --request POST \
  --url https://example.com/paynet/api/v2/sale/4130573a-01a5-4e49-a618-c22fbd259abc \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data credit_card_number=4538977399606732 \
  --data card_printed_name=John \
  --data expire_month=01 \
  --data expire_year=2042 \
  --data cvv2=123 \
  --data 'order_desc=Test Order Description' \
  --data first_name=John \
  --data last_name=Smith \
  --data ssn=1267 \
  --data birthday=19820115 \
  --data address1=100%20Main%20st \
  --data city=Seattle \
  --data state=WA \
  --data zip_code=98102 \
  --data country=US \
  --data 'phone=+12063582043' \
  --data 'cell_phone=+19023384543' \
  --data amount=1 \
  --data email=john.smith@gmail.com \
  --data currency=RUB \
  --data client_orderid=4 \
  --data ipaddress=65.153.12.232 \
  --data site_url=https://doc.connpay.com/ \
  --data purpose=user_account1 \
  --data redirect_url=http%3A%2F%2Fhttps://doc.connpay.com/%2Fdoc%2Fdummy.htm \
  --data server_callback_url=https%3A%2F%2Fhttpstat.us%2F200 \
  --data 'merchant_data=VIP customer' \
  --data dapi_imei=123 \
  --data control=5390192d1755255fab8ba72b8086eaea3b17c2d0

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Body Params application/x-www-form-urlencoded

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 POST '/paynet/api/v2/sale/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
text/html
Body

Example
paynet-order-id=78ad5c68-6603-4e41-98b2-2056c16e39e0&merchant-order-id=4&type=async-response&end-point-id=4130573a-01a5-4e49-a618-c22fbd259abc
Modified at 2024-12-12 13:18:26
Previous
Glossary
Next
POST Status order
Built with