PomeloEx.Cards.Processing.Summaries (PomeloEx v0.1.0)

View Source

Tax calculation and retrieval for card statements.

Available for credit cards issued in Argentina that do not use the Pomelo Credits lending engine. Provides tax calculation initiation and retrieval of applied taxes per billing period.

Summary

Functions

Calculate Taxes The endpoint /taxes/v1/statements is used to initiate the tax calculation for a billing period.

Retrieve taxes The endpoint /taxes/v1/statements/{statement_id} is used to retrieve the taxes applied to a card during a specific billing period.

Functions

calculate_taxes(payload)

Calculate Taxes The endpoint /taxes/v1/statements is used to initiate the tax calculation for a billing period.

Considerations Please specify the card's public ID and the period for which taxes will be calculated

retrieve_taxes(payload)

Retrieve taxes The endpoint /taxes/v1/statements/{statement_id} is used to retrieve the taxes applied to a card during a specific billing period.

Considerations# Please provide the statement_id corresponding to the billing period for which you wish to obtain the applied taxes.