Capture
Overview
Purpose
Scenario
Benefit
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");
request.put("amount", Map.of("minorAmount", 1000, "currency", "USD"));
Map<String, Object> response = paymentClient.capture(request);Next Steps
Last updated
Was this helpful?

