Axis- Instant Swap
About usContact Us
  • Welcome to Axis Instant Swap
  • Getting Started
    • Partner Onboarding Endpoints
    • Partner Activate Endpoint
    • Regenerate Partners Public & Private Keys
    • Digital Signature
  • Account Codes/Bank codes
  • Buy (Fiat On-Ramp)
    • Exchange Rate
    • Create Buy Order Endpoint
  • Sell (Crypto Off-Ramp)
    • Exchange Rate
    • Create Sell Order Endpoint
  • Events
  • Order History & Status
    • Pending Transactions
      • Transaction Pending KYC Endpoint
    • Get Single Order Endpoint
    • Get Multiple Order Endpoint
    • Sell/Payout Verification Endpoint
  • Post KYC Data
    • Post KYC Data Endpoint
  • Create KYC
  • Verify KYC Status
  • Release KYC Pending Transactions
  • Transaction Resolution
    • Log Issue
    • Check Issue Status
Powered by GitBook
On this page

Was this helpful?

  1. Order History & Status
  2. Pending Transactions

Transaction Pending KYC Endpoint

This is used to get the orders (buy or sell) that are pending.

GET https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/GetTransactionalPendingKYC

Request Headers

Name
Type
Description

Authorization*

String

"Bearer ${partner_secret_key}"

x-partner-id*

String

"pxxxxxx"

Response body

{ success: true,
message: String,
data: [ 
        {
        partner_order_id: "", 
        currency: "", 
        date_created: "", 
        txn_type: "BUY | SELL", 
        memo: "ON-RAMP | OFF-RAMP"
        } 
      ]
}
PreviousPending Transactions NextGet Single Order Endpoint

Last updated 7 months ago

Was this helpful?