Skip to main content
GET
/
api
/
v2
/
ramps
Query Ramps
curl --request GET \
  --url https://sandbox.killb.app/api/v2/ramps \
  --header 'Authorization: Bearer <token>'
{
  "ramps": [
    {
      "id": "<string>",
      "active": true,
      "fromCurrency": "MXN",
      "toCurrency": "MXN",
      "fromAmount": 123,
      "toAmount": 123,
      "quotationId": "<string>",
      "userId": "<string>",
      "cashInMethod": "SPEI",
      "cashOutMethod": "SPEI",
      "accountId": "<string>",
      "status": "CREATED",
      "type": "ON",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "accounts": [
        {
          "id": "<string>",
          "amount": 123
        }
      ],
      "isPreFunded": true,
      "paymentInfo": [
        {
          "network": "<string>",
          "Bank": "<string>",
          "Beneficiary": "<string>",
          "CLABE": "<string>",
          "concepto": "<string>"
        }
      ],
      "details": "<string>",
      "transferProof": "<string>",
      "externalId": "<string>",
      "isFastPay": true,
      "documents": [
        {
          "documentType": "<string>",
          "filePath": "<string>",
          "uploadedAt": "2023-11-07T05:31:56Z"
        }
      ]
    }
  ],
  "totalPage": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number
page
number
id
string
externalId
string

A unique identifier used to identify your existing user.

status
string

Response

ramps
object[]
required
totalPage
number
required