cURL
curl --request GET \ --url https://localhost:44371/api/internal/transactionPayflow/{id}/cancelUrl
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Retrieves the cancel URL for a Payflow transaction and redirects the user agent to it when user cancels payment.
id
payerId
GET /internal/payflow/transactions/{id}/cancel?payerId={payerId}
The unique identifier of the transaction.
The payer identifier provided by PayPal.
Redirects the user agent to the stored cancel URL.