Skip to main content
When initiating an onramp transaction, fetch beneficiary details for the chosen payment method — not all methods require them (e.g. UPI Intent methods don’t).

API Endpoint

GET https://api.saber.money/api/v1/wallet/conversion/fiat/methods/<payment_method>/beneficiary?type=buy&fiat=<fiat>&crypto=<crypto>

Supported Payment Methods

  • Replace <payment_method> with the specific payment method, such as bank_transfer or upi_transfer.

Query Parameters


Example Request

Sample request:
Sample response:

Response Details

These details might differ for different payment methods.

Notes

  • Some methods (e.g. UPI Intent) don’t require beneficiary details — check before calling this API.
  • Response structure varies slightly by payment method and configuration.
  • Always fetch fresh beneficiary details per transaction rather than caching them.
API Reference: Fetch Beneficiary Details