Skip to main content
PATCH
/
api
/
v2
/
quotations
/
{id}
Update Quotation
curl --request PATCH \
  --url https://sandbox.killb.app/api/v2/quotations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fromAmount": 123,
  "toAmount": 123
}
'
{
  "id": "<string>",
  "fromCurrency": "MXN",
  "toCurrency": "MXN",
  "fromAmount": 123,
  "toAmount": 123,
  "rate": 123,
  "spotPrice": 123,
  "expiresAt": 123,
  "cashInMethod": "SPEI",
  "cashOutMethod": "SPEI",
  "isFastPay": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Body

application/json
fromAmount
number
required
toAmount
number
required

Response

id
string
required
fromCurrency
enum<string>
required
Available options:
MXN,
COP,
USD,
USDC,
USDT
toCurrency
enum<string>
required
Available options:
MXN,
COP,
USDC,
USDT,
HKD,
EUR,
USD,
PEN
fromAmount
number
required
toAmount
number
required
rate
number
required
spotPrice
number
required
expiresAt
number
required
cashInMethod
enum<string>
required
Available options:
SPEI,
POLYGON,
ERC20,
PSE,
PRE_FUND,
PRE_FUND_POLYGON,
PRE_FUND_ERC20,
PRE_FUND_SOLANA,
PRE_FUND_TRON,
PRE_FUND_ARBITRUM,
TRANSFIYA,
SOLANA,
BSC,
TRON
cashOutMethod
enum<string>
required
Available options:
SPEI,
POLYGON,
ERC20,
PSE,
TRANSFIYA,
SOLANA,
BSC,
TRON,
WIRE,
ACH,
CCI,
SWIFT
isFastPay
boolean
required

Flag to indicate if this is a fast pay quotation