| Field | Type | Required | Description | Example |
|---|---|---|---|---|
resource |
String | ✔️ | Indicates the response contains an onboarding status object. Will always contain the string onboarding for thisresource 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. |