curl --request POST \
--url https://api.example.com/v1/ui/customers/payment-links/process \
--header 'Content-Type: application/json' \
--data '
{
"paymentLinkId": "<string>",
"paymentMethodId": "<string>"
}
'Processes a payment using a payment link and payment method. This is a 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>"
}
'