Skip to main content
Use this section to choose the right payment path before you implement endpoint details.

Building blocks

CapabilityMain surfaceUse it for
Customers/v2/customersreusable buyer profiles
Transactions/v2/transactionsPix and card payment creation and retrieval
Refunds/v2/transactions/{id}/refundfull and partial reversals
Webhookspayment event deliveryauthoritative async status changes
  • Use Pix when you want the fastest collection path in Brazil.
  • Use Payment Element for new card checkouts.
  • Keep one canonical status map in Transaction Statuses.
  • Reconcile instead of guessing after network or worker failures.

Common journeys

  • Create a Pix payment, show QR code data, and fulfill on transaction.paid.
  • Create a card payment from a Payment Element token and handle next_action when 3DS is required.
  • Issue refunds from your backend and wait for the resulting transaction status to settle.