Void
Overview
Request Fields
Field
Type
Required
Description
Response Fields
Field
Type
Description
Example
Map<String, Object> request = new HashMap<>();
request.put("merchantTransactionId", "txn_001");
request.put("connectorTransactionId", "pi_xxx");
Map<String, Object> response = paymentClient.void(request);Next Steps
Last updated
Was this helpful?

