List Export Columns
GET/v1/transactions_exports/columns
List every column available to the CSV export. Pass a subset of
these names via the columns parameter of the export endpoint to
shape the file.
Required permission: orders_read.
Responses
- 200
- 401
- 403
Available column names.
- application/json
- Schema
- Example (from schema)
- Example
Schema
columns string[]required
{
"columns": [
"string"
]
}
{
"columns": [
"id",
"order_id",
"type",
"status",
"amount",
"terminal_id",
"retrieval_reference",
"response_code",
"stan",
"auth_code",
"reverse_reason",
"justification",
"created_at",
"gateway_reference",
"auth_resp_code",
"receiving_institution_id",
"forwarding_institution_id",
"acquiring_institution_id",
"merchant_id",
"merchant_name",
"merchant_arabic_name",
"merchant_category_code",
"sub_merchant_id",
"sub_merchant_name",
"passenger_number_record",
"source_type",
"scheme",
"first_digits",
"last_digits",
"year",
"month",
"fingerprint",
"country_alpha2",
"issuer",
"card_type",
"category",
"card_auth_value",
"card_auth_status",
"card_auth_eci",
"card_auth_version",
"ds_transaction_id",
"acs_transaction_id",
"tds_purchase_date"
]
}
Authentication failed.
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "Missing authentication information"
}
The API key lacks the required permission.
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "Unauthorized"
}
Loading...