v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAutomatic Pix
Cancel recurrence
Cancel Pix Automatic recurrence
post/inst-pull-pay/v1/pix/automatic/cancel
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.
Idempotency-Keystring required
A unique ID to ensure the operation remains idempotent, allowing for operation repitition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies.
Request body
Example request
{
"recurrence_id": "RN000000012025050500012345678",
"reason_code": "ACCL"
}Response
OK