Skip to main content

List funding sources

GET 

/api/accounts/:accountId/funding-sources

List Funding Sources associated with the cardholder account

Request

Path Parameters

    accountId stringrequired

    Cardholder account ID to retrieve Funding Sources for.

Responses

Successful operation

Schema

    items

    object[]

  • Array [

  • id string

    Funding Source primary identifier

    accountId string

    Cardholder account this Funding Source belongs to

    createdAt string

    Timestamp of Funding Source creation

    balance string

    Current balance of Funding Source in minor units

    balanceCurrency string

    Currency of the balance

    fundingChannelId string

    The id of the Funding Channel that this Funding Source relates to.

  • ]

Loading...