v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Accounts

Activate Account

Activate the account once all requirements are fulfilled. If there are missing requirements, it will return an error with details about the missing fields. Only the account itself or its parent account can activate the account.

post/v2/accounts/{account_id}/activate

Path parameters

account_idstring required

Unique identifier for the account

Response

Account activated successfully

Example response

{
  "data": {
    "id": "org_zeZdrgooHpjxzDpwvAsHXEAr",
    "type": "consumer",
    "activation_status": "pending",
    "person": {
      "type": "representative",
      "first_name": "Juan",
      "last_name": "Dela Cruz",
      "middle_name": "Clara",
      "mobile_number": "+639569999999",
      "email_address": "juan@delacruz.com",
      "date_of_birth": {
        "day": 1,
        "month": 1,
        "year": 1990
      },
      "nationality": "PHL",
      "nature_of_work": "employed_locally",
      "place_of_birth": {
        "city": "Manila",
        "country": "PH"
      },
      "source_of_funds": "salary",
      "source_of_funds_salary": "ABC Corporation",
      "tin": "123-456-789",
      "address": {
        "line1": "123 Main St",
        "line2": "Apt 4B",
        "city": "Makati",
        "state": "PH-MNL",
        "country": "PH",
        "postal_code": "1234"
      },
      "permanent_address": {
        "line1": "123 Main St",
        "line2": "Apt 4B",
        "city": "Makati",
        "state": "PH-MNL",
        "country": "PH",
        "postal_code": "1234"
      },
      "identity_verification_status": "pending"
    },
    "bank": {
      "id": "bank_xxxxxxxxxx",
      "account_name": "Juan Dela Cruz",
      "account_number": "1234567890",
      "bank_name": "BDO"
    },
    "business": {
      "address": {
        "line1": "456 Business Ave",
        "line2": "Floor 10",
        "city": "Makati",
        "state": "PH-MNL",
        "country": "PH",
        "postal_code": "1234"
      },
      "age": "between_1_and_2_years",
      "customer_service_number": "+639171234567",
      "date_of_incorporation": {
        "day": 1,
        "month": 1,
        "year": 1990
      },
      "description": "E-commerce store selling electronics",
      "dti_registered_name": "ABC Trading",
      "estimated_monthly_volume": "between_300K_and_500K",
      "handle": "abc-store",
      "industry": "5999",
      "legal_name": "ABC Corporation",
      "physical_store": true,
      "registration_number": "DTI-123456",
      "size": "less_than_10",
      "tin": "123-456-789-000",
      "trade_name": "ABC Store",
      "type": "corporation",
      "website": "https://example.com"
    },
    "created_at": 1680000000,
    "updated_at": 1680000000
  }
}