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
  • Request Body
  • Request Body Sample
  • Response Body

Was this helpful?

  1. Transaction Resolution

Log Issue

This endpoint helps to get the issue log of a transaction

POST https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/Fix

Request Body

partner_order_id

String

The partner order ID to get it issue log.

partner_callback_url

String

The callback url to get response.

Request Body Sample

{
	"partner_order_id": "xxx",
	"partner_callback_url": "https://xxxxx"
}

Response Body

{
  "success"
}

{
  "Error"
}

PreviousTransaction ResolutionNextCheck Issue Status

Last updated 2 months ago

Was this helpful?