Skip to main content
GET
List card transactions

Authorizations

DPoP
string
header
required

Per-request RFC 9449 DPoP proof signed with ES256. Protected requests use Authorization: DPoP your_access_token_here. Create a new proof for the exact method and normalized target URI, and include the server nonce when challenged.

Authorization
string
header
required

OAuth 2.0 with RFC 9700 security practices. Discover exact environment endpoints from /.well-known/openid-configuration and /.well-known/oauth-authorization-server, and discover the resource from /.well-known/oauth-protected-resource. Authorization-code clients use PKCE S256, the exact environment resource, nonce with openid, and DPoP binding. Confidential clients also require PAR and private_key_jwt. Access and refresh tokens are sender-constrained with DPoP. purchases:execute is unavailable and omitted from this scope registry.

Headers

X-Request-Id
string

Optional caller request identifier. Unsafe values are replaced with a generated UUID.

Pattern: ^[A-Za-z0-9._~-]{8,128}$

Path Parameters

id
string<uuid>
required

API-owned opaque card identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Query Parameters

page
string
default:1

One-based page number.

Pattern: ^[1-9]\d{0,3}$
page_size
string
default:20

Page size from 1 through 100.

Pattern: ^(?:[1-9]|[1-9]\d|100)$

Response

The card transaction page.

A provider-paged collection of safe card transactions.

items
object[]
required

Current-page transactions.

Maximum array length: 100
page
integer
required

Current page number.

Required range: x <= 10000
page_size
integer
required

Current page size.

Required range: x <= 100
total
integer
required

Total provider-reported transaction count.

Required range: 0 <= x <= 9007199254740991