Get an invoice payment info

GET {{baseUrl}}/{{version}}/invoice/{id}/payment

Request Body

{"payment"=>{"amount"=>123, "payerName"=>"Joao das Neves", "payerTaxId"=>"01234567890", "method"=>"pix", "info"=>{"endToEndId"=>"blablabla", "accountNumber"=>"12345-6", "branchCode"=>"12345-6", "bankCode"=>"00000000"}}}