Get Customer by Idempotency Key

Retrieve a hosted onboarding customer by the idempotency key used during creation.

This endpoint is useful for:

  • Recovery after network failures: If the POST /v1/customers/hosted call timed out, use this to check whether the customer was actually created.
  • Deduplication checks: Verify whether a customer already exists for a given idempotency key before attempting re-creation.

Returns the same LightweightCustomerResponse as the creation endpoint, including the current KYB status.

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
Response
Click Try It! to start a request and see the response here!