Skip to main content

Documentation

Contact Limit Change Webhook

The CONTACT_LIMIT_CHANGE webhook is sent when there is a change to the limits on transactions that the client or merchant can create. The changes occur upon approval of additional identification information sent by the user as part of the onboarding process.

  • CONTACT_LIMIT_CHANGE Webhook

  • {
        "id": "wh_9ef05a7af4263b4ba510dc5bc08fc8bb",
        "type": "CONTACT_LIMIT_CHANGE",
        "data": {
            "limits": [{
                    "type": "daily",
                    "value": 150,
                    "country": "all",
                    "category": "cash",
                    "direction": 1
                }, {
                    "type": "weekly",
                    "value": 1050,
                    "country": "all",
                    "category": "bank",
                    "direction": 1
                }, {
                    "type": "daily",
                    "value": 150,
                    "country": "all",
                    "category": "cash",
                    "direction": -1
                }, {
                    "type": "weekly",
                    "value": 1050,
                    "country": "all",
                    "category": "bank",
                    "direction": -1
                }
            ],
            "contact": "cont_18e74bb0e99d37a240860c253a18b04a",
            "country": "BR",
            "ewallet": "ewallet_5a6ac54e3372cc140ec7fe32b59f3f66",
            "wallet_type": "person",
            "contact_type": "personal"
        },
        "trigger_operation_id": "c5a5acd2-460b-4686-8844-f6a87f405730",
        "status": "NEW",
        "created_at": 1649578161,
        "extended_timestamp": 1649578161830
    }