Authenticate
Overview
Request Fields
Field
Type
Required
Description
Response Fields
Field
Type
Description
Example
Map<String, Object> request = new HashMap<>();
request.put("merchantOrderId", "order_001");
request.put("amount", Map.of("minorAmount", 10000, "currency", "USD"));
Map<String, Object> response = authClient.authenticate(request);Last updated
Was this helpful?

