Endpoint:
Method: GET
Type:
URL: {{API_BASE_URL}}/cards/cardbins
Request Parameter:
| Parameter | Required | Type | Description |
|---|---|---|---|
| card_type | N | string | enumeration: standard, shared |
Example request:
GET {{API_BASE_URL}}/cards/cardbins?card_type=shared
Response:
| Field | Type | Description |
|---|---|---|
| card_bin_code | string | card bin code |
| card_bin | string | card bin |
Status: 200
Example response:
[
{
"card_bin_code": "9iqCGfxx",
"card_bin": "111111"
}
]