Skip to main content
For crypto deposits, Payluk only credits funds that arrive from a whitelisted address — deposits from unknown addresses are rejected (and reverted). This group manages a customer’s allowed addresses. All routes need the customer-id header, and pair with Get master wallet address (the destination customers deposit to).

Endpoints

RouteMethod & pathWhat it does
List whitelisted addressesGET /v1/whitelist-addressReturns the customer’s whitelisted addresses (id, address, network). customer-id required.
Add whitelisted addressPOST /v1/whitelist-addressWhitelists an address. Body: address, network, optional label. Returns 400 if the whitelist limit is reached. customer-id required.
Remove whitelisted addressDELETE /v1/whitelist-address/{addressId}Removes a whitelisted address by addressId. customer-id required.
A deposit from a non-whitelisted address is not credited — it is reverted to the sender. Whitelist the address before the customer sends funds.