Add Customer
POST {{baseUrl}}/aggregation/v2/customers/active
Enroll an active customer, which is the actual owner of one or more real-world accounts. This is a billable customer.
Supported regions:
Request Body
{"username"=>"padmajadav", "firstName"=>"Padma", "lastName"=>"Jadav", "email"=>"padma.jadav@mastercard.com", "phone"=>"61-3-1234-1234"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
App-Key | string | ||
App-Token | string |
RESPONSES
status: Created
{"id":"1005061234","username":"customerusername1","createdDate":1607450357}