Pay PIX or BOLEPIX transaction via QR code (Sandbox Only)
Processes a PIX payment using a QR code from an existing transaction for testing purposes. This endpoint is only available in sandbox environment.
This endpoint allows developers to test PIX payments by paying existing transactions that have PIX QR codes. The QR code is automatically retrieved from the transaction.
Supported payment methods:
- PIX: Uses the QR code from
pix_data.qr_code - BOLEPIX: Uses the PIX EMV code from
bolepix_data.pix_emv
The endpoint automatically detects the payment method based on the available QR code data.
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Company API key for authentication
Path Parameters
Merchant/Company ID
"123e4567-e89b-12d3-a456-426614174000"
Transaction ID containing the PIX QR code (from pix_data.qr_code for PIX or bolepix_data.pix_emv for BOLEPIX)
"123e4567-e89b-12d3-a456-426614174001"
Body
ID of the company whose bank account will be used for payment. The payer company must have an active affiliation with the same provider of the transaction to be able to pay. Cannot be the same as the transaction owner (merchant) company.
"123e4567-e89b-12d3-a456-426614174002"
Response
Payment processed successfully

