Show payment method
documentedRetrieve details of a specific vaulted payment method.
GET /v1/payment_methods/{payment_method_token}.{format}Payment Methodsno implementation yet0 runsNo 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}}"