Issuer
Issuer
Endpoints: GET /v1alpha1/issuers
Description: An issuer.
Referenced By (2): - Get Issuer Response - List Issuers Response
Example:
{
"id": "611",
"legalName": "MangoCart, Inc.",
"doingBusinessAsName": "MangoCart",
"website": "http://www.example.com/mangocart"
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
doingBusinessAsName |
STRING |
The operating, or doing business as (DBA), name of the issuer. Constraints: Max length: 1000 |
- |
id |
STRING |
The identifier of the issuer. Constraints: Max length: 50 |
- |
legalName |
STRING |
The legal name of the issuer. Constraints: Max length: 1000 |
- |
website |
STRING |
The URL of the issuer’s website. Constraints: Max length: 1000 |
- |