{
    "item": [
        {
            "name": "Notifications",
            "description": "",
            "item": [
                {
                    "id": "653172ad-404d-4e52-88b0-69181a07a11b",
                    "name": "Receive webhook notifications",
                    "request": {
                        "name": "Receive webhook notifications",
                        "description": {
                            "content": "The following schema describes the parameters sent to your ***webhookUrl*** page. The webhook notification is sent out when the status of the payment changes. The ***webhookUrl*** is set when initiating a payment session.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "webhook",
                                "path",
                                "at",
                                "partner",
                                "system"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"externalReferenceId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"paymentMethod\": \"BALANCE\"\n  },\n  \"destinationDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"network\": \"<string>\",\n    \"walletAddress\": \"<string>\",\n    \"walletAddressTag\": \"<string>\"\n  },\n  \"totalSpend\": \"<number>\",\n  \"totalSpendCurrency\": \"<string>\",\n  \"destinationToSourceRate\": \"<number>\",\n  \"transactionHash\": \"<string>\",\n  \"fees\": [\n    {\n      \"type\": \"PARTNER\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\"\n    },\n    {\n      \"type\": \"TRANSACTION\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\"\n    }\n  ],\n  \"status\": \"PENDING\",\n  \"substatus\": \"COUNTRY_NOT_ENABLED\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://examplewebhook.site"
        }
    ],
    "info": {
        "_postman_id": "345bb565-4fa5-4901-9069-da07a3dad8de",
        "name": "Skrill Crypto On-Ramp Webhooks",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "## Introduction\n\nClick [here](/docs/crypto-on-ramp/webhooks) to learn more about Crypto On-Ramp Webhooks.",
            "type": "text/plain"
        }
    }
}