Get
Last updated
Was this helpful?
The get method retrieves payment status from the processor.
merchantTransactionId
String
Yes
Your reference
connectorTransactionId
String
Yes
Connector's ID
status
PaymentStatus
Current status
amount
Money
Payment amount
Map<String, Object> request = new HashMap<>();
request.put("merchantTransactionId", "txn_001");
request.put("connectorTransactionId", "pi_xxx");
Map<String, Object> response = paymentClient.get(request);Last updated
Was this helpful?
Was this helpful?

