v1
latestOpenAPI 3.1.02026-07-241210356.3 KBPayment Pages
Generate Payment Link
The PaymentPages/GenerateLink endpoint allows you to generate a payment link for processing transactions. You can configure options like charge methods, amount, and success/failure callbacks.
post/PaymentPages/generateLink
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"cashier_uid": "9c7d3766-3cce-46a2-8ca3-a50240c35ba2"
}Response
200
Example response
{
"results": {
"status": "success",
"description": "payment page link is been generated"
},
"data": {
"page_request_uid": "f33f7a1f-5ea7-4857-992a-2da95b369f53",
"payment_page_link": "https://paymentsdev.payplus.co.il/f33f7a1f-5ea7-4857-992a-2da95b369f53",
"qr_code_image": "https://restapidev.payplus.co.il/api/payment-pages/payment-request/f33f7a1f-5ea7-4857-992a-2da95b369f53/qr-code"
}
}