Hello,
I am testing my sandbox account app_login_id and transaction_key in api/reference/#mobile-in-app-transactions getting this error -
{ "transactionResponse": {}, "refId": "123456", "messages": { "resultCode": "Error", "message": [ { "code": "E00001", "text": "An error occurred during processing. Please try again." } ] } }
12-06-2017 09:05 AM
Hi @aakanksha44
Can you test your sandbox credentials by using them in our Try it Tab in the API reference ?
https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card
12-06-2017 09:55 AM
Hello @Anurag
for charge a credit card, it is working properly but for the mobile in-app transaction it is showing error.
12-06-2017 10:11 PM
It seems like you're trying to run this API
The error may be due to an invalid value in the field opaqueData.DataValue
You can read about how to obtain the nonce for this field here:
https://developer.authorize.net/api/reference/features/acceptjs.html#Handling_the_Response
12-07-2017 03:40 AM
Hi Team ,
I am trying to pass the Invoice Number & Description but I keep on getting the error.
Request :-
{ "ARBCreateSubscriptionRequest": { "merchantAuthentication": { "name": "xxxxxxxx", "transactionKey": "xxxxxxxxxxxx" }, "refId": "123456789", "subscription": { "name": "Sample subscription", "paymentSchedule": { "interval": { "length": "1", "unit": "months" }, "startDate": "2020-09-01", "totalOccurrences": "12" }, "amount": "10.29", "trialAmount": "0.00",
"description": "Test1234",
08-27-2020 02:18 AM