Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 5.81 KB

File metadata and controls

14 lines (11 loc) · 5.81 KB

EntityOnboardingStatus

Fields

Field Type Required Description Example
resource String ✔️ Indicates the response contains an onboarding status object. Will always contain the string onboarding for this
resource type.
onboarding
name String ✔️ The name of the organization. My webshop
status EntityOnboardingStatusStatus ✔️ N/A completed
canReceivePayments boolean ✔️ Whether the organization can receive payments. true
canReceiveSettlements boolean ✔️ Whether the organization can receive settlements to their external bank account. true
signedUpAt String ✔️ The sign up date time of the organization in ISO 8601 format. 2023-01-15T13:45:30+00:00
links EntityOnboardingStatusLinks ✔️ An object with several relevant URLs. Every URL object will contain an href and a type field.