GET api/people/{id}/accounts

Get the bank details for a person Processes this people API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the person.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The person's customer-side bank accounts.

Collection of BankAccountDataContract
NameDescriptionTypeAdditional information
AccountHolder

The account holder value.

string

None.

Name

The name value.

string

None.

PaymentMethod

The payment method value.

string

None.

Holder

The holder value.

PersonDataContract

None.

PrimaryAccount

Indicates whether primary account is true.

boolean

None.

Currency

The currency value.

string

None.

AccountNumber

The account number value.

string

None.

SortCode

The sort code value.

string

None.

IBAN

The iban value.

string

None.

BIC

The bic value.

string

None.

CountryCode

The country code value.

string

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.