PomeloEx.Cards.Credits.Statements (PomeloEx v0.1.0)

View Source

This service allows you to inquire about the account statements for the different Credit Lines. Find more information about Account Statements in our documentation.

Summary

Functions

Get the following Statement The endpoint /credit-lines/{credit-line-id}/statements/next allows you to obtain the statement for the current period.

Get Last Statement The /credit-lines/{credit-line-id}/statements/last endpoint allows you to get the last generated statement.

Get a Statement El endpoint /credit-lines/{credit-line-id}/statements/{id} te permite obtener un resumen específico a partir de un ID de statement

Search Account Statements The endpoint /credit-lines/{credit-line-id}/statements allows you to search statements by specifying attributes.

Functions

get_following_statements(payload)

Get the following Statement The endpoint /credit-lines/{credit-line-id}/statements/next allows you to obtain the statement for the current period.

get_last_statements(payload)

Get Last Statement The /credit-lines/{credit-line-id}/statements/last endpoint allows you to get the last generated statement.

get_statement(payload)

Get a Statement El endpoint /credit-lines/{credit-line-id}/statements/{id} te permite obtener un resumen específico a partir de un ID de statement

search_account_statements(payload)

Search Account Statements The endpoint /credit-lines/{credit-line-id}/statements allows you to search statements by specifying attributes.

Filters# You can find more information on how to apply filters in the section Filters and pagination.