Skip to main content
POST
/
api
/
v2
/
backoffice
/
ramps
/
check-cash-in-processing
cURL
curl --request POST \
  --url https://sandbox.killb.app/api/v2/backoffice/ramps/check-cash-in-processing \
  --header 'Authorization: Bearer <token>'
{
  "totalChecked": 123,
  "updated": 123,
  "failed": 123,
  "details": [
    {
      "transferId": "<string>",
      "status": "<string>",
      "message": "<string>",
      "transactionId": "<string>",
      "providerId": "<string>",
      "providerName": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

totalChecked
number
required
updated
number
required
failed
number
required
details
object[]
required