Authorization / Confirmation
Creating an authorization
Parameter
Description
POST /authorization
{
"transaction_type": "pix_out",
"currency": "brl",
"amount": 10000,
"param_account_1": "2874d9c5-e919-8715-b3eb-4ee3440a2fe3",
"param_account_2": "bb2b0e40-2308-5330-bb6a-6de434493f0e",
"settled_at": "2023-06-01",
"external_id": "our id 1234",
"custom_entries": [
{
"entry_type": "pix_out_fee",
"decimals": 2,
"amount_type": "value",
"amount": 250
}
],
"metadata": {
"key": "value"
}
}Confirming an authorization
Reverting an authorization
Retrieving unconfirmed authorizations
Last updated