Name | Type | Description | Notes |
---|---|---|---|
id | String | ID of Source | [optional] |
name | String | Human readble name of Source | [optional] |
currency | CurrencyEnum | Three-letter ISO code for the currency of this payment Source | [optional] |
type | TypeEnum | Nature of the source. Can be either of Card, Bank Account, Mobile Money | [optional] |
issuer | IssuerEnum | Issuer that supports/issued this payment source. | [optional] |
identifier | String | Primary account number for source. For mobile money this will be a phone number and for banks an account number | [optional] |
address | String | Unique Noory address for the payment source | [optional] |
defaultSource | Boolean | Marks a source as being default for a customer | [optional] |
metadata | Object | Used to store Arbitrary data | [optional] |
active | Boolean | Source is active | [optional] |
deleted | Boolean | Source record has been soft deleted | [optional] |
created | String | Date on which source was created | [optional] |
modified | String | Date on which source was modified | [optional] |
Name | Value |
---|---|
SLL | "SLL" |
Name | Value |
---|---|
CARD | "card" |
NOORY | "noory" |
BANK_ACCOUNT | "bank_account" |
MOBILE_MONEY | "mobile_money" |
Name | Value |
---|---|
AFRIMONEY | "afrimoney" |
ORANGEMONEY | "orangeMoney" |
NOORY | "noory" |