Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request GET \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/juspay/customers/{user-id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true, "content": { "data": { "id": "<string>", "object": "<any>", "object_reference_id": "<string>", "mobile_number": "<string>", "email_address": "<string>", "first_name": "<string>", "last_name": "<string>", "date_created": "<string>", "last_updated": "<string>", "mobile_country_code": "<string>" } } }
Retrieve customer from juspay.
Access token
Commercengine User Id
OK
The response is of type object.
object
Was this page helpful?