Get Payment
Fetch a single payment
Fetch a single payment
GET
https://api.finove.com.br/api/v1/merchant/payments/:id
List payments that are being processed or are already completed, depending on the status parameter.
Path Parameters
Name
Type
Description
*
String
ID of payment
Headers
Name
Type
Description
Authorization
string
Access token received from Authentication API. Needs to be on format "Bearer <YOUR_ACCESS_TOKEN>"
Last updated