Get a customer's payment links
curl -X GET "https://test-api.kashier.io/v2/customers/string/payment-links"{ "body": {}, "message": "string"}Retrieves the payment links created for a single customer — the customer-side view of the Payment links endpoints. Results are paginated.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
The customer's record id.
Query Parameters
Current page number.
Number of records per page.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Update a customer PUT
Updates a customer profile. Send the fields you want the customer to end up with — customFields replaces the existing array rather than merging into it.
Get a customer's audit logs GET
Retrieves the full audit trail for a customer — every create and edit, which fields changed, and which dashboard user made the change. This is the same data the profile returns under timeLine, retr…