v1

latestOpenAPI 3.1.02026-07-2466171164.0 KB
Card Transactions

Retrieve a single card transaction by ID

get/v1/card-transactions/{transaction_id}

Path parameters

transaction_idstring uuid required

Response

A single card transaction

idstring uuid required

Unique identifier for the card transaction.

review_status'NOT_STARTED' | 'PENDING' | 'APPROVED' | 'CHANGES_REQUESTED' | 'DECLINED' | 'CANCELLED'
is_valid_for_exportboolean required

Whether or not this transaction has is valid for export.

accounting_stage'IN_REVIEW' | 'READY_TO_EXPORT' | 'EXPORTED' required
type'CAPTURE' | 'REFUND' required
transacted_atstring date-time required

Timestamp when the transaction occurred.

created_atstring date-time required

Timestamp when the transaction was created.

updated_atstring date-time required

Timestamp when the transaction was last updated.

authorized_atstring date-time nullable

Timestamp when the transaction was authorized.

spend_compliance_status'COMPLIANT' | 'NOT_COMPLIANT'