I am having issue finding a good way to verify whether or not Credit Card is expired using Authorize.net payment gateway.I used ValidateCustomerPaymentProfileRequest API as documented here - https://developer.authorize.net/api/reference/index.html#cu...
Hello,the auth.net sdk seems to support python 3.4. Our devs are working around this buy creating their own json payloads. Is there a better approach, or will there be support for python 3.11?
I'd like to be able to reference the original transaction that was refunded after I receive the webhook.I do see that the webhook payload contains transaction id, but it refers to the refund transaction itself, not the original transaction.