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

[BUG] payment_method_type for cards is null #6512

Open
2 tasks done
kashif-m opened this issue Nov 8, 2024 · 0 comments · Fixed by #6519 or #6557 · May be fixed by #6550
Open
2 tasks done

[BUG] payment_method_type for cards is null #6512

kashif-m opened this issue Nov 8, 2024 · 0 comments · Fixed by #6519 or #6557 · May be fixed by #6550
Assignees
Labels
C-bug Category: Bug S-awaiting-triage Status: New issues that have not been assessed yet

Comments

@kashif-m
Copy link
Contributor

kashif-m commented Nov 8, 2024

Bug Description

payment_method_type is a sub category of payment_method for defining the the payment_method's type. This is useful for PMs like banks and wallets to differentiate between SEPA / BACS / ACH banks or APay / GPay wallets, and helpful in similar way for other PMs.

This field is sent in the request when the consumer is requesting for initiating a payment.

However, the consumer might not be aware of what's the type of the card (credit vs debit), that's why this field is optional for cards.

This field is expected to be populated for cards for known card BINs.

Expected Behavior

This field should be populated for known card BINs.

Actual Behavior

This field is empty for cards if payment_method_type was not specified in the request.

Steps To Reproduce

Make a card payment without passing payment_method_type

Have you spent some time checking if this bug has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

@kashif-m kashif-m added C-bug Category: Bug S-awaiting-triage Status: New issues that have not been assessed yet labels Nov 8, 2024
@kashif-m kashif-m self-assigned this Nov 8, 2024
@kashif-m kashif-m linked a pull request Nov 10, 2024 that will close this issue
14 tasks
@kashif-m kashif-m linked a pull request Nov 13, 2024 that will close this issue
14 tasks
@kashif-m kashif-m linked a pull request Nov 13, 2024 that will close this issue
14 tasks
@srujanchikke srujanchikke reopened this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment