Skip to main content

Get Open Finance Payment Consent by ID

GET 

/open-finance/payment-consent/:id

Get an open finance payment consent by id.

Request

Path Parameters

    id stringrequired

    Payment consent UUID.

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

Payment consent returned.

Schema
    id stringrequired

    Payment consent UUID.

    enrollment_id string

    Payment consent enrollment ID. When payment consent is without redirect flow.

    status stringrequired

    Possible values: [PENDING, WAITING, WAITING_AUTHORIZATION, AUTHORIZED, CONSUMED, REJECTED, REVOKED, EXPIRED, ERROR, FAILED]

    Payment consent status.

    amount numberrequired

    Payment amount.

    payment_type stringrequired

    Possible values: [ACCOUNT, KEY, QR_CODE, QR_CODE_STATIC_INSTANT, QR_CODE_STATIC_WITHDRAWAL, QR_CODE_DYNAMIC_DUE_DATE, QR_CODE_DYNAMIC_WITHDRAWAL, QR_CODE_DYNAMIC_CHANGE, QR_CODE_DYNAMIC_INSTANT, REFUND, AUTOMATIC_PAYMENT, OPEN_FINANCE]

    Payment type.

    logged_user_bank_ispb string

    Client logged user bank ISPB.

    logged_user_branch_number string

    Client logged user branch number.

    logged_user_account_number string

    Client logged user account number.

    logged_user_account_type string

    Possible values: [CACC, CASH, CHAR, CISH, COMM, CPAC, LLSV, LOAN, MGLD, MOMA, NREX, ODFT, ONDP, OTHR, SACC, SLRY, SVGS, TAXE, TRAN, TRAS, CC, PG, CD, CG, CI, PP, PI]

    Client logged user account type.

    expiration_date_time date-time

    Payment consent expiration date time.

    authorized_date date-time

    Payment consent authorized date.

    rejected_date date-time

    Payment consent rejected date.

    revoked_date date-time

    Payment consent revoked date.

    expired_date date-time

    Payment consent expired date.

    redirect_uri string

    Payment consent redirect URI.

    created_at date-timerequired

    Payment consent created at.

    updated_at date-timerequired

    Payment consent updated at.

Loading...