Skip to main content
Use this page to migrate incrementally while keeping v2 as the end state.

Route mapping

v1v2 replacement
GET /v1/health-checkGET /v2/transactions as an authenticated smoke test
POST /pix/v1/paymentPOST /v2/transactions with 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/withdrawPOST /v2/transfers
POST /v1/business/integrationmodern webhook handling plus operational configuration discipline
  1. Standardize credentials and auth handling.
  2. Move create and refund writes to v2.
  3. Update webhook consumers to the v2 operating model.
  4. Leave v1 docs only for long-tail maintenance.