Get a Customer's Information

Retrieves detailed information about a specific customer using their unique ID

The Get a Customer's Information endpoint retrieves detailed information about a specific customer using their unique ID. This allows merchants to access and review customer data for management and operational purposes.


Key Features


Usage Notes

Required Parameter: The customer_id is mandatory to locate and fetch the customer record.

Payment Method Details: This endpoint does not include payment methods. Use the Get all Payment Methods for a Customer endpoint to retrieve them.

Use Case: Ideal for scenarios where detailed customer information is needed for review, updates, or integrations.


Response Structure

CodeResponseDescription
200SuccessReturns the full customer record.
400Bad RequestInvalid or missing customer_id.
401UnauthorizedAPI key invalid or missing.
404Not FoundNo customer found with the provided customer_id.
500Internal Server ErrorAn unexpected error occurred on the server.

Important Considerations

  • Customer Deletion: If the deleted_at field in the response is non-null, the customer has been soft-deleted and will not appear in general customer lists.
  • Data Completeness: Ensure the customer ID provided matches an existing record. A non-matching ID will result in a 404 response.
  • Data Sensitivity: Avoid exposing sensitive customer data in your application's front end.

Best Practices

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!