Skip to main content

Get Automatic Pix Charge by ID

GET 

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

Tag: api-baas-get-by-id-pix-automatic-chargeDescription: Retrieve the details of a pix automatic charge by providing its ID.

Request

Path Parameters

    id stringrequired

    Charge 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

Charge found.

Schema
    id stringrequired

    Charge ID.

    status stringrequired

    Possible values: [PENDING_WAITING, PENDING_CONFIRMED, CREATED, CREATED_FAILED, PAID, NOT_PAID, WAITING_CANCELLATION, CANCELED, CANCELED_FAILED]

    Charge status

    pix_automatic_recurrence_id stringrequired

    Pix Automatic Recurrence ID

    scheduling_purpose stringrequired

    Possible values: [SCHEDULING, NEW_ATTEMPT, RESEND]

    Scheduling purpose

    due_date YYYY-MM-DDrequired

    Due date

    value numberrequired

    Value

    cancellation_reason string

    Possible values: [ACCOUNT_CLOSED, ACCOUNT_BLOCKED, RECURRENCE_CANCELED, SETTLEMENT_FAILURE, OTHER_REASON_BY_PARTICIPANT, REQUESTED_BY_PAYER, REQUESTED_BY_RECEIVER]

    Cancellation reason

    created_at date-timerequired

    Charge creation date.

    updated_at date-timerequired

    Charge update date.

Loading...