Sign in

Show payment method

documented

Retrieve details of a specific vaulted payment method.

GET /v1/payment_methods/{payment_method_token}.{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/{{$payment_method_token}}.{{$format}}" \
  -X GET \
  -H "Authorization: Basic {{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}" \
  -H "Accept: application/{{$format}}"
Show payment method · Spreedly · OpenIntegrations