Skip to main content
POST
Pay and Confirm a Scanned Pix Automático Recurrence

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cabeçalhos

X-Account-Id
string
obrigatório

Unique identifier of the Midaz Ledger Account (UUID format).

X-Idempotency
string
obrigatório

Idempotency key

Corpo

application/json
amount
string
obrigatório

Amount is the debit amount in BRL (format 0.00). Required. Format and positivity — and, for QR_CODE initiations, the QR fixed-amount match — are validated when the payment is processed.

Exemplo:

"29.90"

idRec
string
obrigatório
Maximum string length: 64
Exemplo:

"RR0000000000000000001"

initiationId
string
obrigatório
Exemplo:

"550e8400-e29b-41d4-a716-446655440010"

description
string

Description is the optional transfer remittance (≤140 characters; no HTML). Content rules are enforced when the payment is processed.

Exemplo:

"Payment for services"

receiverMaxAmount
string
Exemplo:

"500.00"

Resposta

OK

authorizationRequest
object
cashoutId
string
Exemplo:

"550e8400-e29b-41d4-a716-446655440010"

cashoutStatus
enum<string>
Opções disponíveis:
CREATED,
PENDING,
PROCESSING,
COMPLETED
Exemplo:

"PROCESSING"