Get boleto payment by ID

GET {{baseUrl}}/{{version}}/boleto-payment/:paymentId

Get a single boleto payment by its id.

Request Params

KeyDatatypeRequiredDescription
fieldsnullList of strings to filter response JSON keys. Not available in the SDKs.

RESPONSES

status: OK

{"payment":{"status":"processing","scheduled":"2020-09-01T15:12:12.770273+00:00","amount":208,"description":"Payment for killing white walkers"}}