Create Payment Link
Create a payment link for receiving and managing transactions
/requestPOST https://staging-eagle.kongapay.com/request/payment-service/payment-requestName
Type
Description
Name
Type
Description
Request
```postman_json
{
"title": "string",
"amount": 300,
"expires_at": "2025-12-30 00:00:00",
"description": "string",
"status": "enabled",
"success_message": "string",
"reusable": 1
}
```Response
Last updated