Skip to main content
GET
List gift card transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

ending_before
string

Return records that precede the record with this ID, in list order.

limit
integer
default:20

Maximum number of records to return.

Required range: 1 <= x <= 100
starting_after
string

Return records that follow the record with this ID, in list order.

type
enum<string>[]

What produced the transaction: funds loaded onto the card, the card spent on a sale or restored by a refund, or a back-office adjustment. Repeat to match any of up to 20 values.

Available options:
book_transfer,
funding_from_payment,
manual_adjustment,
order_payment

Response

data
object[]
required
has_more
boolean
required

Whether more records follow this page.