Supported Events

{
    "event": "provider.added",
    "data": {
        "id": "62b55f20db4f39116566d2c0",
        "provider_details": {
            "_id": "62b55e161aa22db1289897f1",
            "name": "Paystack",
            "logo": "https://res.cloudinary.com/dsxddxoeg/image/upload/v1655721954/getwallets/Paystack_2.svg",
            "app_url": "https://dashboard.paystack.com",
            "website": "https://paystack.com",
            "type": "payin",
            "methods": [
                "Card",
                "Virtual Account"
            ],
            "country": "Nigeria",
            "currencies": [
                "NGN"
            ],
            "coming_soon": false,
            "description": "Paystack enables African businesses to get paid by anyone, anywhere in the world."
        },
        "provider_id": "62b55e161aa22db1289897f1",
        "environment": "live",
        "country": "Nigeria",
        "currency": "NGN",
        "organization_id": "62750a61453dfdc07d64932b",
        "created_at": "2022-06-24T06:52:16.746Z",
        "updated_at": "0001-01-01T00:00:00Z",
        "is_default": true,
        "payment_type": "payin",
        "access": "private",
        "group": "main",
        "method": "Card"
    }
}
{
    "event": "customer.created",
    "data": {
        "id": "62b48f8dd3e6952d9c596b34",
        "full_name": "Patrick Ikoi",
        "phone_number": "+234814538254",
        "organization_id": "62750a61453dfdc07d64932b",
        "environment": "live",
        "email": "[email protected]",
        "country": "Nigeria",
        "status": "active",
        "created_at": "2022-06-23T16:06:37.783Z",
        "updated_at": "2022-06-23T16:06:37.783Z",
        "is_deleted": false
    }
}
{
    "event": "payment.successful",
    "data": {
        "id": "62b48f8dd3e6952d9c596b38",
        "created_at": "2022-06-23T16:06:37.819Z",
        "updated_at": "2022-06-23T16:06:37.819Z",
        "amount": 100000,
        "reference": "ORCH-62b48f8dd3e6952d9c596b36",
        "status": "successful",
        "currency": "NGN",
        "environment": "live",
        "payment_method": "Card",
        "provider": "62b48f40d3e6952d9c596b2c",
        "provider_name": "Paystack",
        "provider_ref": "62b48f82d3e6952d9c596b33",
        "payment_type": "payin",
        "meta_data": null,
        "organization_id": "62750a61453dfdc07d64932b",
        "customer_id": "62b48f8dd3e6952d9c596b34",
        "link_id": "62b410835e80c49f7e5bf1f7",
        "customer_detail": {
            "full_name": "Patrick Ikoi",
            "phone_number": "",
            "email": "[email protected]",
            "country": "Nigeria"
        }
    }
}
{
    "event": "payment.failed",
    "data": {
        "id": "62b48f8dd3e6952d9c596b38",
        "created_at": "2022-06-23T16:06:37.819Z",
        "updated_at": "2022-06-23T16:06:37.819Z",
        "amount": 100000,
        "reference": "ORCH-62b48f8dd3e6952d9c596b36",
        "status": "failed",
        "currency": "NGN",
        "environment": "live",
        "payment_method": "Card",
        "provider": "62b48f40d3e6952d9c596b2c",
        "provider_name": "Paystack",
        "provider_ref": "62b48f82d3e6952d9c596b33",
        "payment_type": "payin",
        "meta_data": null,
        "organization_id": "62750a61453dfdc07d64932b",
        "customer_id": "62b48f8dd3e6952d9c596b34",
        "link_id": "62b410835e80c49f7e5bf1f7",
        "customer_detail": {
            "full_name": "Patrick Ikoi",
            "phone_number": "",
            "email": "[email protected]",
            "country": "Nigeria"
        }
    }
}