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 Status order

POST
/paynet/api/v2/sale/status/{endpointid}
curl --request POST \
  --url https://localhost:7297/paynet/api/v2/sale/status/4130573a-01a5-4e49-a618-c22fbd259abc \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data login=TestYujik \
  --data client_orderid=4 \
  --data orderid=78ad5c68-6603-4e41-98b2-2056c16e39e0 \
  --data control=949994ffc7e350e3e944b10c289f1425bdd9ea7b

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/status/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
text/html
Body

Example
type=status-response&status=process_pending&amount=1,00¤cy=RUB&paynet-order-id=78ad5c68-6603-4e41-98b2-2056c16e39e0&merchant-order-id=4&phone=+12063582043&dest-last-four-digits=6732&bin=453897&cardholder-name=John&card-exp-month=1&card-exp-year=2042&first-name=John&last-name=Smith&email=john.smith@gmail.com&country=98102&state=WA&city=Seattle&zip-code=98102&address1=100%20Main%20st&purpose=user_account1
Modified at 2024-12-12 13:18:26
Previous
POST order
Built with