v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAutomatic Pix
Accept/reject recurrence authorization
Pix Automatic payee recurrence payment authorization acceptance or rejection
post/inst-pull-pay/v1/pix/automatic/payer/authorization
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",
"status": "REJECTED",
"reason": "AP14",
"max_payment_amount": 86753.09,
"journey_type": "AUT1",
"payment_date_time": "2020-08-13T13:49:03.000Z",
"transaction_identification": "ttx2020010300000000000000000000001"
}Response
OK
Example response
{
"mti": "0100",
"authorization_code": "F0JR9H",
"response_code": "00",
"authorization_date_time": "2020-01-01T10:10:00.000-03:00",
"custom_code": "FLB",
"match_address": true,
"match_postal_code": true,
"postal_five_digits": true,
"no_address_data": true,
"authorization_id": 4923745,
"account_id": 24141240,
"installment_value": "100.00",
"interest_rate": 2,
"number_of_installments": 2,
"contract_amount": "100.00",
"crediario_responses": [
{
"installmentValue": "51.86",
"monthlyInterestRate": "2.00",
"totalAmount": "103.72",
"numberOfInstallments": "2",
"feeAmount": "0.00",
"taxesAmount": "0.86",
"taxesPercentageOfTotalAmount": "0.83",
"feePercentageOfTotalAmount": "0.00",
"planType": "",
"annualInterestRate": "",
"monthlyTotalEffectiveCost": "",
"annualTotalEffectiveCost": "",
"installmentDate": "",
"insurance": "",
"insurancePercentageOfTotalAmount": "",
"other": "",
"otherPercentageOfTotalAmount": "",
"totalAmountToMerchant": "",
"merchantAmountPercentage": "",
"reservedForFutureUse": ""
}
]
}