Skip to content

Proof payment insertion

Request

Security
shoptetAccessToken or shoptetPrivateApiToken
Headers
Content-Typestringrequired
Default:"application/json"
Bodyapplication/json
dataobject, non-emptyrequired
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"
    }
  }'

Responses

Created

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "proofPayments": {} }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }