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
Body Params application/json