GuidesAPI Reference
WebsiteLog In
API Reference
WebsiteLog In

checkout completed

Likely that the Payment was made and checkout successfully returned the user to the return urls provided.
Always refer to PAYIN_COMPLETED if the payment was received by Finmo.

Response Example

{
        "webhook_notification_id": "webhook_73b60c829761415480973dfb2932e9b2",
        "org_id": "org_a734ad92b3774e3e830426c95590e2d8",
        "event_id": "xo_6aaf0e35a0d744c885d81b1a02602027",
        "event_type": "CHECKOUT",
        "event_name": "CHECKOUT_COMPLETED",
        "event_description": "CHECKOUT_COMPLETED xo_6aaf0e35a0d744c885d81b1a02602027 ",
        "webhook_url": "https://webhook-demo.finmo.net/bey36c2",
        "event_detail": {
            "amount": 100,
            "org_id": "org_a734ad92b3774e3e830426c95590e2d8",
            "status": "COMPLETED",
            "currency": "AUD",
            "metadata": {
                "order-id": 29292,
                "customer-name": "Finmo",
                "client_reference": "invoice-202020"
            },
            "payin_id": "payin_32fa75e38df44b389215bc783a0bc5d5",
            "expire_at": "2022-03-11T13:16:12.000Z",
            "created_at": "2022-03-20T13:16:11.879Z",
            "expired_at": null,
            "is_expired": false,
            "updated_at": "2022-03-20T13:17:11.386Z",
            "checkout_id": "xo_6aaf0e35a0d744c885d81b1a02602027",
            "customer_id": null,
            "description": "CHECKOUT COMPLETED",
            "webhook_url": null,
            "cancelled_at": null,
            "checkout_url": "http://checkout.finmo.net/?token=cj1hdTE7ZT1zO2lkPXhvXzZhYWYwZTM1YTBkNzQ0Yzg4NWQ4MWIxYTAyNjAyMDI3",
            "is_cancelled": false,
            "redirect_url": "https://finmo.net/",
            "checkout_token": "cj1hdTE7ZT1zO2lkPXhvXzZhYWYwZTM1YTBkNzQ0Yzg4NWQ4MWIxYTAyNjAyMDI3",
            "credit_wallet_id": "wallet_39700fa137c9401fbbc3a22ef62ba50b",
            "notification_email": null,
            "associated_payin_id": [
                "payin_32fa75e38df44b389215bc783a0bc5d5"
            ],
            "advanced_redirect_url": null,
            "notification_phone_number": null,
            "organization_reference_id": null,
                        "notification_phone_number_e164": null,
            "notification_phone_country_code": null
        },
        "created_at": "2022-03-20T13:18:09.035Z",
        "updated_at": "2022-03-20T13:18:09.035Z",
        "http_response": [{"data": {}, "status": 200, "success": true, "webhook_triggered_at": "2022-08-08T09:51:46.000Z", "webhook_trigger_attempt": 1}],
        "attempt_count": 1,
        "headers": {
          "x-security-token": "xxxxxxxxxxxx"
        }
    },