Create a new payment link
POST/payment-links
Create a new payment link for receiving payments
Request
- application/json
Body
required
Payment link details
purpose stringrequired
Possible values: <= 255 characters
Purpose of the payment link
amount numbernullable
Amount to be paid (optional)
description stringnullable
Possible values: <= 255 characters
Additional description for the payment link
Responses
- 200
- 401
- 403
- 422
Payment link created successfully
- application/json
- Schema
- Example (from schema)
Schema
data object
public_url string
Public URL for the payment link
is_active boolean
Payment link status
message string
{
"data": {
"public_url": "https://pay.curacel.co/pay/123e4567-e89b-12d3-a456-426614174000",
"is_active": true
},
"message": "Payment link created successfully"
}
Unauthorized
Forbidden - Feature not enabled or unauthorized action
Validation error
Loading...