| v1 | substituto v2 |
|---|---|
GET /v1/health-check | GET /v2/transactions como teste rápido autenticado |
POST /pix/v1/payment | POST /v2/transactions com method: "pix" |
GET /pix/v1/transactions/{id} | GET /v2/transactions/{id} |
POST /pix/v1/payment/refund/{id} | PUT /v2/transactions/{id}/refund |
POST /pix/v1/payment/withdraw | POST /v2/transfers |

