Skip to content

Latest commit

 

History

History
executable file
·
48 lines (37 loc) · 1.72 KB

Source.md

File metadata and controls

executable file
·
48 lines (37 loc) · 1.72 KB

Source

Properties

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]

Enum: CurrencyEnum

Name Value
SLL "SLL"

Enum: TypeEnum

Name Value
CARD "card"
NOORY "noory"
BANK_ACCOUNT "bank_account"
MOBILE_MONEY "mobile_money"

Enum: IssuerEnum

Name Value
AFRIMONEY "afrimoney"
ORANGEMONEY "orangeMoney"
NOORY "noory"