Skip to main content

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

OK

Schema
    settlements object[]

    List of settlements

  • Array [
  • 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

  • ]
Loading...