-
Notifications
You must be signed in to change notification settings - Fork 25
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
base: main
Are you sure you want to change the base?
Conversation
Is this related to a YSWS/card grant integration? |
humanized_merchant_name(merchant_data) | ||
rescue StandardError | ||
nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
humanized_merchant_name(merchant_data) | |
rescue StandardError | |
nil | |
humanized_merchant_name(merchant_data) | |
rescue | |
nil |
expose :network_id | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
expose :network_id | |
end | |
expose :network_id | |
end |
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. |
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