Get Beneficiary Details (v1)
API allows you to retrieve beneficiary information required for processing payments. The API supports multiple payment methods, which can be specified in the path parameter “payment_method”
If the payment method is set to “upi_transfer,” the API will provide the UPI details of the beneficiary. Additionally, a unique verification code will be included, which the user needs to add while making the payment. This verification code is important for reconciling the payment on the system’s end, ensuring accurate tracking and processing.
If the payment method is set to “bank_transfer,” the API will return the bank details of the beneficiary. These details can be used to initiate a bank transfer payment.
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
Query Parameters
The type parameter
The fiat parameter
The crypto parameter
Related topics
Get Transaction Details (v1)Get User Details (v1)Get Buy Transaction Details (v1)Get Sell Transaction Details (v1)Get Crypto Deposit Transaction Details (v1)