Skip to main content

Create Bank Billet Pix Deposit Batch

POST 

/banking/billet-pix-deposit-batches

Tag: api-paas-post-banking-billet-pix-deposit-batchDescription: Create a new bank billet pix deposit batch by uploading a CSV file with the required information. The CSV must contain the following columns: payer_name, payer_document, description, amount, due_date. Optional columns: payer_email, interest_perc_value, fine_value, discount_value, fine_type, discount_type.

Request

Header Parameters

    x-transaction-uuid stringrequired

    The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.

    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.

Body

required
    batch_name stringrequired

    Batch name.

    pix_key stringrequired

    Pix key.

    personalized booleanrequired

    Whether the billet PDF will be personalized or not.

    email_send_date date-time

    Email send date. Format: YYYY-MM-DD.

    file_id stringrequired

    CSV file ID

Responses

Banking billet pix deposit batch created.

Schema
    id stringrequired

    Bank billet deposit batch ID.

    batch_name stringrequired

    Batch name.

    status stringrequired

    Possible values: [UNDER_ANALYSIS, VALIDATED, REJECTED, GENERATED, FAILED]

    Bank billet deposit batch status.

    personalized booleanrequired

    Whether the billet PDF is personalized or not.

    pix_key stringrequired

    Pix key.

    file_id stringrequired

    File ID of uploaded CSV.

    email_send_date date-time

    Email send date.

    created_at date-timerequired

    Creation date.

Loading...