Skip to main content

Payment Methods

Discover and inspect payment methods linked to your HUB org.

List payment methods

curl --location \
'https://api.skywatch.co/earthcache/accounts/payment_methods' \
--header 'x-api-key: {{User_API_Key}}'

Includes method id, name, type, start/end, pending charges, spend, and associated projects.

Read a payment method

curl --location --globoff \
'https://api.skywatch.co/earthcache/accounts/payment_methods/{{payment_method_id}}' \
--header 'x-api-key: {{User_API_Key}}'

See API Reference

For complete API documentation with interactive testing, see Hub Payment Methods API Reference.