Skip to main content
POST
cURL

Create Quotation

  • Ensure you’re using the correct bank_id type based on the payment method:
    • UPI: vpa
    • IMPS: bank_account
  • For QR-based payments, refer to the Generate QR guide.
  • For UPI integrations:
    • Use the deep_link field for Android and web flows.
    • Use the ios_checkout_link field for iOS devices.

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
asset
string
required

The cryptocurrency asset code

Example:

"usdt"

fiat
string
required

The fiat currency code

Example:

"inr"

sending_amount
string
required

The amount to be sent

Example:

"51"

customer_id
string<uuid>
required

Customer's unique identifier

Example:

"def8b740-99f9-4cba-bc9e-99de57e927b4"

bank_id
string<uuid>
required

Customer's Bank's unique identifier from which the payin will be made

Example:

"4e6f1b20-a73c-11ec-b909-0242ac120002"

payment_method
string
required
Example:

"IMPS"

risk_parameters
object
required

Response

Quotation created successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object