Skip to main content
POST
/
v1
/
ui
/
customers
/
payment-links
/
process
Process payment for a payment link (public endpoint)
curl --request POST \
  --url https://api.example.com/v1/ui/customers/payment-links/process \
  --header 'Content-Type: application/json' \
  --data '
{
  "paymentLinkId": "<string>",
  "paymentMethodId": "<string>"
}
'

Body

application/json
Minimum string length: 1
paymentMethodId
string
required
Minimum string length: 1

Response

Payment processed successfully