Skip to main content
GET
Get Transactions

Authorizations

Authorization
string
header
required

Use your Fractal API credentials.

Username = Client ID Password = Secret Key

Sandbox credentials can be generated from the Test Portal.

Body

application/json
merchant_key
string
required

The merchant's unique key. Returned in the merchant_key field of the get merchants by client call.

Example:

"{{merchant_key}}"

from_date
string
Example:

"2024-01-15"

limit
string
Example:

"20"

pageNumber
number
Example:

0

to_date
string
Example:

"2024-07-18"

Response

200 - application/json

Get Transactions

data
object[]
Example:
message
string
Example:

"Merchant's Transactions"

result
boolean
Example:

true

total
number
Example:

18