/v2/transactions.
Legacy routes
POST /pix/v1/paymentGET /pix/v1/transactionsGET /pix/v1/transactions/{id}POST /pix/v1/payment/refund/{id}POST /pix/v1/payment/withdraw
Migration direction
- create Pix payment ->
POST /v2/transactionswithmethod: "pix" - retrieve payment ->
GET /v2/transactions/{id} - refund ->
PUT /v2/transactions/{id}/refund - withdraw ->
POST /v2/transfers

