Sign in

Card metadata

documented

Retrieve metadata for a tokenized card.

GET /v1/network_tokenization/card_metadata.{format}?payment_method_token=<token>Network Tokensno 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/network_tokenization/card_metadata.{{$format}}?payment_method_token={{$payment_method_token}}" \
  -u "{{SPREEDLY_ENVIRONMENT_KEY}}:{{SPREEDLY_ENVIRONMENT_SECRET}}" \
  -H "Accept: application/{{$format}}" \
  -H "Content-Type: application/{{$format}}"