Skip to main content

Accept payment recurrence

Request

ENDPOINT
/account/ACCOUNT_KEY/incoming_recurrence/INCOMING_RECURRENCE_KEY/approve
METHOD
PATCH

Request Path Params

FieldTypeDescriptionCharacters
account_key *uuid4Unique account identification key.36
incoming_recurrence_key *uuid4Unique authorization identification key36

Request Body

Request Body: Approve fixed amount recurrence
{
"incoming_recurrence_status": "active"
}
Request Body: Approve variable amount recurrence with maximum limit
{
"incoming_recurrence_status": "active",
"maximum_transaction_amount": 500.00
}

Body Params

FieldTypeDescriptionCharacters
incoming_recurrence_status *stringPIX recurrence status identifier. Must be "active" to activate the recurrence20
maximum_transaction_amountnumberMaximum amount the user accepts to pay per transaction (optional, only for variable amount recurrences)10
Maximum Amount for Variable Recurrences

The maximum_transaction_amount field is optional and should be used only for variable amount recurrences. It allows the payer to define the maximum amount they accept to pay per transaction within the authorized recurrence.

Response

STATUS
200
Response Body: Recurrence activated
{
"incoming_recurrence_key": "cfa32109-a6dd-4304-94db-03a7b6d92a47",
"incoming_recurrence_status": "active",
"created_at": "2025-05-22T20:30:23.459Z",
"updated_at": "2025-05-22T20:39:23.459Z"
}
STATUS
4XX
Response Body
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo"
}
HTTP CodeQI Code
code
Title
title
Description (eng)
Description
Description (ptbr)
translation
400QIT000001Bad RequestSchema ErrorErro de Schema
403APX000025User is not allowed to do this transactionUser is not allowed to do this transactionUsuário não tem autorização para fazer essa transação
403APX000017Requester not allowed to access this endpointRequester has no permission to perform pix transfers on this endpointRequester não possui permissão de realizar transações pix através deste endpoint
404APX000020Account not FoundAccount was not foundConta {account_key} não foi encontrada.
404APX000001Recurrence not FoundRecurrence was not foundRecorrência {incoming_recurrence_key} não foi encontrada