Finrax API
HomeChangelogIntegration GuideResources
HomeChangelogIntegration GuideResources
  1. Getting Started
  • Getting Started
    • Introduction
    • Environments
    • Errors
    • Authorization
      • API Key Management
      • Signature
      • Code Snippets
  • Payments and Withdrawals
    • Crypto Payments
      • Fetch payment by ID
      • 🔒Fetch payments
      • Submit crypto payment
      • Request crypto payment
    • Fetch withdrawals
      GET
    • Fetch withdrawal metadata
      GET
    • Request crypto withdrawal
      POST
    • Fetch whitelisted addresses
      GET
    • Whitelist an address
      POST
    • Fetch crypto withdrawal approval by ID
      GET
    • Fetch business by ID
      GET
    • Fetch business balance
      GET
    • Unwhitelist an address
      DELETE
  • Callbacks
    • Deposit received notification
    • Withdrawal broadcast notification
    • Withdrawal approved/rejected notification
  • Address validation
    • Validate address
      GET
    • Validate address and destination tag
      GET
  • Rates and metadata
    • Fetch market rates
      GET
    • Fetch fiat rates
      GET
    • Fetch deposit rates
      GET
    • Fetch all currencies
      GET
  1. Getting Started

Introduction

Run in Postman
Finrax Payment Gateway is a solution that enables merchants to accept cryptocurrency payments and initiate withdrawals to customers at ideal exchange rates. The following API documentation comprises of all currently supported public endpoints. Each separate endpoint is accompanied by a small description together with a few example requests, responses, and code snippets.
HTTP response status codes indicate whether a specific request has been successfully completed or resulted in a failure
All timestamps are formatted in UNIX
We've switched to a new Authorization schema, which allows better control and security around our REST API. It is backward compatible with the Legacy integrations, however, we highly advise you to switch over to the new Authorization mechanism.
💡
The businessToken is now deprecated.
If you require additional assistance around the API integration, please contact us at info@finrax.com.
Feel free to check the code snippets for your convenience.
Modified at 2024-07-09 11:21:40
Next
Environments
Built with