Skip to main content
POST
/
v1
/
orders
Create an order
curl --request POST \
  --url https://api.paytsoftware.com/v1/orders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'administration_id=<string>' \
  --data-urlencode 'order%5Bfile%5D=<string>'
{
  "deeplink_url": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Body

application/x-www-form-urlencoded
administration_id
string
required

Administration identifier

order[file]
file
required

Multipart file containing order details

Response

Order created

CustomerApi_V1_OrderEntity model

URL to the order in the debtor management interface

Last modified on June 12, 2026