Skip to main content
POST
/
api
/
payment-links
/
public
/
slug
/
{slug}
/
cart-abandonment
Registrar abandono de carrinho
curl --request POST \
  --url https://alpa-sistema-api.onrender.com/api/payment-links/public/slug/{slug}/cart-abandonment \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientEmail": "jsmith@example.com",
  "clientName": "<string>",
  "clientDocument": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usealpa.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

Body

application/json
clientEmail
string<email>
required
clientName
string
clientDocument
string

Response

Abandono registrado