Get Merchant Bins
GET/api/v1/merchants/:id/bins
Retrieve a list of merchant bins
Request
Path Parameters
id uuidrequired
The unique identifier for the merchant
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code Coderequired
scheme CardProviderTyperequired
Possible values: [VISA, MASTER_CARD]
An enumeration.
[
{
"code": "string"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
detail object[]
loc object[]required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...