Phenixio Knowledge Base
  • Overview
  • Getting Started
    • Quick Start
    • How Phenixio Works
    • Security
  • Features
    • Real-time Payments
    • Cross-Border Payments
    • Micropayments
    • Fraud Free Settlements
    • 3rd Party Wallet Compatibility
    • Single-click Checkouts
    • Account Activity & Audits
    • Hardware Wallet Support
    • Automated Withdrawals
    • Currency Rate Conversions
    • Role-Based Access Permission
  • For Developers
    • Sandbox Test Environment
    • Webhooks
    • Payment Event Tokens
    • Access & Refresh Tokens
    • IP Whitelisting
    • Custom Metadata
    • Interactive API Reference
  • Integrations
    • Client Libraries
    • Django
    • Slack
    • Unity
    • WooCommerce
  • Resources
    • Use Cases
    • FAQ
    • Pricing
    • API Reference
    • Dashboard Login
    • Service Status
    • Apply for Pilot Program
    • Support
  • Lightning Technology
    • What is the Lightning Network?
Powered by GitBook
On this page

Was this helpful?

  1. For Developers

Webhooks

Enhanced server-to-server notification from webhooks

Webhooks provide simple server-to-server communication. When your customers make payments, your web backend is notified about the payment details, so that you can proceed with your customer's order. With each payment event, we make a https request to your configured webhook url.

Configuration

Webhook URL

To configure a webhook endpoint go to Dashboard > Settings > Developer Settings Enter your web application endpoint that you want to listen notification messages from Phenixio servers. Example: Default Webhook URL: https://yourwebsite.com/phenixio-event/

Webhook-Access-Key

To prevent malicious requests reaching to the webhook endpoint on your web application, you can configure an Access-Key on your backend. Then enter your Access-Key on Dashboard > Settings > Developer Settings. Now our webhook requests to your server will include a PHENIXIO-WEBHOOK-KEY header.

Now you can learn more about Payment Event Tokens in the next section.

PreviousSandbox Test EnvironmentNextPayment Event Tokens

Last updated 3 years ago

Was this helpful?