Incremental Authorization
Overview
Request Fields
Field
Type
Required
Description
Response Fields
Field
Type
Description
Example
Map<String, Object> request = new HashMap<>();
request.put("merchantAuthorizationId", "incr_auth_001");
request.put("connectorTransactionId", "pi_xxx");
request.put("amount", Map.of("minorAmount", 1500, "currency", "USD"));
request.put("reason", "Room service");
Map<String, Object> response = paymentClient.incrementalAuthorization(request);Last updated
Was this helpful?

