Skip to main content

Get Automatic Pix Payment by ID

GET 

/pix/scheduled-payments/automatic-payments/:id

Tag: api-paas-get-by-id-pix-automatic-paymentDescription: Retrieve the details of a pix automatic payment by providing its ID.

Request

Path Parameters

    id stringrequired

    Payment 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-lang string

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

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

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

Retrieved automatic pix payment successfully.

Schema
    id stringrequired

    Payment ID

    pix_automatic_authorization objectrequired
    id stringrequired

    Authorization ID.

    journey stringrequired

    Possible values: [JOURNEY_1, JOURNEY_2, JOURNEY_3, JOURNEY_4]

    Authorization journey

    frequency stringrequired

    Possible values: [WEEKLY, MONTHLY, QUARTERLY, SEMI_ANNUALLY, ANNUALLY]

    Authorization frequency

    start_date YYYY-MM-DDrequired

    Authorization start date

    end_date YYYY-MM-DD

    Authorization end date

    value number

    Authorization value

    floor_max_value number

    Authorization floor max value

    beneficiary_ispb stringrequired

    Authorization beneficiary ISPB

    beneficiary_document stringrequired

    Authorization beneficiary document

    beneficiary_name stringrequired

    Authorization beneficiary name

    owner_document stringrequired

    Authorization owner (payer) document

    debtor_document string

    Authorization debtor document

    debtor_name string

    Authorization debtor name

    contract_number stringrequired

    Authorization contract number

    contract_description stringrequired

    Authorization contract description

    request_expiration_date date-timerequired

    Authorization request expiration date

    status stringrequired

    Possible values: [PENDING, WAITING_APPROVAL, WAITING_REJECTION, APPROVED, REJECTED, WAITING_CANCELLATION, CANCELED, EXPIRED]

    Authorization status

    payment_max_value number

    Authorization payment max value (defined by payer)

    created_at date-time

    Authorization creation date.

    updated_at date-time

    Authorization update date.

    due_date YYYY-MM-DDrequired

    Payment due date

    value numberrequired

    Payment value

    scheduling_purpose stringrequired

    Possible values: [SCHEDULING, NEW_ATTEMPT, RESEND]

    Payment scheduling purpose

    status stringrequired

    Possible values: [CREATED, WAITING_CANCELLATION, CANCELLATION_FAILED, CANCELED]

    Payment status

    created_at date-time

    Payment creation date.

    updated_at date-time

    Payment update date.

Loading...