Skip to main content

Get a Funding Source

GET 

/api/funding-source/:fundingSourceId

Retrieves a specific Funding Source for the given account

Request

Path Parameters

    fundingSourceId stringrequired

    id for the Funding Source

    Example: 315bad4e81ce0f26966a41b9d451638b

Responses

Successful operation

Schema

    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...