KashierDevelopersKashier Developers

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
Authorization<token>

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

id*string

The customer's record id.

Query Parameters

page?integer

Current page number.

limit?integer

Number of records per page.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/v2/customers/{id}/payment-links