Skip to main content
GET
/
v0
/
cards
/
{card_id}
/
funding
Get Card Funding
curl --request GET \
  --url https://api.example.com/v0/cards/{card_id}/funding
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-juno-jwt
string | null

Path Parameters

card_id
integer
required

Response

Funding configuration retrieved

HAL-style hypermedia links for navigation and available actions.

card_id
integer
required
source_type
string | null
wallet_id
integer | null
fiat_account_id
string | null
configured
boolean
default:false
message
string | null