Statements

We generate a summary of transactions for each billing cycle for you to share with your clients.


Introduction

The statement of an credit card is a summary of the transactions made during a billing cycle. This includes fees, interest, taxes, and any other relevant concept that impacts the balance to be paid.

Information on a statement

Respecting the billing cycles you have defined, we will generate the statements with this information and make it available to you via API or PDF:

Closing dateThe day in which the billing cycle ends. Determines which operations are considered to form the statement of account.
Due dateUntil when the debt can be paid without incurring penalties.
Next closing and due datesWe inform you about the next billing period and the operations of which period we will consider.
Total paymentWe show you the total amount of the debt including taxes. It only considers the accrued installments until the closing date.
Minimum paymentThe minimum amount to be paid in order to avoid default. Read more about Minimum payment.
Rates and rate comparisonsIncludes the rates defined in the product configuration and the rate comparisons required by the regulatory authority of each country.
LimitsWe show you the limits that have been defined. Read more about limits.
Previous balanceThe total debt from the previous period.
Payments madeThe sum of payments made during the considered period.
Total purchasesThe value of the total purchases made in the considered period.
Total charges and taxesIncludes interest, taxes, and fees for the period.
Details of operations for the periodWe detail all the transactions made during the period: purchases, payments, and advances. We also include relevant information such as taxes and exchange rates when applicable.
Details of installments to be paid in the periodThe list of installments to be paid in the current period for all active plans.

Example of PDF statement for 🇧🇷 Brazil

Example of PDF statement for 🇲🇽 Mexico

PDF Statements

If you choose to receive the statements for your clients in PDF format, you will need to follow these steps:

  1. Interact with the Create product endpoint by sending generate_pdf: true within the statement object. If you have already created the product, you can update this preference using this endpoint.
  2. You will need to provide us with the following information:
    • Logo in maximum 83x30px resolution and 300 DPI (pixel density).
    • Phone number.
    • Address.
    • Contact email.
    • Legal name of the entity.
    • Only if you operate in 🇲🇽 Mexico: proof of tax situation (tax regime and RFC key).
  3. Each month we will generate the PDF at 00:00 (originating card country's time) on the day after the billing cycle closes, and make it available in the Dashboard or via SFTP at this path: credit_card/<period>/<credit_line_id>.pdf.

Check statement

You can check a specific statement using this endpoint, and if you need to search for several, you can use this other one.

Filter by statements with status GENERATED to see those with the closed period, or CREATED to see those with an open period.

You can also check the latest statement of account with status GENERATED using this endpoint.

Open period

To show your clients their real-time operations, we provide a service for you to check the transactions that have not yet impacted a statement. You can see the presented operations and also have information about the payments that your client has made in that period.

Open period queries

  • You can check statements for open periods using this endpoint. They have the CREATED status.
  • You can check the transactions authorized by the Credit Core but that have not yet been presented by interacting with this endpoint. Use the AUTHORIZED filter.

Did you find the content of this document helpful?