@cc-45335 wrote:Greetings!We use the Accept Hosted API for our C# based
payment forms. Production is working fine. However, our testing forms
suddenly appear to have stopped working when testing payments. I'm
seeing the following in the console:Refus...
@sachinpawar wrote:Problem: When proceeding with payment using
Authorize.Net and an existing saved payment method, the order is placed
with the billing address saved in the existing customer payment profile,
rather than the billing address selected o...
American Express has stricter requirements and may require additional
configuration, especially when used in conjunction with digital wallets
like Apple Pay or Google Pay
:https://developer.authorize.net/api/reference/features/card-on-file.html.
The ...
Since test mode doesn't capture funds, you can simulate the capture
process by simply verifying the authorization response.Check the
response for responseCode 1 and authCode to confirm successful
authorization.