Skip to main content
POST
/
api
/
v2
/
backoffice
/
ramps
/
fail
cURL
curl --request POST \
  --url https://sandbox.killb.app/api/v2/backoffice/ramps/fail \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transferId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "reason": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
transferId
string<uuid>
required
reason
string

Response

message
string
required