Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/proof-payments
- https://api.myshoptet.comhttps://api.myshoptet.com/api/proof-payments
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X POST \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/proof-payments \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE' \
-d '{
"data": {
"proformaInvoiceCode": "2015000170",
"orderCode": "2015000001",
"payment": "21.00",
"currencyCode": "CZK",
"varSymbol": 2021000021,
"issueDate": "2018-05-29T09:02:27",
"taxDate": "2017-04-04",
"constSymbol": "0308",
"specSymbol": 201323134,
"invoiceBillingMethodId": 4,
"billBankAccount": "12345678/1234",
"billIban": "CZ650800000000123456789",
"billBic": "GIBACZPX",
"documentRemark": "Payment for order 2015000001"
}
}'Response
{ "data": { "proofPayments": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }