Payments
Manage payments
List Payments
Lists all payments of any type (PIX, Bank Billet, DARF, Taxes, Utilities). Supports filters and pagination. This is a unified endpoint that returns payments of all types through a single query.
Create a Payment
Generic endpoint for creating payments of any type. The type must be specified in the `kind` field.
View a Payment
Consults specific information about a Payment of any type. The type is identified automatically and the response is serialized appropriately.
Cancel a Payment
> **Asynchronous Processing:** This endpoint is processed asynchronously and creates a cancellation command for the Payment.
Release (approve) a Payment
> **Asynchronous Processing:** creates a release (approve) command for a Payment that is awaiting approval.