Skip to main content
GET
/
api
/
v2
/
external
/
orgs
/
{slug}
/
payment-method
Get payment method
curl --request GET \
  --url https://api.example.com/api/v2/external/orgs/{slug}/payment-method
{
  "has_card": true,
  "card_brand": "<string>",
  "card_last4": "<string>"
}

Path Parameters

slug
string
required

Response

Successful Response

The org's saved card for auto top-up — non-sensitive display info only.

has_card
boolean
required
card_brand
string | null
card_last4
string | null