put
https://api.lirium-sandbox.com/v1/customers//mastercard_alias
Create or modify a customer's Mastercard Crypto Credentials alias.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Creates or updates the Mastercard Crypto Credentials alias associated with a customer. The alias is the human-readable identifier used to send and receive crypto through the Mastercard Crypto Credentials network.
Request
PUT /customers/{customer_id}/mastercard_alias
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| customer_id | string | Yes | Unique identifier of the customer. |
Request Body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| alias | string | Yes | The alias to assign to the customer. | "customer_alias" |
Response Fields
| Field | Type | Description | Example |
|---|---|---|---|
| alias | string | The alias currently associated with the customer. | "customer_alias" |
