Skip to main content

Get Funding Source

GET 

/api/funding-source/:fundingSourceId

Retrieves a specific Funding Source for the given id

Request

Path Parameters

    fundingSourceId stringrequired

    id for the Funding Source

    Example: 315bad4e81ce0f26966a41b9d451638b

Responses

Successful operation

Schema

    id stringrequired

    Funding Source primary identifier.

    accountId stringrequired

    Cardholder account this Funding Source belongs to.

    createdAt stringrequired

    Timestamp of Funding Source creation.

    balance stringrequired

    Current balance of Funding Source in minor units.

    balanceCurrency stringrequired

    Currency of the balance.

    fundingChannelId stringrequired

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

    externalId stringrequired

    Funding address for on-chain Funding, or customer specified ID for off-chain Funding.

    purpose stringrequired

    The purpose of the Funding Channel.

    network string

    Network of Funding Source with on-chain Funding.

Loading...