Sign in

List payment tokens

documented

List payment tokens.

GET /3dCartWebAPI/v1/PaymentTokensPayment 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://apirest.3dcart.com/3dCartWebAPI/v1/PaymentTokens?limit={{$limit}}&offset={{$offset}}&countonly={{$countonly}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "SecureURL: {{$secure_url}}" \
  -H "PrivateKey: {{$private_key}}" \
  -H "Token: {{$token}}"