Skip to main content
DELETE
/
api
/
v2
/
customers
/
{id}
/
block
curl -X DELETE "https://loveandpay.io/api/v2/customers/550e8400-e29b-41d4-a716-446655440000/block" \
  -H "x-api-key: pk_live_xxx" \
  -H "x-timestamp: 1706012345678" \
  -H "x-signature: a1b2c3d4e5f6..."
{
  "success": true,
  "message": "Customer unblocked",
  "customer": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "isBlocked": false
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.loveandpay.io/llms.txt

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

Заголовки

x-api-key
string
required
Ваш API ключ
x-timestamp
string
required
Unix timestamp в миллисекундах
x-signature
string
required
HMAC-SHA256 подпись

Path параметры

id
string
required
UUID клиента
{
  "success": true,
  "message": "Customer unblocked",
  "customer": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "isBlocked": false
  }
}
curl -X DELETE "https://loveandpay.io/api/v2/customers/550e8400-e29b-41d4-a716-446655440000/block" \
  -H "x-api-key: pk_live_xxx" \
  -H "x-timestamp: 1706012345678" \
  -H "x-signature: a1b2c3d4e5f6..."