Payfura home page
Search...
⌘K
Ask AI
Contact Us
Try it
Try it
Search...
Navigation
Payfura APIs
Introduction
Documentation
Demo
Home
Ways to Integrate
Direct widget integration
Payfura APIs
Introduction
GET
List of Crypto Currencies
GET
List of Fiat Currencies
POST
Pricing V1
POST
Pricing V2
POST
Create User
GET
Get User
PUT
Update User
POST
Create Order
GET
Get Order
GET
Get Order History
Sandbox
Test credit cards
On this page
Authentication
Overview
Payfura APIs
Introduction
Payfura is a fiat<>crypto on/off ramp payment gateway. Our robust API solution provides seamless integration to interact with the platform
APIs Sandbox URL
:
https://api-sandbox.payfura.com
APIs Production URL
:
https://api.payfura.com
Authentication
Please send you API secret as Bearer token in the Authorization header in all the following APIs. Some GET APIs may work without the header, but it is highly recommended that you send this
Overview
Following APIs are provided:
List of Fiat Currencies
GET /v2/partner/fiat_currencies
List of Crypto Currencies
GET /v1/partner/crypto_currencies
Pricing & Fees V1
POST /v1/partner/pricing
Pricing & Fees V2
POST /v2/partner/pricing
Create Order
POST /v1/partner/order
Get Order
GET /v1/partner/order?orderId=ORDER_ID
Create User
POST /v1/partner/user
Get User
GET /v1/partner/user/USER_ID
Update User
PUT /v1/partner/user
Get Order History
GET /v1/partner/order_history
Direct widget integration
List of Crypto Currencies
Assistant
Responses are generated using AI and may contain mistakes.