Website logo
⌘K
Triple Basics
Triple Overview
Getting Started With Triple's API
Introduction to Triple API Endpoints and Webhooks
Getting Started Overview
Triple API and Webhooks
Affiliate Links
Webhooks
Card Accounts
Offer Display
Offer Activation
Card Programs
Tools
Offer Providers
Offer Filters
Portfolio Management
Rewards
Transactions
User Events
Triple White Label UI
Platform Status
Docs powered byĀ Archbee
Triple API and Webhooks
Transactions

Get a list of Transactions

1min
GET
https://api.tripleup.dev/partner/transactions
triple Prod
QUERY PARAMETERS
publisher_external_id
string

Partner-provided external ID of a Publisher. This parameter is ignored unless the client is a Portfolio Manager.

card_program_external_id
string

Partner-provided external ID

card_account_external_id
string

Partner-provided external ID

transaction_external_id
string

Partner-provided external ID

start_date
string
Example: 2022-06-01

Include only transactions starting from this date (YYYY-mm-dd)

end_date
string
Example: 2022-06-30

Include only transactions through this date (YYYY-mm-dd)

matched
boolean

Include only transactions matched to an active offer. See the Reward Details for more information, such as whether an award is approved.

RESPONSES
200
Transactions
object
transactions
object[]
*
total
number
*
The total number of transactions.
400
TripleBadRequestError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
403
TripleNotAuthenticatedError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
404
TripleInvalidPathError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
409
TripleIntegrityError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
415
TripleUnsupportedMediaType
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
422
TripleUnprocessableEntity
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
500
TripleInternalServerError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
501
TripleNotImplementedError
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.
503
TripleServiceUnavailable
object
status_code
integer
*
The 3-digit HTTP Response Status code
content
object
*
The error response content.




Updated 24 Oct 2023
Did this page help you?
PREVIOUS
Update the status of a Reward
NEXT
Create a Transaction
Docs powered byĀ Archbee