PomeloEx.Fraud.SoftBlock (PomeloEx v0.1.0)

View Source

The Soft Block service allows you to temporarily soft-block merchants based on failed transaction attempts, providing protection against suspicious activity.

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

Summary

Functions

Soft-block a merchant by name.

Get a paginated list of merchants' soft blocks.

Get the status of a merchant's soft block.

Remove a merchant's soft block.

Update a merchant's soft block expiration.

Functions

create_soft_block(payload)

Soft-block a merchant by name.

get_soft_block_list(payload)

Get a paginated list of merchants' soft blocks.

get_soft_block_status(payload)

Get the status of a merchant's soft block.

remove_soft_block(payload)

Remove a merchant's soft block.

update_soft_block(payload)

Update a merchant's soft block expiration.