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

Access & Refresh Tokens

API endpoints require token based authentication. You can Generate Access Token with your user credentials. You will receive an access token in JWT format. (see JWT section in the previous page)

Set your request header "Authorization: Bearer <YOUR-ACCESS-TOKEN>"

PreviousPayment Event TokensNextIP Whitelisting

Last updated 3 years ago

Was this helpful?