v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAutomatic Pix data
Get recurrence
Get Pix Automatic recurrence
get/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.
Response
OK
Example response
{
"recurrence_id": "RN000000012025050500012345678",
"journey_type": "AUT1",
"contract_id": "5509-uroo-78944-9987",
"description": "Gym membership",
"amount": 215,
"min_payment_amount": 10.09,
"max_payment_amount": 86753.09,
"frequency_type": "MONTH",
"expiration_date": "2803",
"first_payment_date": "2025-04-25",
"last_payment_date": "2026-06-10",
"payee": {
"name": "Paul Bearer",
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN"
},
"payer": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN",
"city_code": "3550308"
},
"debtor": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer"
},
"status": "REJECTED",
"reason_code": "ACCL",
"transaction_identification": "1a84daf6-a61b-4aba-919a-a9943db7102e",
"authorizations": [
{
"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": ""
}
]
}
],
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"taxes": {
"tax_identifier": "IS0435879820240605bcdb1fhn43a",
"records": [
{
"tax_type": "IBS",
"tax_category": "INF",
"amount": 1050.44
}
]
}
}