Skip to content

Added Merchant Info to V3 Card Charge endpoint #9985

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thedev132
Copy link
Contributor

Summary of the problem

I wasn't able to fetch the info of card charges via the v3 api.

Describe your changes

I added merchant info: name, smart name, country, and network id and made sure the docs reflected it elegantly

@thedev132 thedev132 requested review from a team as code owners March 27, 2025 06:02
@garyhtou garyhtou temporarily deployed to bank-hackclu-thedev132--nxz8v0 March 27, 2025 06:06 Inactive
@garyhtou
Copy link
Member

Is this related to a YSWS/card grant integration?

Comment on lines +22 to +24
humanized_merchant_name(merchant_data)
rescue StandardError
nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
humanized_merchant_name(merchant_data)
rescue StandardError
nil
humanized_merchant_name(merchant_data)
rescue
nil

Comment on lines +9 to +10
expose :network_id
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
expose :network_id
end
expose :network_id
end

@thedev132
Copy link
Contributor Author

thedev132 commented Mar 27, 2025

This is more related to a yellow page integration as it'll allow me to sift through most organizations' card charges and add network IDs that are missing.

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

Successfully merging this pull request may close these issues.

2 participants