Get boleto payment by ID
GET {{baseUrl}}/{{version}}/boleto-payment/:paymentId
Get a single boleto payment by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. Not available in the SDKs. |
RESPONSES
status: OK
{"payment":{"amount":2237,"description":"Buzz Aldrin","scheduled":"2023-02-13T13:52:57.399693+00:00","status":"success"}}