v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAutomatic Pix
Create recurrence
Initiate a payment request to create a Pix Automatic recurrence payment authorization.
The Central Bank of Brazil (BACEN) created Pix Automatic - a feature that allows for scheduled and automatic recurring transfers.
For more information, refer to Pix Automatic
post/inst-pull-pay/v1/pix/automatic
Headers
x-account-idinteger required
Account ID
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.
x-tenantstring
Organization ID
Request body
Example request
{
"contract_id": "5509-uroo-78944-9987",
"description": "Gym membership",
"frequency_type": "MONTH",
"first_payment_date": "2025-04-25",
"debtor": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer"
},
"payer": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN",
"city_code": "3550308"
},
"amount": 215,
"min_payment_amount": 10.09,
"last_payment_date": "2026-06-10",
"expiration_date": "2020-08-13T13:49:03.000Z",
"taxes": {
"tax_identifier": "IS0435879820240605bcdb1fhn43a",
"records": [
{
"tax_type": "IBS",
"amount": 1050.44
}
]
}
}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
}
]
}
}