---
title: "Credit points"
method: POST
path: "/loyalty/v1/members/{card_code}/credit"
tags: ["Points"]
---

# Credit points

`POST /loyalty/v1/members/{card_code}/credit`

Credit points to a loyalty member based on its card code.

## Path parameters

- `card_code` string, required

## Request body

- object
  - `event_date` string
  - `nq_points_quantity` integer, required
  - `q_points_quantity` integer, required
  - `context` string, required
  - `is_final` boolean, required
  - `idempotency_key` string

## Response `202`

Credit event creation is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Membership not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
