---
title: "Store credit callout"
method: POST
path: "/checkouts/store-credits"
tags: ["Store credit callout"]
---

# Store credit callout

`POST /checkouts/store-credits`

Store credit callout

## Request body

- StoreCreditAuthorizationRequest
  - `sessionId` string — The identifier of the checkout session associated with the store credit request.
  - `sessionUpstreamId` string — The upstream identifier of the checkout session associated with the store credit request.
  - `amount` number, double — The store credit amount.
  - `name` string — The store credit name.
  - `upstreamId` string — The upstream store credit identifier.
  - `iconUrl` string — The store credit image url.
  - `lastFour` string — The last four digits of the store credit.

## Response `200`

200 OK

- StoreCreditValidationResponse
  - `amount` number, double — The store credit amount.
  - `upstreamId` string — The upstream store credit identifier.
  - `approval` boolean — Indicates whether the store credit .

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `409` — 409 Conflict
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
