Wewire Documentation
  • Documentation
  • BASICS
    • Onboarding
    • Wallets
    • Customers
      • Individuals
      • Businesses
  • DIsbursements
    • Global
    • Africa
  • COLLECTIONS
    • Global
    • Africa
  • Virtual Accounts
    • Creating Virtual Accounts
    • Virtual Account Statuses
    • Webhooks
  • REFERENCES
    • Prohibited Businesses
    • Prohibited Countries
    • Settlement Times
    • Supported Currencies
  • Rates
    • Rates
Powered by GitBook
On this page
  1. BASICS
  2. Customers

Individuals

curl --location --request POST '' \
--header 'Content-Type: application/json' \
--header 'Api-Key: <API Key>' \
--header 'Idempotency-Key: <generate a uuid>' \
--data-raw '{
  "type": "individual",
  "firstName": "John",
  "lastName": "Doe",
  "email": "email@example.com",
  "address": {
    "line1": "123 Main St",
    "line2": "New York City",
    "city": "New York",
    "state": "New York",
    "postalCode": "10001",
    "country": "USA"
  },
  "dateOfBirth": "2007-01-01",
}

PreviousCustomersNextBusinesses

Last updated 2 months ago