cURL
curl --request GET \ --url https://sandbox.api.paylias.xyz/gateway/api/v1/csp/customer/{payment_address}/resolve \ --header 'X-PAYLIAS-API-KEY: <api-key>' \ --header 'x-org-id: <x-org-id>' \ --header 'x-partner-id: <x-partner-id>'
{ "data": { "created_at": { "seconds": 1743092228 }, "first_name": "Ziyad", "last_name": "Parekh", "nick_name": "ziyad", "partner_id": "part_ct23b6420or249k5boag", "payment_address": "ziyadparekh@safepay-platinum", "status": 2, "token": "cust_cvink1420or763mhjesg", "updated_at": { "seconds": 1743092228 } }, "ok": true }
Resolve Customer
The Organization ID header used for authorization
The Partner ID header used for authorization
The payment address of the customer
"ziyad@safepay"
Response containing Customer information
Standard response structure for successful operations
Indicates if the operation was successful
true
Customer information
Show child attributes
Was this page helpful?