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
Example request
{
"max_payment_amount": 86753.09,
"taxes": {
"tax_identifier": "IS0435879820240605bcdb1fhn43a",
"records": [
{
"tax_type": "IBS",
"tax_category": "INF",
"amount": 1050.44
}
]
}
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.