Search Payments
Retrieves a list of payments based on the provided query parameters. This operation supports pagination and filtering by various attributes such as status, payment method type, processor, currency, and more. Results are paginated, with a maximum of 100 payments per page. Use the cursor
query parameter to navigate through pages.
Query parameters
status
Filter payments by their status.
payment_method_type
Filter payments by their method type.
processor
Filter payments by processor.
Response
Payments retrieved successfully.
status
Current status of the payment.
createdAt
Timestamp when the payment was created.
amount
id
Unique identifier for the payment.
processorId
Identifier of the payment processor.
processorName
Name of the payment processor.
processorReference
Reference from the payment processor.
processorConfigId
Configuration ID of the payment processor.
holderId
Identifier of the payment holder.
workspaceId
Workspace ID associated with the payment.
instrumentId
Identifier of the payment instrument.
paymentMethodType
Type of payment method used.
metadata
Additional metadata for the payment.