05-02-2022 01:21 AM - edited 05-02-2022 01:24 AM
After simulating authorization and blocking few funds when I tried to simulate the clearing endpoint , i end up with a persistent error not letting me clear the blocked funds (Some configuration error)
when I further drilled down the response i also found a linked error saying Acquirer not found
Can you guys help in resolving this issues .. Will attach the entire response here with the transaction token
"amount": "100.00", "original_transaction_token": "94560943-e613-48b5-a610-00b26031ee50" |
SImulate Clearing API response:
{ "transaction": { "type": "authorization.clearing", "state": "DECLINED", "identifier": "92", "token": "55793a38-1f8c-4461-a8ba-05c508fe9b87", "user_token": "929fbd05-135b-4740-bdb0-47f344bda7ae", "acting_user_token": "929fbd05-135b-4740-bdb0-47f344bda7ae", "card_token": "216ec972-ea21-4f01-a595-8626ee9edd5a", "card_product_token": "30284ffd-6181-46b2-ade2-c78bd1735cf8", "gpa": { "currency_code": "USD", "ledger_balance": 300.00, "available_balance": 0.00, "credit_balance": 0.00, "pending_credits": 0.00, "balances": { "USD": { "currency_code": "USD", "ledger_balance": 300.00, "available_balance": 0.00, "credit_balance": 0.00, "pending_credits": 0.00 } } }, "duration": 487, "created_time": "2022-05-02T08:07:55Z", "user_transaction_time": "2022-05-02T08:07:55Z", "settlement_date": "2022-05-02T00:00:00Z", "request_amount": 100.00, "amount": 100.00, "issuer_interchange_amount": 0, "currency_code": "USD", "response": { "code": "1818", "memo": "Configuration error" }, "network": "MARQETA", "subnetwork": "GATEWAY_JIT", "acquirer_fee_amount": 0, "acquirer": { "institution_id_code": "000000", "system_trace_audit_number": "000642" }, "user": { "metadata": {} }, "card": { "last_four": "4385", "metadata": {} }, "issuer_received_time": "2022-05-02T08:07:55.259Z", "issuer_payment_node": "90d8f89dd75c0b6220f80a225b636f96", "card_acceptor": { "name": "Chicken Tooth Music11", "address": "111 Main St", "city": "Berkeley", "state": "CA", "postal_code": "94702", "country": "USA", "poi": { "partial_approval_capable": "0" } }, "is_recurring": false, "is_installment": false }, "raw_iso8583": { "0": "2210", "2": "1111118755324385", "3": "900000", "4": 100.00, "7": "0502080755", "11": "000000000642", "12": "20220502080755", "13": "220502", "14": "2304", "15": "20220502", "17": "0502", "25": "9000", "32": "000000", "37": "1598", "39": "0096", "43": { "2": "Chicken Tooth Music11", "3": "111 Main St", "4": "Berkeley", "5": "CA", "6": "94702", "7": "840" }, "44": { "1": "Configuration error", "2": "Acquirer not found", "3": "0096", "4": "Configuration error" }, "56": { "7": "94560943-e613-48b5-a610-00b26031ee50" }, "63": "MARQETA", "112": { "103": "840" }, "113": { "2": "106", "29": "Y", "32": "GATEWAY_JIT", "35": "API" }, "180": "cjlyncau" } } |
05-03-2022 11:45 PM
Hi @JulianMQ !
Can you help me find someone to look into this too ? Thanks in advance !
05-04-2022 04:58 PM
Hi @raihan Thanks for the response information. Could you also send over the request that you submitted? Thank you!
05-05-2022 01:19 AM
Hi @jcook
putting the RQ below:
{ "amount": "100.00", "original_transaction_token": "94560943-e613-48b5-a610-00b26031ee50" , "webhook": { "endpoint": "https://47b1-165-225-122-116.in.ngrok.io/ms-adapterservice-api/api/v1.0.0/system/adapterjobs/ApitoAp...", "username": "temenos_user", "password": "temenos@123" } } |
05-05-2022 08:02 AM
Thank you @raihan ! I'm having our team dig into it an will get back to you as soon as possible.
Jess