Skip to main content

Get All Payment Link Pages

This endpoint allows you to retrieve all payment links created by your account.

Endpoint

GET PaymentPages/GetAllPages

Headers

Authorization: Bearer

To authorize this API request, you need to include your privateKey as a bearer token. This is done by setting the Authorization header in your request. The header should have the format:

Authorization: "Bearer privateKey"

See how to find your private key on your dashboard here.

Request Params

There are no request parameters for this endpoint.

Response (200)
{
"responseCode": "00",
"responseMessage": "Fetched all payment pages successfully",
"data": []
}