CyberSource / cybersource-sdk-java

Java SDK for CyberSource Simple Order API
Other
51 stars 85 forks source link

requestToken value is not returned from the server #63

Closed ikonyshev closed 4 years ago

ikonyshev commented 7 years ago

I use cybersource sdk for Apple Pay authorization. Authorize is successful but there is no requestToken value in Cybersource response. I'm working with test account.

My log is:

2017-02-01 16:45:25.776 INFO 21917 --- [nio-8080-exec-3] c.m.m.i.c.client.AuthorizePayment : Cybersource auth request: {billTo_city=San Francisco, purchaseTotals_currency=USD, billTo_email=xxxx@xxxxxxxx.com, billTo_phone=415xxx05xx, merchantReferenceCode=66f65d91-fd1f-4668-bacf-44c4660669fe, billTo_country=UNITED STATES, billTo_lastName=Xxxxx, billTo_street2=XxxxxXxxxx, billTo_postalCode=94105, billTo_street1=xxx Mission, paymentNetworkToken_transactionType=1, ccAuthService_run=true, purchaseTotals_grandTotalAmount=4.99, ccAuthService_cavv=xxxXXXXxxxxXXXxxxxXXXXXxxx==, billTo_firstName=Xxxxxxx, billTo_state=CA, card_expirationMonth=02, paymentSolution=001, ccAuthService_commerceIndicator=internet, card_expirationYear=20, card_accountNumber=xxxxxxxxxxxx3937}

2017-02-01 16:45:27.009 INFO 21917 --- [nio-8080-exec-3] c.m.m.i.c.client.AuthorizePayment : Cybersource auth reply received: {purchaseTotals_currency=USD, ccAuthReply_processorResponse=100, ccAuthReply_avsCode=X, ccAuthReply_reasonCode=100, decision=ACCEPT, merchantReferenceCode=66f65d91-fd1f-4668-bacf-44c4660669fe, ccAuthReply_authorizationCode=888888, ccAuthReply_reconciliationID=70199722IYCFZWWA, ccAuthReply_amount=4.99, requestID=4859675264816925004009, ccAuthReply_authorizedDateTime=2017-02-01T16:45:26Z, reasonCode=100, ccAuthReply_avsCodeRaw=I1}

mahendya1002 commented 4 years ago

please contact cybersource support team.