How to get Billing Address fields on the Hosted Accepted UI payment
formi just see Credit Card fields, first name , last name and zipcode.Is
it a configuration for payment form fields in the ACCOUNT settings?
Please do reply ASAP
I am using the ACCEPTUI.js and launching the already hosted form. The
pop window opens i get opaqueData.dataValue and descriptor.After i enter
the test credit card and submit the form
https://test.authorize.net/payment/paymentI get Missing token as
r...
We need to test the new to SHA-512 .Hence want to generate a new
Security Key.Is there a way to create a security key in Sandbox before
we make our changes to Production
i am changing to code to integrate HMAC_SHA512 using java API But i get
Error code 99 Transaction cannot be accepted after the new change I am
using the TEST https://secure.authorize.net/gateway/transact.dll As
mentioned i am sending the inputstring ...
Found the problem. Submitting to incorrect URL,It should not be a forms
submit be a JSON call toSandbox API Endpoint:
https://apitest.authorize.net/xml/v1/request.apisending a Transaction
Object with dataValue init
I got it working with new HASH the issue was conversion of the long key
to byte array.Method to convert the SecurityKeypublic static byte[]
hex2bin(String hex) throws NumberFormatException {if (hex.length() % 2 >
0) {throw new NumberFormatException("...
Originally the value in x_fp_hash(fingerprint generated was using MD5
hash, that used transaction key)Now i am following the guide to to
upgrade to HmacSHA512 that says to use the SecurityKey .I created a new
SecurityKey.I am creating the new value f...