For the complete documentation index, see llms.txt. This page is also available as Markdown.

Paylink

Paylink for online payments

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
billnumstringRequired

Invoice number

callback_urlstringRequired

Callback URL to receive payment status updates

servicestringOptional

Payment service to use, e.g. 'tink', 'bank', etc.

languagestringOptional

Language for the payment link, defaults to system language

Responses
200

successful operation

application/json

PaylinkResponse

urlstringOptionalExample: paylink/pay.php?uuid=5f5b4b4b-7b7b-4b4b-7b7b-5f5b4b4b7b7b
get/online/paylink
GET /rest/online/paylink?billnum=text&callback_url=text HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "url": "paylink/pay.php?uuid=5f5b4b4b-7b7b-4b4b-7b7b-5f5b4b4b7b7b"
}

Last updated

Was this helpful?