Skip to main content
GET
/
paymentLink
/
customer
/
{customerId}
Return payment links by customerId
curl --request GET \
  --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/paymentLink/customer/{customerId}
{
  "paymentLinkIds": [
    "<string>"
  ]
}

Path Parameters

customerId
string
required

ID of the customer

Response

200 - application/json

Successful operation