---
title: "POST /ppiwallet/account/redeem"
method: POST
path: "/ppiwallet/account/redeem"
---

# POST /ppiwallet/account/redeem

`POST /ppiwallet/account/redeem`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `client_referenceId` string, required — Unique Client Reference ID
  - `account_number` string, required — PPI Account Number
  - `amount` string, required — Transaction Amount
  - `currency` string, required — Pass the Default Value "INR"
  - `invoice_number` string — Pass the Unique Invoice Number
  - `invoice_amount` string — Invoice Amount
  - `invoice_date` string — Invoice Date of the Transaction (Date Format Value: "2025-08-10")

## Response `200`

- object
  - `name` string, required

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
