Advertisement
Mgkrp

Untitled

Dec 5th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. 2018-12-05 12:37:03,489 +0000 [AsyncTask-2] [PaymentServiceImpl] [DEBUG] [CURACAO/2496248990] Lock captured. Begin processing payout
  2. 2018-12-05 12:37:03,496 +0000 [AsyncTask-2] [JurisdictionChecker] [DEBUG] [CURACAO/2496248990] The jurisdiction CURACAO is allowed
  3. 2018-12-05 12:37:03,496 +0000 [AsyncTask-2] [CurrencyChecker] [DEBUG] [CURACAO/2496248990] The currency EUR is allowed
  4. 2018-12-05 12:37:03,497 +0000 [AsyncTask-2] [RequestProcessorImpl] [DEBUG] [CURACAO/2496248990] Processing payout request: PaymentTransferRequest{transactionIdentifier=CURACAO/2496248990, cashSourceId=5115744, amount=1000, currencyCode='
  5. EUR', testMode=false, date=2018-12-05 08:37:03.441, description='Withdraw to neteller', properties={purse=231213132132}}
  6. 2018-12-05 12:37:03,497 +0000 [AsyncTask-2] [HttpMethodFactory] [DEBUG] [CURACAO/2496248990] Preparing authentication post method...
  7. 2018-12-05 12:37:03,508 +0000 [AsyncTask-2] [RequestSender] [DEBUG] Response code: 200, body: {
  8. "accessToken":"0.AQAAAUW-9Tu4AAAAAAAEk-BNppPGFNwoWODBcOzrnHwA.skB0dDtyMrW4xCZJw__FGNtL-08",
  9. "tokenType":"Bearer",
  10. "expiresIn":300
  11. }
  12. 2018-12-05 12:37:03,517 +0000 [AsyncTask-2] [RequestBuilder] [DEBUG] [CURACAO/2496248990] Payout parameters for sending to payment system: com.panbet.payment.neteller.beans.NetellerPayoutRequest@6c40e8d4
  13. 2018-12-05 12:37:03,526 +0000 [AsyncTask-2] [RequestProcessorImpl] [DEBUG] [CURACAO/2496248990] Sending payout request
  14. 2018-12-05 12:37:03,526 +0000 [AsyncTask-2] [RequestSender] [DEBUG] [CURACAO/2496248990] Sending payout request
  15. 2018-12-05 12:37:03,526 +0000 [AsyncTask-2] [HttpMethodFactory] [DEBUG] Preparing post method...
  16. 2018-12-05 12:37:03,536 +0000 [AsyncTask-2] [RequestSender] [DEBUG] Response code: 400, body: {
  17. "error":{
  18. "code":5068,
  19. "message":"Field Error(s)",
  20. "fieldErrors":[],
  21. "details":[ "There are invalid or missing fields in your request." ]
  22. }
  23. }
  24.  
  25. 2018-12-05 12:37:03,554 +0000 [AsyncTask-2] [RequestProcessorImpl] [DEBUG] [CURACAO/2496248990] Payout processed with response: NetellerResponse{customer=null, billingDetail=null, transaction=Transaction{merchantRefId='null', amount=null
  26. , currency='null', id=null, transactionType='null', createDate='null', updateDate='null', status='null', errorCode='5068', errorMessage='Field Error(s)', fees=null}, links=null}
  27. 2018-12-05 12:37:03,558 +0000 [AsyncTask-2] [PaymentTransferResponseProcessor] [DEBUG] [CURACAO/2496248990] Response will be exported after transaction commit
  28. 2018-12-05 12:37:03,558 +0000 [AsyncTask-2] [PaymentServiceImpl] [DEBUG] [CURACAO/2496248990] Processing payout result: PaymentTransferResponse{transactionId=2496248990, jurisdiction='CURACAO', transactionIdentifier=CURACAO/2496248990, s
  29. tatus=-1, redirectInfo=null, testMode=false, processingStatuses=[ProcessingStatus{externalId='null', code='5068', description='Field Error(s)', paymentSystemInfo=PaymentSystemInfo{name='Neteller', prefix='NET', merchantLogin='AAABTI6yGew
  30. BiF_Z'}}], properties={}, externalId='null', code='5068', description='Field Error(s)', paymentSystemInfo=PaymentSystemInfo{name='Neteller', prefix='NET', merchantLogin='AAABTI6yGewBiF_Z'}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement