v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Automatic Pix

Update automatic recurrence

Update automatic recurrence.

patch/inst-pull-pay/v1/pix/automatic/{recurrence_id}

Path parameters

recurrence_idstring required

BACEN (Brazil Central Bank) recurrence ID

Headers

Authorizationstring required
Example:Bearer eyJhbGci...IUzUx

Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.

x-account-idinteger required

Account ID

Request body

max_payment_amountnumber

Payer-defined maximum payment amount for dynamic amount recurrences.

Example request

{
  "max_payment_amount": 86753.09,
  "taxes": {
    "tax_identifier": "IS0435879820240605bcdb1fhn43a",
    "records": [
      {
        "tax_type": "IBS",
        "tax_category": "INF",
        "amount": 1050.44
      }
    ]
  }
}

Response

No Content