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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
App-Keystring
App-Tokenstring

RESPONSES

status: Created

{"id":"1005061234","username":"customerusername1","createdDate":1607450357}