Ozan
  1. PhysicalPos
Ozan
  • BankTransfers
    • /ozanapi/bankTransfers/payment
      POST
    • /ozanapi/bankTransfers/status
      POST
  • CardStorage
    • /ozanapi/cardStorage/paymentStatus
      POST
    • /ozanapi/cardStorage/purchaseStoredCard
      POST
    • /ozanapi/cardStorage/refund
      POST
    • /ozanapi/cardStorage/storeCard
      POST
    • /ozanapi/cardStorage/transactionDetail
      POST
  • DirectApi
    • /ozanapi/directApi/cancel
      POST
    • /ozanapi/directApi/capture
      POST
    • /ozanapi/directApi/getPaymentStatus
      POST
    • /ozanapi/directApi/getTransactionDetail
      POST
    • /ozanapi/directApi/purchasePreAuth
      POST
    • /ozanapi/directApi/refund
      POST
    • /ozanapi/directApi/checksum
      POST
  • HostedCheckout
    • /ozanapi/hostedCheckout/initializePayment
      POST
    • /ozanapi/hostedCheckout/paymentDetail
      POST
    • /ozanapi/hostedCheckout/paymentStatus
      POST
  • Installment
    • /ozanapi/installment/binInquiry
      POST
    • /ozanapi/installment/installmentInquiry
      POST
  • Marketplace
    • /ozanapi/marketplace/approvePayment
      POST
    • /ozanapi/marketplace/createPayment
      POST
    • /ozanapi/marketplace/basketDetails
      POST
    • /ozanapi/marketplace/createSubseller
      POST
    • /ozanapi/marketplace/deleteSubseller
      POST
    • /ozanapi/marketplace/paymentStatus
      POST
    • /ozanapi/marketplace/refund
      POST
    • /ozanapi/marketplace/subsellerList
      POST
    • /ozanapi/marketplace/transferPayment
      POST
    • /ozanapi/marketplace/updateSubseller
      POST
  • PhysicalPos
    • /ozanapi/physicalPos/cancel
      POST
    • /ozanapi/physicalPos/isAlive
      POST
    • /ozanapi/physicalPos/sale
      POST
    • /ozanapi/physicalPos/saleResult
      POST
  • Reporting
    • /ozanapi/reporting/chargebackList
    • /ozanapi/reporting/createTransaction
    • /ozanapi/reporting/exportChargeback
    • /ozanapi/reporting/getChargeback
    • /ozanapi/reporting/getClient
    • /ozanapi/reporting/getMerchant
    • /ozanapi/reporting/getTransaction
    • /ozanapi/reporting/merchantDetail
    • /ozanapi/reporting/merchantLogin
    • /ozanapi/reporting/merchantUserCreate
    • /ozanapi/reporting/merchantUserDelete
    • /ozanapi/reporting/merchantUserInfo
    • /ozanapi/reporting/merchantUserList
    • /ozanapi/reporting/merchantUserShow
    • /ozanapi/reporting/merchantUserUpdate
    • /ozanapi/reporting/refundTransactionReport
    • /ozanapi/reporting/transactionList
    • /ozanapi/reporting/transactionReport
  1. PhysicalPos

/ozanapi/physicalPos/sale

POST
/ozanapi/physicalPos/sale

Request

Body Params application/json

Example
{
    "amount": "string",
    "amountCommission": "string",
    "apiKey": "string",
    "hash": "string",
    "invoiceStatus": "string",
    "methodType": "string",
    "mkgID": "string",
    "orderTime": "string",
    "orderType": "string",
    "paymentID": "string",
    "randomNumber": "string",
    "stationCode": "string",
    "slipText": "string",
    "timeSpan": "string",
    "viaOrderNumber": "string",
    "viaRequestID": "string"
}

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 '/ozanapi/physicalPos/sale' \
--header 'Content-Type: application/json' \
--data-raw '{
    "amount": "string",
    "amountCommission": "string",
    "apiKey": "string",
    "hash": "string",
    "invoiceStatus": "string",
    "methodType": "string",
    "mkgID": "string",
    "orderTime": "string",
    "orderType": "string",
    "paymentID": "string",
    "randomNumber": "string",
    "stationCode": "string",
    "slipText": "string",
    "timeSpan": "string",
    "viaOrderNumber": "string",
    "viaRequestID": "string"
}'

Responses

🟢200OK
application/json
OK
Body

Example
{}
Modified at 2024-12-30 14:45:46
Previous
/ozanapi/physicalPos/isAlive
Next
/ozanapi/physicalPos/saleResult
Built with