Skip to main content
These routes are archived for compatibility. New Pix projects should use /v2/transactions.

Legacy routes

  • POST /pix/v1/payment
  • GET /pix/v1/transactions
  • GET /pix/v1/transactions/{id}
  • POST /pix/v1/payment/refund/{id}
  • POST /pix/v1/payment/withdraw

Migration direction

  • create Pix payment -> POST /v2/transactions with method: "pix"
  • retrieve payment -> GET /v2/transactions/{id}
  • refund -> PUT /v2/transactions/{id}/refund
  • withdraw -> POST /v2/transfers