> For the complete documentation index, see [llms.txt](https://axis-docs.fuspay.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axis-docs.fuspay.finance/order-history-and-status/pending-transactions/transaction-pending-kyc-endpoint.md).

# Transaction Pending KYC Endpoint

<mark style="color:blue;">`GET`</mark> `https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/GetTransactionalPendingKYC`

#### Request Headers

<table><thead><tr><th>Name</th><th width="118">Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization<mark style="color:red;">*</mark></td><td>String</td><td>"Bearer ${partner_secret_key}"</td></tr><tr><td>x-partner-id<mark style="color:red;">*</mark></td><td>String</td><td>"pxxxxxx"</td></tr></tbody></table>

Response body

{% tabs %}
{% tab title="200: OK successful response" %}

```json
{ success: true,
message: String,
data: [ 
        {
        partner_order_id: "", 
        currency: "", 
        date_created: "", 
        txn_type: "BUY | SELL", 
        memo: "ON-RAMP | OFF-RAMP"
        } 
      ]
}
```

{% endtab %}
{% endtabs %}
