Skip to main content
GET
List FX operations

Authorizations

X-PayFi-Api-Key
string
header
required
X-PayFi-Nonce
string
header
required
X-PayFi-Signature
string
header
required

Query Parameters

operationId
string

Exact PayFi operation ID filter.

Example:

"op_example"

partnerOperationId
string

Exact partner operation ID filter.

Example:

"acme-op-123"

customerId
string

Exact PayFi customer ID filter.

Example:

"cus_example"

Searches operation IDs, partner operation IDs, customer IDs, customer legal names, partner customer IDs, status fields, and operation type aliases such as Importação.

Example:

"Acme"

page
integer

Page number starting at 1.

Required range: x >= 1
Example:

1

limit
integer

Items per page. Maximum 100.

Required range: 1 <= x <= 100
Example:

20

Response

Paginated operations.

data
object[]
required
Example:
pagination
object
required