WooCommerce and POS

The WooCommerce plugin awards points on order completed and shows the balance in My Account. For any other till, point a webhook receiver at the same earn call.

Example

curl -X POST https://perfito.al/v1/cards/PF-8F2A-19/earn \
  -H "Authorization: Bearer sk_test_…" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: 617f789d" \
  -d '{ "amount": 1450, "reference": "order_10492" }'