cURL
curl --request GET \ --url https://localhost:44371/api/internal/transactionPayflow/expressCheckout
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Redirects a user to the Payflow Express Checkout page for the provided project and transaction identifiers.
projectId
transactionId
GET /internal/payflow/redirect-to-express-checkout?projectId={projectId}&transactionId={transactionId}
The identifier of the project initiating the checkout.
The identifier of the transaction to complete.
Redirects the user agent to the Payflow Express Checkout page.