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"
}
]
}
Last updated
Was this helpful?