Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Payment
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
        • Create
        • Edit
        • Delete
        • Archive
        • unArchive
        • Extract
      • Stocks
    • Settings
      • Definitions
        • Index
        • Create
        • Edit
        • Delete
      • Branches
        • Sections
          • Index
          • Detail
          • Create
          • Update
          • Delete
        • Index
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
      • Check
      • Transactions
      • setStatus
    • Payment
      • Commission
        GET
      • Create
        POST
      • Status
        GET
      • Update
        PUT
      • Delete
        DELETE
  • 💎 Jewelo
    • Token
      POST
  1. Payment

Create

POST
https://api.muhasip.dev/apps/pos
Last modified:2024-10-19 11:52:58
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.muhasip.dev/apps/pos' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
    // "contactsId":"65c3969cc288a9dda261832f",
    "amount": 10,
    "returnUrl": "https://tahsilat.io/payment",
    "orderId": "ABCaaaassaaSS",
    "description": "Test İşlem",
    "commission": false,
    "variables": [
        {
            "key": "Key1",
            "title":"Key Adı", // Muhasip Arayüzünde gösterilmesi için
            "value": "Value 1"
        }
    ]
}'
Response Response Example
{}

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/json
amount
integer 
required
returnUrl
string 
required
orderId
string 
required
description
string 
required
commission
boolean 
required
variables
array [object {3}] 
required
key
string 
optional
title
string 
optional
value
string 
optional
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Commission
Next
Status
Built with