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

View Source

On-us transaction processing (same-issuer transactions).

Enables processing transactions where both the issuer and acquirer are the same entity, without involvement of card networks (Mastercard, Visa, etc.). Supports authorization, presentment, and reversal operations.

Summary

Functions

Authorize transaction.

Present a transaction by its external ID.

Reverse a presentment by its Pomelo ID (original_presentment_id).

Reverse a transaction by its original transaction ID.

Reverse a transaction by its external ID.

Functions

authorize(payload)

Authorize transaction.

present_transaction_by_external_id(payload)

Present a transaction by its external ID.

present_transaction_by_pomelo_id(payload)

Reverse a presentment by its Pomelo ID (original_presentment_id).

reverse_transaction(payload)

Reverse a transaction by its original transaction ID.

reverse_transaction_by_external_id(payload)

Reverse a transaction by its external ID.