Skip to main content
POST
/
api
/
v1
/
banks
/
payin
/
quote
/
{quote_id}
/
cancel
Cancel a locally tracked bank payin quote
curl --request POST \
  --url https://api.hevn.finance/api/v1/banks/payin/quote/{quote_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "transferId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "quoteId": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

quote_id
string
required

Response

Successful Response

Response after canceling a locally tracked bank payin quote.

transferId
string<uuid>
required
quoteId
string
required
status
string
required