Skip to content

Commit

Permalink
Merge pull request #53 from mojaloop/party-id-types
Browse files Browse the repository at this point in the history
adding additional party identifier types from mojaloop api spec
  • Loading branch information
bushjames committed Sep 18, 2019
2 parents 766dba1 + 417e484 commit 4a8fd11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/outboundApi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ components:
enum:
- MSISDN
- ACCOUNT_ID
- EMAIL
- PERSONAL_ID
- BUSINESS
- DEVICE
- IBAN
- ALIAS
description: Below are the allowed values for the enumeration.

- MSISDN - An MSISDN (Mobile Station International Subscriber Directory Number, that is, the phone number) is used as reference to a participant. The MSISDN identifier should be in international format according to the [ITU-T E.164 standard](https://www.itu.int/rec/T-REC-E.164/en). Optionally, the MSISDN may be prefixed by a single plus sign, indicating the international prefix.
Expand Down

0 comments on commit 4a8fd11

Please sign in to comment.