Skip to main content
OPTIONS
/
v1
/
card-transactions
/
{transactionId}
/
receipt
cURL
curl --request OPTIONS \
  --url https://api.light.inc/v1/card-transactions/{transactionId}/receipt \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '{
  "roles": [
    "<string>"
  ],
  "name": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

transactionId
string<uuid>
required

Body

application/json;charset=UTF-8
roles
string[]
name
string

Response

default - application/json;charset=UTF-8

default response

The response is of type any.

I