Get your wallet settlement details
GET/api/v1/wallets/:id/settlements
Get your wallet settlement details
Request
Path Parameters
id uuidrequired
Header Parameters
ApiKey stringrequired
AccountId stringrequired
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 429
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
settlements object[]
List of settlements
local object
Details of an account
accountIdentifier string
Identifier for the account
bankIdentifier string
Identifier for the bank
payeeName string
Name of the payee associated with the account
bankName string
Name of the bank
bankAddress string
Address of the bank
international object
Details of an account
accountIdentifier string
Identifier for the account
bankIdentifier string
Identifier for the bank
payeeName string
Name of the payee associated with the account
bankName string
Name of the bank
bankAddress string
Address of the bank
{
"settlements": [
{
"local": {
"accountIdentifier": "string",
"bankIdentifier": "string",
"payeeName": "string",
"bankName": "string",
"bankAddress": "string"
},
"international": {
"accountIdentifier": "string",
"bankIdentifier": "string",
"payeeName": "string",
"bankName": "string",
"bankAddress": "string"
}
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Method Not Allowed
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Too Many Requests
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
type uri
title string
status int32
detail string
instance uri
properties object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"properties": {}
}
Loading...