Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing scheme_local from FrameCardTokenizedEvent #25

Open
mohamed-abdelsamei opened this issue Mar 26, 2023 · 1 comment · May be fixed by #26
Open

Missing scheme_local from FrameCardTokenizedEvent #25

mohamed-abdelsamei opened this issue Mar 26, 2023 · 1 comment · May be fixed by #26

Comments

@mohamed-abdelsamei
Copy link

missing field scheme_local in FrameCardTokenizedEvent

export interface FrameCardTokenizedEvent {
    type: string;
    token: string;
    expires_on: string;
    expiry_month: string;
    expiry_year: string;
    scheme?: Scheme;
    last4: string;
    bin: string;
    card_type?: CardType;
    card_category?: CardCategory;
    issuer?: string;
    issuer_country?: string;
    product_id?: string;
    product_type?: string;
    billing_address?: GatewayBillingAddress;
    phone?: GatewayPhone;
    name?: string;
}

output

{
  "bin": "554180",
  "card_category": "CONSUMER",
  "card_type": "DEBIT",
  "expires_on": "2023-03-26T17:08:23.3207099Z",
  "expiry_month": 12,
  "expiry_year": 2023,
  "issuer": "National Commercial Bank",
  "issuer_country": "SA",
  "last4": "6120",
  "scheme": "MASTERCARD",
  "scheme_local": "mada",
  "token": "tok_3mdgxxxxxxxxxx",
  "type": "card"
}
@mohamed-abdelsamei mohamed-abdelsamei linked a pull request Mar 26, 2023 that will close this issue
@dani-z
Copy link
Contributor

dani-z commented Apr 4, 2023

Related to #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants