Create a Customer
POST {{url}}/api/v1/pa/customers/create
Request Body
{"request_id"=>"{{$guid}}", "merchant_customer_id"=>"merchant_{{$guid}}", "first_name"=>"{{$randomFirstName}}", "last_name"=>"{{$randomLastName}}", "email"=>"{{$randomExampleEmail}}", "phone_number"=>"{{$randomPhoneNumber}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |