Deposit INR https://cms.inr-exchange.rare-able.com/api/user/deposit_inr
POST

This endpoint allows an authenticated user to create a new transaction from one of their wallets to a specified beneficiary account. The user must provide wallet ID, beneficiary account ID, amounts, exchange rate, service fee, and optional tax. On success, the API returns the details of the newly created transaction, including wallet information and applied charges.

BODY PARAMS

payment_method string required
Accepted values : qr , upi_intent
payment_id string required
Use unique_id from Generate QR Code for payment_id

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

deposit_transaction "object"

unique_id "string"
transaction_hash "string"
from_amount "string"
network_type "string"
to_wallet_id "string"
payment_type "string"
to_amount "string"
currency "string"
tax "string"
commission "string"
commission_rate "integer"
total_amount "string"
from_wallet_address "string"
to_wallet_address "string"
true_token "integer"
gas_fee "integer"
payment_file "string|null"
status "integer"
created_at "string"
updated_at "string"

success "boolean"
message "string"
code "integer"
data "object"