Create
Overview
Request Fields
Field
Type
Required
Description
Response Fields
Field
Type
Description
Example
Map<String, Object> request = new HashMap<>();
request.put("merchantCustomerId", "cust_12345");
request.put("email", "[email protected]");
Map<String, Object> response = customerClient.create(request);Last updated
Was this helpful?

