csharp
using Gr4vy; using Gr4vy.Models.Components; var sdk = new Gr4vySDK( id: "example", server: SDKConfig.Server.Sandbox, bearerAuthSource: Auth.WithToken(privateKey), merchantAccountId: "default" ); var res = await sdk.CardSchemeDefinitions.ListAsync(); // handle response
{ "items": [ { "type": "card-scheme-definition", "id": "visa", "icon_url": "https://api.sandbox.example.gr4vy.app/assets/card-scheme-definitions/visa.svg", "display_name": "Visa" } ] }
Fetch a list of the definitions of each card scheme.
card-scheme-definitions.read
Show child attributes
Was this page helpful?