List Payments
Fetch a list of all payments
Get payments being processed or already completed
GET
https://api.finove.com.br/api/v1/merchant/payments
List payments that are being processed or are already completed, depending on the status parameter.
Query Parameters
Name
Type
Description
status
string
Filter for the status of the payments, can be "processing" or "completed". If not present, all payments will be returned, including the ones still awaiting invoice (more on that bellow).
Headers
Name
Type
Description
Authorization
string
Access token received from Authentication API. Needs to be on format "Bearer <YOUR_ACCESS_TOKEN>"
Example requests
Payments that have been finalized by the client but require some action to be 'captured'
Payments that have been paid to the merchant's bank account:
Last updated