Skip to main content

Get Transaction Approval Setting by ID

GET 

/v1/permissions/transaction-approval-settings/pix-payment/:id

Tag: api-baas-get-permissions-transaction-approval-settings-pix-payment-by-idDescription: Retrieve a specific transaction approval setting by its unique identifier.

Request

Path Parameters

    id stringrequired

    Transaction approval setting id.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-product-uuid string

    UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.

    x-product-target-user-uuid string

    UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

Responses

The transaction approval setting returned successfully.

Schema
    id stringrequired

    Transaction approval setting id.

    min_amount numberrequired

    Min amount.

    approvers_quantity numberrequired

    Number of approvers required for approval.

    approver_master_required booleanrequired

    Whether master approval is required.

    approver_master_quantity number

    Number of master approvers required.

    currency_id numberrequired

    Currency id.

    currency_symbol stringrequired

    Currency symbol.

    transaction_type_id numberrequired

    Transaction type id.

    transaction_type_tag stringrequired

    Possible values: [P2PBT, WITHDRAW, PIXCHANGE, PIXDEVREC, PIXDEVSEND, PIXREC, PIXREFUND, PIXREFUNDDEV, PIXSEND, PIXSENDAUTOMATIC, PIXSENDSELF, TED, CONV, BTCSEND, BTCRECEIVE, BBP, BBD, DEPORECEIVE, TEDRECEIVE, DEBITTRANSACTION, DEBITCBK, TEDFAILURE, TEDUNDO, TEDRECCBK, DEPRECCBK, DOCRECEIVE, PIXRECEIVE, WITHDRAWCBK, CASHBACK, CASHBACKCBK, FORFEITURE, DBTCARDCRED, ACTCLOSURE, REFREWARD, EXTRACREDIT, SALECREDCARD, SALEDEBTCARD, PIXWITHDRAWAL, ADMCRYPTOSEND, ADMCRYPTOREC, P2PBTCTP, P2PBTCTC, P2PTP, P2PTC, CBK, P2MTP, SP, TEDTRANSFERSELF, TEDDEVREC, PIXSENDRESTRICTED, CASHREC, BANKTRANSFERREC, BANKTRANSFERSEND_ARG, BANKTRANSFERDEV_ARG, BANKTRANSFERSEND_CHL, BANKTRANSFERDEV_CHL, BANKTRANSFERSEND_PER, BANKTRANSFERDEV_PER, DEBITCARDREC, CREDITCARDREC, CREDITDEBITCARDREC, YAPEWALLETREC, YAPEWALLETDEV, QRREC, PIXREFUNDCBK]

    Transaction type tag.

    wallet_id stringrequired

    Wallet id.

    created_at date-timerequired

    Transaction approval setting created at.

    updated_at date-timerequired

    Transaction approval setting updated at.

Loading...