{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-api-documentation/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["typography"]},"type":"markdown"},"seo":{"title":"Glomo Webhooks"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"glomo-webhooks","__idx":0},"children":["Glomo Webhooks"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"order-webhooks","__idx":1},"children":["Order Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Order webhooks notify you about events related to orders."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" active "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order has been created and is awaiting payment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" paid "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order has been paid successfully."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" expired "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order has expired."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order needs more details to be processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" under_review "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order is under review."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The order has failed."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload","__idx":2},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n    \"entity_type\": \"orders\",\n    \"event_type\": \"paid\",\n    \"data\": {\n        \"id\": \"order_6819d8046mpKt\",\n        \"customer_id\": \"cust_6819d7d0lrLvP\",\n        \"document_id\": null,\n        \"status\": \"paid\",\n        \"currency\": \"USD\",\n        \"amount\": 10000,\n        \"purpose_code\": \"P0014\",\n        \"invoice_number\": null,\n        \"invoice_description\": \"\",\n        \"invoice_amount\": 0,\n        \"reference_number\": \"REF1234\",\n        \"product\": {\n            \"name\": \"product name\",\n            \"description\": \"product description\"\n        },\n        \"payment_methods\": \"card\",\n        \"created_at\": \"2025-05-06T09:36:04Z\",\n        \"updated_at\": \"2025-05-08T13:12:54Z\",\n        \"rfi_documents\": {\n            \"rfi_doc_id\": \"rfi_doc_123\",\n            \"name\": \"Passport\"\n        },\n        \"notes\": {\n            \"key1\": \"value1\",\n            \"key2\": \"value2\"\n        }\n    }\n}\n\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment-webhooks","__idx":3},"children":["Payment Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payment webhooks notify you about events related to payment processing."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payments with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payin_type: add_funds"]}," represent a direct wallet top-up and fire only as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["event_type: success"]},"."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment has been successfully processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" in_progress "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment is being processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment needs more details to be processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" under_review "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment is under review (e.g. after RFI documents are submitted)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment has failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" funds_available "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Funds are available with Glomo and can be included in a payout or settlement"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" compliance_action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment has been flagged for a compliance review and requires additional documents. See ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_status"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi"]}," in the payload."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" compliance_under_review "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The requested documents have been submitted and are being reviewed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" compliance_approved "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The compliance review is complete and the payment has been cleared."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" compliance_rejected "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The compliance review is complete and the payment has been rejected."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"understanding-payment-amounts","__idx":4},"children":["Understanding Payment Amounts"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The payment webhook includes three different amount fields that represent different stages of the payment flow:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Example"},"children":["Example"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["requested_amount"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["requested_currency"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The original amount the merchant requested (in settlement currency, excluding customer-borne fees)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Merchant requests $1,000 USD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_amount"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_currency"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The total amount the customer pays (in order currency, includes customer-borne fees)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer pays 3,745.80 AED (includes 1% txn fee + 1% FX fee)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["converted_amount"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"span","attributes":{"style":{"whiteSpace":"nowrap"}},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["converted_currency"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The final amount after currency conversion (in settlement currency, includes all fees)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Total amount received is $1,020 USD"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Fees Breakdown:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["txn_fee"]},": Transaction processing fee"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fx_fee"]},": Foreign exchange/currency conversion fee"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["referral_fee"]},": Referral or platform fee (if applicable)"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note on amounts:"]}," All amounts are represented in the smallest currency unit. For example, if the amount is $299.00, then 29900 is passed in this field. In the case of three decimal currencies, such as KWD, BHD and OMR, to represent an amount of 295.991, we will pass the value as 295990. And in the case of zero decimal currencies such as JPY, for amount ￥295, we will pass the value as 295."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-1","__idx":5},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"payment\",\n  \"event_type\": \"in_progress\",\n  \"data\": {\n    \"id\": \"payt_686f7cc3pe69T\",\n    \"payin_id\": \"order_686f7c8c7txqj\",\n    \"payin_type\": \"orders\",\n    \"customer_id\": \"cust_686f7c6evv6Nv\", // only valid for regular businesses\n    \"merchant_id\": \"merch_68cc1216xPrdU\", // only valid for platform businesses\n    \"product_name\": null,\n    \"product_description\": null,\n    \"status\": \"active\",\n    \"payment_amount\": 374580,\n    \"payment_currency\": \"AED\",\n    \"converted_amount\": 102000,\n    \"converted_currency\": \"USD\",\n    \"requested_amount\": 100000,\n    \"requested_currency\": \"USD\",\n    \"purpose_code\": \"P1301\",\n    \"sender_name\": \"SHORYA KUMAR PRADEEP\",\n    \"paid_at\": null,\n    \"country\": \"IND\",\n    \"fees\": {\n      \"txn_fee\": {\n        \"currency\": \"USD\",\n        \"amount\": 1000\n      },\n      \"fx_fee\": {\n        \"currency\": \"USD\",\n        \"amount\": 1000\n      },\n      \"referral_fee\": {\n        \"currency\": \"USD\",\n        \"amount\": 0\n      }\n    },\n    \"documents\": [],\n    \"payment_method\": {\n      \"type\": \"bank_transfer\",\n      \"details\": {\n        \"sender_name\": \"Test Name\",\n        \"sender_account_number\": \"50100116025317\",\n        \"receiver_account_number\": \"98765432109876\",\n        \"sender_country\": \"IND\",\n        \"sender_bank_name\": \"JPMORGAN CHASE BANK,N.A.\",\n        \"sender_bank_country\": \"USA\",\n        \"sender_bank_address\": \"270 Park Avenue, New York\",\n        \"swift_code\": \"CHASUS33\",\n        \"local_routing_number\": null,\n        \"external_reference\": \"GLM7A2C1\",\n        \"transfer_type\": \"swift\",\n        \"remittance_information\": \"Test Remittance Information\"\n      }\n    },\n    \"fee_bearer\": \"customer\",\n    \"created_at\": \"2025-07-10T08:41:39Z\",\n    \"updated_at\": \"2025-07-10T08:41:52Z\",\n    \"error_code\": null,\n    \"error_description\": null,\n    \"customer_error_description\": null,\n    \"error_message\": null,\n    \"funds_available\": false\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload--compliance-action-required","__idx":6},"children":["Sample Payload — Compliance Action Required"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_status"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi"]}," are present on every payment webhook event once a payment has been screened — not only on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_action_required"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi.documents_required"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi.response_deadline"]}," are present only when ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_status"]}," is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action_required"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Other compliance events (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_under_review"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_approved"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["compliance_rejected"]},") include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi.id"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi.reason_code_description"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rfi.reason_code"]},", without ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["documents_required"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["response_deadline"]},"."]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"payment\",\n  \"event_type\": \"compliance_action_required\",\n  \"data\": {\n    \"id\": \"payt_686f7cc3pe69T\",\n    \"status\": \"success\",\n    \"compliance_status\": \"action_required\",\n    \"rfi\": {\n      \"id\": \"rfi_6a72a39b38jDD\",\n      \"reason_code_description\": \"The payment has been flagged for a compliance review and requires additional information before it can credited to your account.\",\n      \"reason_code\": \"COMPLIANCE_REVIEW\",\n      \"documents_required\": [\n        {\n          \"rfi_doc_id\": \"rfidoc_6a72a39bGslYe\",\n          \"description\": \"Upload documents supporting this payment: invoice matching the transaction amount and date, card statement for the billing cycle containing this transaction, bank statement showing the card bill repayment, proof of source of funds for the repaying account, and a note stating the purpose of the transfer.\",\n          \"multiple_allowed\": true,\n          \"max_count\": 15\n        },\n        {\n          \"rfi_doc_id\": \"rfidoc_6a72a39b38jDD\",\n          \"description\": \"Passport\",\n          \"multiple_allowed\": false,\n          \"max_count\": 1\n        }\n      ],\n      \"response_deadline\": \"2026-08-21T10:29:00Z\"\n    },\n    \"payment_amount\": 374580,\n    \"payment_currency\": \"AED\",\n    \"funds_available\": false\n    // ...remaining fields are the same as any other payment webhook, see the sample payload above\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payment-link-webhooks","__idx":7},"children":["Payment Link Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payment Link webhooks notify you about events related to payment links."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payment links with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payin_type: add_funds"]}," are created to fund a wallet and fire only as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["event_type: paid"]},"."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" active "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link has been created and is awaiting payment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" paid "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link has been paid successfully."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" partially_paid "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link has been partially paid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link needs more details to be processed.."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" expired "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link has expired."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" under_review "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link is under review."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" cancelled "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link has been cancelled."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payment link couldn't be created."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-2","__idx":8},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"payment_link\",\n  \"event_type\": \"success\",\n  \"data\": {\n    \"id\": \"plink_6819d8046mpKt\",\n    \"customer_id\": \"cust_6819d7d0lrLvP\",\n    \"document_id\": null,\n    \"status\": \"paid\",\n    \"currency\": \"USD\",\n    \"amount\": 10000,\n    \"purpose_code\": \"P0014\",\n    \"expires_at\": \"2025-05-15T18:30:00Z\",\n    \"last_reminder_sent_at\": \"2025-05-06T09:36:12Z\",\n    \"invoice_amount\": 0,\n    \"invoice_description\": \"\",\n    \"invoice_number\": null,\n    \"payment_link\": \"https://glomopay.com/payment-links/plink_6819d8046mpKt\",\n    \"reminder_frequency\": 0,\n    \"created_at\": \"2025-05-06T09:36:04Z\",\n    \"updated_at\": \"2025-05-08T13:12:54Z\",\n    \"notes\": {\n      \"key1\":\"value1\",\n      \"key2\":\"value2\"\n    }\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payout-webhooks","__idx":9},"children":["Payout Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payout webhooks notify you about payout lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#4958AC"},"children":[" pending_approval "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout has been submitted under maker-checker and is awaiting approval."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" in_progress "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout has been accepted and is being processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout requires more details to be processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout has been successfully processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout has failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" cancelled "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The payout has been cancelled. Includes auto-cancellation when a linked quote expires before submission, in which case ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["error_code"]}," is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["QUOTE_EXPIRED"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-3","__idx":10},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"payout\",\n  \"event_type\": \"in_progress\",\n  \"data\": {\n    \"id\": \"payout_9z8y7x6w5v\",\n    \"beneficiary_id\": \"bene_a1b2c3d4e5\",\n    \"source_amount\": 100000,\n    \"source_currency\": \"USD\",\n    \"destination_amount\": 8235000,\n    \"destination_currency\": \"INR\",\n    \"purpose_code\": \"PYR002\",\n    \"status\": \"in_progress\",\n    \"fees\": {\n      \"txn_fee\": {\n        \"currency\": \"USD\",\n        \"amount\": 500\n      },\n      \"fx_fee\": {\n        \"currency\": \"USD\",\n        \"amount\": 250\n      }\n    },\n    \"mid_market_rate\": {\n      \"currency\": \"INR\",\n      \"rate\": 83.12\n    },\n    \"documents\": [\n      \"doc_11aa22bb33\"\n    ],\n    \"utr\": null,\n    \"created_at\": \"2026-06-03T10:20:00Z\",\n    \"updated_at\": \"2026-06-03T10:20:00Z\",\n    \"fee_collection_mode\": \"merchant\",\n    \"request_id\": \"req-7f3a9c20\",\n    \"payment_rail\": \"neft\",\n    \"invoice_number\": \"INV-2026-001\",\n    \"notes\": {\n      \"internal_ref\": \"batch-42\"\n    },\n    \"error_code\": null,\n    \"error_description\": null,\n    \"customer_error_description\": null,\n    \"quote_id\": \"quote_3m4n5o6p7q\",\n    \"taxes\": []\n  }\n}\n\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"beneficiary-webhooks","__idx":11},"children":["Beneficiary Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Beneficiary webhooks notify you about beneficiary lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" active "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The beneficiary has been approved and is active."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" rejected "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The beneficiary has been rejected."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-4","__idx":12},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"beneficiary\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"id\": \"bene_6989dfe1AgGFI\",\n    \"name\": \"Test auto approve 2\",\n    \"category\": \"payout\",\n    \"email\": \"finance@acme.com\",\n    \"phone\": \"+14155551234\",\n    \"nickname\": \"ACME Primary Account\",\n    \"status\": \"active\",\n    \"created_at\": \"2026-02-09T13:23:45Z\",\n    \"updated_at\": \"2026-02-09T13:24:42Z\",\n    \"type\": \"business\",\n    \"documents\": [\n      \"doc_68e7980auYRAs\"\n    ],\n    \"address\": {\n      \"address_line1\": \"123 Business Park\",\n      \"address_line2\": \"Suite 100\",\n      \"city\": \"New York\",\n      \"state\": \"NY\",\n      \"country_code\": \"USA\",\n      \"postal_code\": \"10001\"\n    },\n    \"bank_account\": {\n      \"account_number\": \"1234657557\",\n      \"name\": \"Citibank NA\",\n      \"swift_code\": \"CITIUS33\",\n      \"local_routing_number\": \"021000089\",\n      \"currency\": \"USD\",\n      \"address\": {\n        \"address_line1\": \"388 Greenwich Street\",\n        \"address_line2\": null,\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"country_code\": \"USA\",\n        \"postal_code\": \"10013\"\n      },\n      \"intermediate_bank\": {\n        \"name\": \"JPMorgan Chase Bank\",\n        \"country\": \"USA\",\n        \"swift_code\": \"CHASUS33\",\n        \"account_number\": \"123456789\"\n      }\n    },\n    \"upi_account\": null\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"refund-webhooks","__idx":13},"children":["Refund Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Refund webhooks notify you about refund lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The refund has been successfully processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The refund requires more details to be processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The refund failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#4958AC"},"children":[" utr.updated "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The refund's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["utr"]}," was updated."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-5","__idx":14},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"refund\",\n  \"event_type\": \"success\",\n  \"data\": {\n    \"id\": \"refund_682c42dfkOVpL\",\n    \"payment_id\": \"payt_681cadccoSbsj\",\n    \"customer_id\": \"cust_6819d7d0lrLvP\",\n    \"amount\": 10000,\n    \"currency\": \"USD\",\n    \"balance_used\": {\n      \"currency\": \"USD\",\n      \"amount\": 10000\n    },\n    \"status\": \"success\",\n    \"reason\": \"Requested By Customer\",\n    \"fees\": {\n      \"fx_fees\": {\n        \"currency\": \"USD\",\n        \"amount\": 0\n      },\n      \"txn_fees\": {\n        \"currency\": \"USD\",\n        \"amount\": 200\n      }\n    },\n    \"documents\": [],\n    \"error_code\": null,\n    \"error_message\": null,\n    \"created_at\": \"2025-05-20T08:52:47Z\",\n    \"updated_at\": \"2025-05-20T08:53:55Z\",\n    \"utr\": null, // assigned after the refund succeeds, sent via utr.updated\n    \"partial_refund\": false,\n    \"fee_collection_mode\": \"immediate\"\n  }\n}\n\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"settlement-webhooks","__idx":15},"children":["Settlement Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Settlement webhooks notify you about settlement lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#4958AC"},"children":[" initiate "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The settlement has been successfully initiated."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The funds have been successfully remitted from our account."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The settlement failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" cancelled "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The settlement was cancelled by glomo."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-6","__idx":16},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"settlement\",\n  \"event_type\": \"success\",\n  \"data\": {\n    \"id\": \"setl_688774f9Iny7U\",\n    \"status\": \"success\",\n    \"payment_method\": \"swift_transfer\",\n    \"amount\": 29100,\n    \"currency\": \"USD\",\n    \"fees\": {\n      \"fx_fee\": {\n        \"amount\": 0,\n        \"currency\": \"USD\"\n      },\n      \"txn_fee\": {\n        \"amount\": 288,\n        \"currency\": \"USD\"\n      }\n    },\n    \"utr\": \"HDFC123456789012\",\n    \"created_at\": \"2025-07-28T13:02:49.572Z\",\n    \"updated_at\": \"2025-07-28T13:05:40.216Z\",\n    \"receipt_ids\": [\n      \"doc_6829c85fm0s0Z\"\n    ]\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"internal-transfer-webhooks","__idx":17},"children":["Internal Transfer Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Internal Transfer webhooks notify you about events related to internal transfers between merchant accounts."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The internal transfer has been successfully processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The internal transfer has failed."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-7","__idx":18},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"internal_transfer\",\n  \"event_type\": \"success\",\n  \"data\": {\n    \"id\": \"inttransfer_68ef608dXUXqr\",\n    \"from_merchant_id\": \"merch_68cc1216xPrdU\",\n    \"to_merchant_id\": \"merch_68cc0571y5S4h\",\n    \"owner_merchant_id\": \"merch_68cc0571y5S4h\",\n    \"transfer_amount\": 10000,\n    \"transfer_currency\": \"AED\",\n    \"reference\": \"Test internal transfer\",\n    \"fees\": {\n      \"txn_fee\": {\n        \"currency\": \"AED\",\n        \"amount\": 0\n      },\n      \"fx_fee\": {\n        \"currency\": \"AED\",\n        \"amount\": 0\n      }\n    },\n    \"error_code\": null,\n    \"error_description\": null,\n    \"created_at\": \"2025-10-15T08:51:25Z\",\n    \"updated_at\": \"2025-10-15T08:51:25Z\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"subscription-webhooks","__idx":19},"children":["Subscription Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Subscription webhooks notify you about events related to subscriptions."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#4958AC"},"children":[" active "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription is active."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#b70644"},"children":[" authorized "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has been authorized and recurring payments will start on the scheduled date"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#06AEB7"},"children":[" cancelled "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has been cancelled and no further billing will occur."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" completed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has run its full billing cycle and is complete."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" expired "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has expired and is no longer valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#4958AC"},"children":[" halted "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has been halted and is pending manual reactivation."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" paused "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has been paused. No further payments will be charged until resumed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#06AEB7"},"children":[" updated "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The subscription has been updated."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-8","__idx":20},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n    \"entity_type\": \"subscription\",\n    \"event_type\": \"completed\",\n    \"data\": {\n        \"id\": \"sub_5JU9yv0lGSUP\",\n        \"customer_id\": \"cust_5JU9yv0lGSUP\",\n        \"product_name\": \"ShieldGuard Insurance\",\n        \"product_description\": \"Flexible, monthly insurance for belongings, travel, and digital assets, easy to manage\",\n        \"plan_name\": \"ShieldGuard Lite\",\n        \"plan_description\": \"Simple, monthly insurance plan that covers your basic belongings and key digital assets\",\n        \"reference_number\": \"R0001\",\n        \"status\": \"active\",\n        \"amount\": 1000,\n        \"currency\": \"USD\",\n        \"interval_type\": \"month\",\n        \"interval_count\": 1,\n        \"billing_cycles\": 12,\n        \"start_date\": \"2025-01-01\",\n        \"end_date\": \"2025-12-01\",\n        \"expires_at\": \"2025-01-07\",\n        \"next_payment_date\": \"2025-02-01\",\n        \"subscription_link_url\": \"https://glomopay.com/subscription/sub_5JU9yv0lGSUP\",\n        \"cancelled_at\": \"2025-01-15\",\n        \"notes\": {\n            \"key1\": \"value1\",\n            \"key2\": \"value2\"\n        }\n    }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"merchant-webhooks","__idx":21},"children":["Merchant Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Merchant webhooks notify you about lifecycle events related to a merchant account. This applies to partner platform merchants only."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Glomo requires additional information about the business to proceed with the onboarding"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" pending "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The merchant is pending onboarding on Glomo's end."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" success "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The merchant onboarding completed successfully."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" offboarded "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The merchant has been offboarded and access has been revoked."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-9","__idx":22},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"data\": {\n    \"entity_type\": \"merchant\",\n    \"event_type\": \"success\",\n    \"data\": {\n      \"owner_merchant_id\": \"merch_6909a7b8z9ZHi\",\n      \"merchant_id\": \"merch_696f362cYrLa1\",\n      \"status\": \"success\",\n      \"name\": \"merchant name\",\n      \"registration_number\": \"your registration number\",\n      \"registration_country\": \"IND\",\n      \"address\": {\n        \"address_line1\": \"123 Main St\",\n        \"address_line2\": \"\",\n        \"city\": \"Bangalore\",\n        \"state\": \"Karnataka\",\n        \"pincode\": \"560060\",\n        \"country\": \"IND\"\n      },\n      \"operation_countries\": [\n        \"IND\"\n      ],\n      \"entity_type\": \"individual\",\n      \"category\": \"Agricultural Services\",\n      \"sub_category\": \"Veterinary Services\",\n      \"created_at\": \"2026-01-20T08:00:44Z\",\n      \"updated_at\": \"2026-01-20T08:00:44Z\",\n      \"jwt_token\": \"jwt_token\",\n      \"public_key\": \"public_key\",\n      \"gender\": \"male\",\n      \"date_of_birth\": \"2001-08-04\"\n    }\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"virtual-account-webhooks","__idx":23},"children":["Virtual Account Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Virtual account webhooks notify you about virtual account lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" active "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Virtual account is activated successfully"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" inactive "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Virtual account is marked as inactive"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-10","__idx":24},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"aed","__idx":25},"children":["AED"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695b907fS58rY\",\n    \"currency\": \"AED\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-05T10:20:47Z\",\n    \"updated_at\": \"2026-01-05T10:20:47Z\",\n    \"account_number\": \"AE580863912382801669068\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"eur","__idx":26},"children":["EUR"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695b8fbaWj7bp\",\n    \"currency\": \"EUR\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-05T10:17:30Z\",\n    \"updated_at\": \"2026-01-05T10:17:30Z\",\n    \"iban\": \"DK2089000025417759\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"gbp","__idx":27},"children":["GBP"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695b8fbaKQL3s\",\n    \"currency\": \"GBP\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-05T10:17:30Z\",\n    \"updated_at\": \"2026-01-05T10:25:36Z\",\n    \"account_number\": \"25417759\",\n    \"sort_code\": \"608382\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"aud","__idx":28},"children":["AUD"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695b91dfpy8QG\",\n    \"currency\": \"AUD\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-05T10:26:39Z\",\n    \"updated_at\": \"2026-01-05T10:26:39Z\",\n    \"account_number\": \"025417789\",\n    \"bsb_number\": \"252000\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"usd-ach","__idx":29},"children":["USD ACH"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695cc483YWZHQ\",\n    \"currency\": \"USD\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-06T08:14:59Z\",\n    \"updated_at\": \"2026-01-06T08:14:59Z\",\n    \"account_number\": \"5277155107\",\n    \"routing_number\": \"111000025\",\n    \"payment_rails\": \"ach\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"usd-fedwire","__idx":30},"children":["USD Fedwire"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"virtual_account\",\n  \"event_type\": \"active\",\n  \"data\": {\n    \"account_id\": \"va_695cc483wlI4h\",\n    \"currency\": \"USD\",\n    \"name\": \"Test Merchant Name\",\n    \"status\": \"active\",\n    \"merchant_id\": \"merch_694bb0289P4Cz\",\n    \"created_at\": \"2026-01-06T08:14:59Z\",\n    \"updated_at\": \"2026-01-06T08:14:59Z\",\n    \"account_number\": \"5277155107\",\n    \"routing_number\": \"026009593\",\n    \"payment_rails\": \"wire\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"kyc-journey-webhooks","__idx":31},"children":["KYC Journey Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["KYC Journey webhooks notify you about KYC verification lifecycle events."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" initiated "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification has been initiated."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" in_progress "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification is being processed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" completed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification has been completed successfully."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" rejected "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification has been rejected."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" action_required "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification requires additional information to proceed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#B75906"},"children":[" under_review "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification is under review."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#BC1919"},"children":[" failed "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The KYC verification failed. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["failure_reason"]}," field describes the cause."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-11","__idx":32},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"kyc_journey\",\n  \"event_type\": \"completed\",\n  \"data\": {\n    \"id\": \"kyc_6819d8046mpKt\",\n    \"status\": \"completed\",\n    \"customer_id\": \"cust_6819d7d0lrLvP\",\n    \"bank_enabled\": true,\n    \"bank_name\": \"HDFC bank\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload--failed","__idx":33},"children":["Sample Payload — Failed"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"kyc_journey\",\n  \"event_type\": \"failed\",\n  \"data\": {\n    \"id\": \"kyc_6819d8046mpKt\",\n    \"status\": \"failed\",\n    \"customer_id\": \"cust_6819d7d0lrLvP\",\n    \"failure_reason\": \"CKYC bureau verification failed with prefilled data\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customer_id"]}," is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}," for KYC links created with an email address only (no existing customer record). Consumers should handle this case."]}]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_enabled"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_name"]}," are only present when the KYC journey is part of an LRS (Liberalised Remittance Scheme) flow, initiated via a Payment Session. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_enabled"]}," indicates whether the customer's bank is supported for LRS remittance. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_name"]}," is the human-readable name of the resolved bank (e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"HDFC bank\""]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"Axis bank\""]},"). Both fields are omitted for standalone KYC journeys not linked to an LRS Payment."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"balance-webhooks","__idx":34},"children":["Balance Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Balance webhooks notify you about credits to your Funded Balance. They apply only to merchants on the Funded Balance model."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When an Add Balance top-up succeeds, the standard ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#payment-webhooks"},"children":["Payment webhook"]}," also fires for the Add Fund payment (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["event_type: success"]},", with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payin_type: add_funds"]},")."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event Type"},"children":["Event Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Typography","attributes":{"fontColor":"#008A5A"},"children":[" balance.funded_balance.credited "]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["An Add Balance top-up has been credited to the Funded Balance."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-payload-12","__idx":35},"children":["Sample Payload"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"Sample","header":{"controls":{"copy":{}}},"source":"{\n  \"entity_type\": \"balance\",\n  \"event_type\": \"balance.funded_balance.credited\",\n  \"data\": {\n    \"payment_id\": \"addfunds_691eeb9aV79Uk\",\n    \"amount\": 5000000,\n    \"currency\": \"USD\",\n    \"bank_transfer_reference\": \"UTR123456789012\",\n    \"funds_credit_date\": \"2026-05-20\",\n    \"balance_available_after_credit\": 12500000,\n    \"balance_pending_after_credit\": 0,\n    \"timestamp\": \"2026-05-12T10:20:47Z\"\n  }\n}\n","lang":"Sample"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Identifier of the Add Fund payment that credited the balance."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Credited amount, in the smallest currency unit (see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#understanding-payment-amounts"},"children":["Understanding Payment Amounts"]},")."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["currency"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Currency of the credit, in ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://en.wikipedia.org/wiki/ISO_4217"},"children":["ISO 4217"]}," format."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_transfer_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reference of the inbound bank transfer (e.g. UTR). ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}," if not yet available."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["funds_credit_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Date the funds were credited. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}," if not available."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["balance_available_after_credit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Funded Balance available (this currency) after the credit, in the smallest currency unit."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["balance_pending_after_credit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Funded Balance pending (this currency) after the credit, in the smallest currency unit."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamp"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Event time, in ISO 8601 format."]}]}]}]}]}]},"headings":[{"value":"Glomo Webhooks","id":"glomo-webhooks","depth":1},{"value":"Order Webhooks","id":"order-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload","depth":3},{"value":"Payment Webhooks","id":"payment-webhooks","depth":2},{"value":"Understanding Payment Amounts","id":"understanding-payment-amounts","depth":3},{"value":"Sample Payload","id":"sample-payload-1","depth":3},{"value":"Sample Payload — Compliance Action Required","id":"sample-payload--compliance-action-required","depth":3},{"value":"Payment Link Webhooks","id":"payment-link-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-2","depth":3},{"value":"Payout Webhooks","id":"payout-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-3","depth":3},{"value":"Beneficiary Webhooks","id":"beneficiary-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-4","depth":3},{"value":"Refund Webhooks","id":"refund-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-5","depth":3},{"value":"Settlement Webhooks","id":"settlement-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-6","depth":3},{"value":"Internal Transfer Webhooks","id":"internal-transfer-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-7","depth":3},{"value":"Subscription Webhooks","id":"subscription-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-8","depth":3},{"value":"Merchant Webhooks","id":"merchant-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-9","depth":3},{"value":"Virtual Account Webhooks","id":"virtual-account-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-10","depth":3},{"value":"AED","id":"aed","depth":4},{"value":"EUR","id":"eur","depth":4},{"value":"GBP","id":"gbp","depth":4},{"value":"AUD","id":"aud","depth":4},{"value":"USD ACH","id":"usd-ach","depth":4},{"value":"USD Fedwire","id":"usd-fedwire","depth":4},{"value":"KYC Journey Webhooks","id":"kyc-journey-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-11","depth":3},{"value":"Sample Payload — Failed","id":"sample-payload--failed","depth":3},{"value":"Balance Webhooks","id":"balance-webhooks","depth":2},{"value":"Sample Payload","id":"sample-payload-12","depth":3}],"frontmatter":{"seo":{"title":"Glomo Webhooks"}},"lastModified":"2026-08-20T06:09:03.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/api-documentation/webhooks/glomo-webhooks","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}