Get Funding Channel
GET/api/funding-channel/:fundingChannelId
Retrieves a specific Funding Channel for the given id.
Request
Path Parameters
fundingChannelId stringrequired
id for the Funding Channel
Example: 315bad4e81ce0f26966a41b9d451638b
Responses
- 200
- 403
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- universal-evm
- algorand
- custodial
- simulator
id stringrequired
Funding Channel primary identifier.
accountId stringrequired
Partner Account ID.
createdAt stringrequired
Timestamp of Funding Channel creation.
fundingTypeName stringrequired
The type of Funding Channel registered.
name stringrequired
Name of the Funding Channel.
purpose stringrequired
Purpose of the Funding Channel.
params
object
required
Parameters for the Funding Channel.
oneOf
storageAddress string
The address of the storage contract.
partnerChannelAddress string
The address of the partner channel.
billingFundingSourceId string
The ID of the billing funding source.
webhookBaseUrl string
The base URL for the webhook.
object
storageAddress stringdeprecated
Deprecated. See params
for storage address.
{
"id": "315bad4e81ce0f26966a41b9d451638b",
"accountId": "65a7e8ef0d230d0a6bf755e07d39eb02",
"createdAt": "2023-08-14T12:32:54",
"fundingTypeName": "polygon-amoy-usdc-universal-evm-test",
"name": "immersve-polygon-usdc",
"purpose": "card-funding"
}
No Authorization to access resource
- application/json
- Schema
- Example (from schema)
Schema
statusCode integerrequired
statusName stringrequired
errorCode stringrequired
reason string
{
"statusCode": 403,
"statusName": "Forbidden",
"errorCode": "FORBIDDEN",
"reason": "Unauthorized"
}
Loading...