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