Endpoint
Authentication
VTPE authenticates each request with the following headers:
Your handler must validate the
Authorization header before returning any data.
Path Parameters
string
required
The unique payment reference generated by your system.
Response Fields
string
required
The unique payment reference.
number
required
The total amount to be paid.
string
required
The currency code (for example, DZD).
array
Breakdown of the total amount. Each item contains:
label_ar: Arabic labellabel_en: English labellabel_fr: French labelvalue: Amount value
array
Additional payment details. Each item contains:
label_ar: Arabic labellabel_en: English labellabel_fr: French labelvalue: Detail value
Implementation Examples
Response Example
Error Responses
For more details on error handling, see the Errors guide.
