v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Card Bin

List Available Card BINs

get/open-api/v3/card/bins

Query parameters

accountIdstring uuid required

The UUID of the Account.

The UUID of the Account.

limitstring number

Limits the number of items to be returned.

Limits the number of items to be returned.

pagestring number

The page to be returned, counting from 1 as the first page.

The page to be returned, counting from 1 as the first page.

Response

OK

codestring

Return code

messagestring

Error message

Example response

{
  "data": {
    "list": [
      {
        "type": "0",
        "currencies": [
          "USD"
        ]
      }
    ]
  }
}