curl -X POST "https://api-sandbox.paywithsoap.com/api/v1/customers" \ -H "Authorization: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "first_name": "John", "last_name": "Doe", "phone_number": "15551234567", "date_of_birth": "1990-01-01", "internal_id": "3f1b8c4e-7c2e-4c2c-8d2f-179cf0efb36b" }'
{ "id": "cus_A3GuXEbThpqk2t6UTxEuoceVJyUEAX7V", "internal_id": "cust_123", "email": "[email protected]", "first_name": "John", "last_name": "Doe", "phone_number": "1234567890", "date_of_birth": "1990-01-01", "created_at": "2025-03-10T16:08:14.427Z" }
Creates a new customer in the Soap system