Sign in

List payment methods

documented

Retrieve all payment methods retained in the environment.

GET /v1/payment_methods.{format}Payment Methodsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.spreedly.com/v1/payment_methods.{{$format}}" \
  -X GET \
  -H "Authorization: Basic {{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}" \
  -H "Accept: application/{{$format}}"