PomeloEx.Fraud.TransactionalBlock (PomeloEx v0.1.0)

View Source

The Transactional Block service allows you to manage transaction blocks by merchant (name, ID, or MCC) or by country, with flexible duration.

Want to know more about transactional blocks? Check out our documentation.

Summary

Functions

Create a block for a merchant or country.

Delete an active block by identifier.

Get a paginated list of active blocks by type.

Get the status of an active block by identifier.

Update the duration of an existing block.

Functions

create_block(payload)

Create a block for a merchant or country.

type values: merchant_id, merchant_name, merchant_mcc, country. Body varies by type (e.g., merchant_id + expiration_date).

delete_block(payload)

Delete an active block by identifier.

get_block_list(payload)

Get a paginated list of active blocks by type.

type values: merchant, country. Supported filters: filter[type] (e.g., id, mcc, code).

get_block_status(payload)

Get the status of an active block by identifier.

update_block(payload)

Update the duration of an existing block.

type values: merchant_id, merchant_name, merchant_mcc, country.