Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
30 lines (26 loc) · 1.82 KB

Account.md

File metadata and controls

executable file
·
30 lines (26 loc) · 1.82 KB

Account

Properties

Name Type Description Notes
handle str Per organisation unique handle for the account
currency str Currency for the account in ISO 4217 three letter alpha code
name str Account name
address str Account address [optional]
address2 str Account address2 [optional]
city str Account city [optional]
locale str Account locale on the form 'language_country'
timezone str Account time zone ID as abbreviation or full name. See Wikipedia
country str Account country in ISO 3166-1 alpha-2
email str Account email [optional]
phone str Account phone [optional]
vat str Account vat number [optional]
website str Account website [optional]
logo str Account logo url [optional]
id str Account id assigned by Reepay
organisation str Organisation by subdomain
created datetime Date when the account was created. In ISO-8601 extended offset date-time format.
state str Status of the account one of the following `test`, `live`, `closed`.
postal_code str Account postal code [optional]
default_vat float Default vat for account
subscription_invoice_prefix str [optional]

[Back to Model list] [Back to API list] [Back to README]